Searched refs:auto_attach (Results 1 - 25 of 71) sorted by path

123

/linux-master/drivers/comedi/
H A Ddrivers.c1013 * @context: Driver context for the auto_attach handler.
1016 * low-level driver's 'auto_attach' handler to set-up the hardware and
1018 * up is performed on successful return from the 'auto_attach' handler.
1019 * If the 'auto_attach' handler fails, the low-level driver's 'detach'
1030 * the driver's 'auto_attach' handler.
1048 if (!driver->auto_attach) {
1050 "BUG! comedi driver '%s' has no auto_attach handler\n",
1067 ret = driver->auto_attach(dev, context);
/linux-master/drivers/comedi/drivers/
H A D8255_pci.c258 .auto_attach = pci_8255_auto_attach,
H A Daddi_apci_1032.c370 .auto_attach = apci1032_auto_attach,
H A Daddi_apci_1500.c861 .auto_attach = apci1500_auto_attach,
H A Daddi_apci_1516.c188 .auto_attach = apci1516_auto_attach,
H A Daddi_apci_1564.c794 .auto_attach = apci1564_auto_attach,
H A Daddi_apci_16xx.c150 .auto_attach = apci16xx_auto_attach,
H A Daddi_apci_2032.c304 .auto_attach = apci2032_auto_attach,
H A Daddi_apci_2200.c117 .auto_attach = apci2200_auto_attach,
H A Daddi_apci_3120.c1090 .auto_attach = apci3120_auto_attach,
H A Daddi_apci_3501.c391 .auto_attach = apci3501_auto_attach,
H A Daddi_apci_3xxx.c910 .auto_attach = apci3xxx_auto_attach,
H A Dadl_pci6208.c171 .auto_attach = pci6208_auto_attach,
H A Dadl_pci7x3x.c509 .auto_attach = adl_pci7x3x_auto_attach,
H A Dadl_pci8164.c126 .auto_attach = adl_pci8164_auto_attach,
H A Dadl_pci9111.c718 .auto_attach = pci9111_auto_attach,
H A Dadl_pci9118.c1702 .auto_attach = pci9118_auto_attach,
H A Dadv_pci1710.c882 .auto_attach = pci1710_auto_attach,
H A Dadv_pci1720.c158 .auto_attach = pci1720_auto_attach,
H A Dadv_pci1723.c199 .auto_attach = pci1723_auto_attach,
H A Dadv_pci1724.c180 .auto_attach = adv_pci1724_auto_attach,
H A Dadv_pci1760.c397 .auto_attach = pci1760_auto_attach,
H A Dadv_pci_dio.c725 .auto_attach = pci_dio_auto_attach,
H A Damplc_dio200_pci.c391 .auto_attach = dio200_pci_auto_attach,
H A Damplc_pci224.c1111 .auto_attach = pci224_auto_attach,

Completed in 397 milliseconds

123