Searched refs:attach (Results 51 - 75 of 265) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dfl512.c51 .attach = fl512_attach,
141 * start attach
H A Dpcl724.c89 .attach = pcl724_attach,
H A Dpcl730.c51 .attach = pcl730_attach,
H A Dpcm3730.c37 .attach = pcm3730_attach,
H A Dpcmda12.c104 * which functions to call to configure/deconfigure (attach/detach)
117 .attach = pcmda12_attach,
131 * into dev->board_ptr and driver->attach() is called.
H A Dssv_dnp.c85 /* functions to call to configure/deconfigure (attach/detach) the board, and */
97 .attach = dnp_attach,
H A Dadl_pci6208.c118 .attach = pci6208_attach,
H A Dadq12b.c160 * which functions to call to configure/deconfigure (attach/detach)
171 .attach = adq12b_attach,
H A Dcomedi_parport.c100 .attach = parport_attach,
H A Ddas08_cs.c65 .attach = das08_cs_attach,
119 The attach() and detach() entry points are used to create and destroy
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/
H A Dw1.h201 * after a family has been unregistered. Set attach to 1 when a new family
204 void w1_reconnect_slaves(struct w1_family *f, int attach);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A DMakefile.in1908 @NMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
1909 SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
H A DMakefile1908 @NMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
1909 SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-int-device.h47 int (*attach)(struct v4l2_int_device *slave); member in struct:v4l2_int_master
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Disl_ioctl.c1256 struct obj_attachment *attach; local
1265 alen = sizeof(*attach) + priv->wpa_ie_len;
1266 attach = kzalloc(alen, GFP_KERNEL);
1267 if (attach == NULL)
1275 attach->type = (WLAN_FC_TYPE_MGMT << 2) |
1277 attach->id = -1;
1278 attach->size = priv->wpa_ie_len;
1279 memcpy(attach->data, extra, priv->wpa_ie_len);
1281 ret = mgt_set_varlen(priv, DOT11_OID_ATTACHMENT, attach,
1284 attach
2651 struct obj_attachment *attach; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-fe-tuner.c624 int (*attach)(struct flexcop_device *, struct i2c_adapter *); member in struct:__anon11972
642 if (!flexcop_frontends[i].attach)
647 if (flexcop_frontends[i].attach(fc, &fc->fc_i2c_adap[0].i2c_adap))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan_pda.c842 .attach = keyspan_pda_fake_startup,
856 .attach = keyspan_pda_fake_startup,
883 .attach = keyspan_pda_startup,
H A Dvisor.c194 .attach = treo_attach,
215 .attach = clie_5_attach,
236 .attach = clie_3_5_startup,
H A Dqcserial.c192 .attach = usb_wwan_startup,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/vhost/
H A Dvhost.c265 struct vhost_attach_cgroups_struct attach; local
266 attach.owner = current;
267 vhost_work_init(&attach.work, vhost_attach_cgroups_work);
268 vhost_work_queue(dev, &attach.work);
269 vhost_work_flush(dev, &attach.work);
270 return attach.ret;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh.c146 * @sdev - SCSI device the device handler should attach to
147 * @scsi_dh - The device handler to attach
159 } else if (scsi_dh->attach) {
160 err = scsi_dh->attach(sdev);
506 * @name - name of the handler to attach
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_core.c114 * Use this function to do attach the driver instance with the BFA
162 hal_mods[i]->attach(bfa, bfad, cfg, meminfo, pcidev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhostess_sv11.c278 dev_to_hdlc(netdev)->attach = hostess_attach;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_butterfly.c334 .attach = butterfly_attach,
H A Dspi_lm70llp.c328 .attach = spi_lm70llp_attach,

Completed in 413 milliseconds

1234567891011