Searched refs:attach (Results 76 - 100 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 Ddas6402.c108 .attach = das6402_attach,
H A Dke_counter.c95 .attach = cnt_attach,
186 /*-- attach -----------------------------------------------------------------*/
H A Dmpc624.c159 .attach = mpc624_attach,
H A Dni_daq_dio24.c105 .attach = dio24_attach,
198 The attach() and detach() entry points are used to create and destroy
235 printk(KERN_INFO "ni_daq_dio24: HOLA SOY YO - CS-attach!\n");
H A Dni_labpc_cs.c122 .attach = &labpc_attach,
176 The attach() and detach() entry points are used to create and destroy
H A Dpcl726.c158 .attach = pcl726_attach,
H A Dpcm3724.c93 .attach = pcm3724_attach,
H A Dpoc.c111 .attach = poc_attach,
H A D8255.c60 set up the subdevice in the attach function of the driver by
116 .attach = dev_8255_attach,
H A Dadl_pci8164.c81 .attach = adl_pci8164_attach,
132 printk(KERN_INFO "comedi: attempt to attach...\n");
H A Dadv_pci1723.c167 * which functions to call to configure/deconfigure (attach/detach)
180 .attach = pci1723_attach,
H A Damplc_pc263.c133 * which functions to call to configure/deconfigure (attach/detach)
142 .attach = pc263_attach,
236 printk(KERN_DEBUG "comedi%d: %s: attach\n", dev->minor,
H A Dcb_pcimdas.c179 * which functions to call to configure/deconfigure (attach/detach)
189 .attach = cb_pcimdas_attach,
H A Dcomedi_bond.c138 * which functions to call to configure/deconfigure (attach/detach)
155 .attach = bonding_attach,
169 * into dev->board_ptr and driver->attach() is called.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-parport.c274 .attach = i2c_parport_attach,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_mq.c238 .attach = mq_attach,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup_freezer.c166 * a write to that file racing against an attach, and hence the
167 * can_attach() result will remain valid until the attach completes.
401 .attach = NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dserial.h198 * callback is called, but before attach()
206 * @attach: pointer to the driver's attach function.
243 int (*attach)(struct usb_serial *serial); member in struct:usb_serial_driver
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dshare.c103 /* Call attach(port) for each registered driver. */
109 drv->attach(port);
140 * The driver's attach() function may block. The port that
141 * attach() is given will be valid for the duration of the
163 drv->attach(port);
179 * When it returns, the driver's attach() routine will no longer
180 * be called, and for each port that attach() was called for, the
183 * All the driver's attach() and detach() calls are guaranteed to have
355 * that have called parport_register_driver(). Their attach()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsealevel.c186 dev_to_hdlc(dev)->attach = sealevel_attach;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dir-usb.c130 .attach = ir_startup,
H A Domninet.c104 .attach = omninet_attach,
H A Dsymbolserial.c302 .attach = symbol_startup,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c328 .attach = hp_sw_bus_attach,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Dcomedidev.h191 int (*attach) (struct comedi_device *, struct comedi_devconfig *); member in struct:comedi_driver
393 /* must be used in attach to set dev->hw_dev if you wish to dma directly

Completed in 240 milliseconds

1234567891011