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

123

/linux-master/drivers/comedi/drivers/
H A Dicp_multi.c309 .auto_attach = icp_multi_auto_attach,
H A Ddyna_pci10xx.c237 .auto_attach = dyna_pci10xx_auto_attach,
H A D8255_pci.c258 .auto_attach = pci_8255_auto_attach,
H A Daddi_apci_3501.c391 .auto_attach = apci3501_auto_attach,
H A Daddi_apci_2032.c304 .auto_attach = apci2032_auto_attach,
H A Dadv_pci1760.c397 .auto_attach = pci1760_auto_attach,
H A Dcb_pcimdas.c446 .auto_attach = cb_pcimdas_auto_attach,
H A Dcb_pcidda.c387 .auto_attach = cb_pcidda_auto_attach,
H A Dadl_pci7x3x.c509 .auto_attach = adl_pci7x3x_auto_attach,
H A Dme_daq.c527 .auto_attach = me_auto_attach,
H A Dni_6527.c465 .auto_attach = ni6527_auto_attach,
H A Dcb_das16_cs.c427 .auto_attach = das16cs_auto_attach,
H A Daddi_apci_1500.c861 .auto_attach = apci1500_auto_attach,
H A Dquatech_daqp_cs.c790 .auto_attach = daqp_auto_attach,
H A Dni_usb6501.c585 .auto_attach = ni6501_auto_attach,
H A Dni_65xx.c775 .auto_attach = ni_65xx_auto_attach,
H A Daddi_apci_1564.c794 .auto_attach = apci1564_auto_attach,
H A Dgsc_hpdi.c695 .auto_attach = gsc_hpdi_auto_attach,
H A Ddt3000.c707 .auto_attach = dt3000_auto_attach,
H A Ddaqboard2000.c757 .auto_attach = db2k_auto_attach,
H A Dadl_pci9111.c718 .auto_attach = pci9111_auto_attach,
H A Dni_660x.c1222 .auto_attach = ni_660x_auto_attach,
/linux-master/include/linux/comedi/
H A Dcomedidev.h143 * "auto_attach" handlers but parts of it are initialized by
401 * @auto_attach: The optional "auto_attach" handler for automatically
425 * configured by the @attach or @auto_attach handler, it is called when the
428 * the @attach or @auto_attach handler returns an error. Therefore, the
429 * @attach or @auto_attach handlers can defer clean-up on error until the
430 * @detach handler is called. If the @attach or @auto_attach handlers free
433 * resources requested by the @attach or @auto_attach handler were
444 int (*auto_attach)(struct comedi_device *dev, unsigned long context); member in struct:comedi_driver
476 * When the low-lever driver's "auto_attach" handle
[all...]
/linux-master/tools/bpf/bpftool/
H A Dprog.c1526 bool auto_attach = false; local
1675 auto_attach = true;
1795 if (auto_attach)
1805 if (auto_attach)
/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);

Completed in 317 milliseconds

123