[go: nahoru, domu]

Searched refs:auto_attach (Results 26 - 50 of 68) sorted by relevance

123

/drivers/staging/comedi/drivers/
H A Ddyna_pci10xx.c254 .auto_attach = dyna_pci10xx_auto_attach,
H A Dke_counter.c214 .auto_attach = ke_counter_auto_attach,
H A Dmf6x4.c305 .auto_attach = mf6x4_auto_attach,
H A Dni_670x.c270 .auto_attach = ni_670x_auto_attach,
H A Dni_daq_700.c265 .auto_attach = daq700_auto_attach,
H A Daddi_apci_2032.c328 .auto_attach = apci2032_auto_attach,
H A Daddi_apci_3501.c426 .auto_attach = apci3501_auto_attach,
H A Dadv_pci1724.c374 .auto_attach = adv_pci1724_auto_attach,
H A Dcb_das16_cs.c333 .auto_attach = das16cs_auto_attach,
H A Dcb_pcidda.c400 .auto_attach = cb_pcidda_auto_attach,
H A Daddi_apci_1564.c474 .auto_attach = apci1564_auto_attach,
H A Dicp_multi.c545 .auto_attach = icp_multi_auto_attach,
H A Dme_daq.c558 .auto_attach = me_auto_attach,
H A Dni_6527.c480 .auto_attach = ni6527_auto_attach,
H A Dadl_pci9111.c790 .auto_attach = pci9111_auto_attach,
H A Ddaqboard2000.c738 .auto_attach = daqboard2000_auto_attach,
H A Ddt3000.c741 .auto_attach = dt3000_auto_attach,
H A Ddt9812.c860 .auto_attach = dt9812_auto_attach,
H A Dgsc_hpdi.c727 .auto_attach = gsc_hpdi_auto_attach,
H A Dni_65xx.c803 .auto_attach = ni_65xx_auto_attach,
H A Dni_usb6501.c595 .auto_attach = ni6501_auto_attach,
H A Dquatech_daqp_cs.c770 .auto_attach = daqp_auto_attach,
H A Daddi_apci_3xxx.c921 .auto_attach = apci3xxx_auto_attach,
/drivers/staging/comedi/
H A Ddrivers.c766 if (!driver->auto_attach) {
768 "BUG! comedi driver '%s' has no auto_attach handler\n",
784 ret = driver->auto_attach(dev, context);
H A Dcomedidev.h223 int (*auto_attach)(struct comedi_device *, unsigned long); member in struct:comedi_driver

Completed in 152 milliseconds

123