Searched refs:attach (Results 151 - 175 of 231) sorted by relevance

12345678910

/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c846 .attach = rdac_bus_attach,
/drivers/scsi/
H A Dimm.c1268 .attach = imm_attach,
H A Dppa.c1131 .attach = ppa_attach,
/drivers/staging/comedi/drivers/
H A Dadl_pci9111.c360 .attach = pci9111_attach,
H A Damplc_dio200.c476 * which functions to call to configure/deconfigure (attach/detach)
486 .attach = dio200_attach,
1345 printk(KERN_DEBUG "comedi%d: %s: attach\n", dev->minor,
H A Damplc_pci224.c426 * which functions to call to configure/deconfigure (attach/detach)
436 .attach = pci224_attach,
1387 printk(KERN_DEBUG "comedi%d: %s: attach\n", dev->minor, DRIVER_NAME);
H A Dcb_pcidas64.c1132 * which functions to call to configure/deconfigure (attach/detach)
1136 static int attach(struct comedi_device *dev, struct comedi_devconfig *it);
1141 .attach = attach,
1734 static int attach(struct comedi_device *dev, struct comedi_devconfig *it) function
H A Ddas08.c850 .attach = das08_attach,
H A Ddas800.c254 .attach = das800_attach,
H A Ddmm32at.c221 * which functions to call to configure/deconfigure (attach/detach)
231 .attach = dmm32at_attach,
245 * into dev->board_ptr and driver->attach() is called.
H A Ddt3000.c285 .attach = dt3000_attach,
H A Ddt9812.c1121 .attach = dt9812_attach,
H A Dgsc_hpdi.c344 .attach = hpdi_attach,
H A Djr3_pci.c69 .attach = jr3_pci_attach,
H A Dni_65xx.c118 .attach = ni_65xx_attach,
H A Dni_at_a2150.c181 .attach = a2150_attach,
H A Dni_atmio16d.c147 .attach = atmio16d_attach,
H A Dpcl816.c165 .attach = pcl816_attach,
H A Dpcmmio.c298 * which functions to call to configure/deconfigure (attach/detach)
309 .attach = pcmmio_attach,
323 * into dev->board_ptr and driver->attach() is called.
H A Dpcmuio.c223 * which functions to call to configure/deconfigure (attach/detach)
234 .attach = pcmuio_attach,
248 * into dev->board_ptr and driver->attach() is called.
H A Dquatech_daqp_cs.c188 .attach = daqp_attach,
837 /* daqp_attach is called via comedi_config to attach a comedi device
839 * which is called by the pcmcia subsystem to attach the PCMCIA card
H A Ds526.c235 * which functions to call to configure/deconfigure (attach/detach)
244 .attach = s526_attach,
258 * into dev->board_ptr and driver->attach() is called.
H A Dserial2002.c98 .attach = serial2002_attach,
/drivers/staging/comedi/
H A Ddrivers.c135 * comedi_error() can be called from attach */
137 ret = driv->attach(dev, it);
/drivers/staging/cxt1e1/
H A Dlinux.c483 * The native hdlc stack calls this 'attach' routine during
485 * Since hdlc_raw_ioctl() stack does not interrogate whether an 'attach'
491 hdlc->attach = chan_attach_noop;

Completed in 299 milliseconds

12345678910