Searched refs:comedi_auto_config (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
H A D | comedi_usb.c | 52 * @context: Driver specific data, passed to comedi_auto_config(). 60 * Return: The result of calling comedi_auto_config() (%0 on success, or 67 return comedi_auto_config(&intf->dev, driver, context); in comedi_usb_auto_config()
|
H A D | comedi_pci.c | 129 * @context: Driver specific data, passed to comedi_auto_config(). 137 * Return: The result of calling comedi_auto_config() (0 on success, or 144 return comedi_auto_config(&pcidev->dev, driver, context); in comedi_pci_auto_config()
|
H A D | comedi_pcmcia.c | 119 * Return: The result of calling comedi_auto_config() (0 on success, or a 125 return comedi_auto_config(&link->dev, driver, 0); in comedi_pcmcia_auto_config()
|
H A D | drivers.c | 34 * comedi_auto_config() or one of its wrappers from the low-level COMEDI 1010 * comedi_auto_config() - Create a COMEDI device for a hardware device 1032 int comedi_auto_config(struct device *hardware_device, in comedi_auto_config() function 1089 EXPORT_SYMBOL_GPL(comedi_auto_config); variable 1094 * comedi_auto_config(). 1097 * comedi_auto_config() for the same hardware device. As part of this
|
H A D | comedidev.h | 533 * from a call to comedi_auto_config() as a result of a bus driver probe in 1035 int comedi_auto_config(struct device *hardware_device,
|
/kernel/linux/linux-6.6/drivers/comedi/ |
H A D | comedi_usb.c | 51 * @context: Driver specific data, passed to comedi_auto_config(). 59 * Return: The result of calling comedi_auto_config() (%0 on success, or 66 return comedi_auto_config(&intf->dev, driver, context); in comedi_usb_auto_config()
|
H A D | comedi_pci.c | 128 * @context: Driver specific data, passed to comedi_auto_config(). 136 * Return: The result of calling comedi_auto_config() (0 on success, or 143 return comedi_auto_config(&pcidev->dev, driver, context); in comedi_pci_auto_config()
|
H A D | comedi_pcmcia.c | 118 * Return: The result of calling comedi_auto_config() (0 on success, or a 124 return comedi_auto_config(&link->dev, driver, 0); in comedi_pcmcia_auto_config()
|
H A D | drivers.c | 33 * comedi_auto_config() or one of its wrappers from the low-level COMEDI 1009 * comedi_auto_config() - Create a COMEDI device for a hardware device 1031 int comedi_auto_config(struct device *hardware_device, in comedi_auto_config() function 1088 EXPORT_SYMBOL_GPL(comedi_auto_config); variable 1093 * comedi_auto_config(). 1096 * comedi_auto_config() for the same hardware device. As part of this
|
/kernel/linux/linux-6.6/include/linux/comedi/ |
H A D | comedidev.h | 532 * from a call to comedi_auto_config() as a result of a bus driver probe in 1034 int comedi_auto_config(struct device *hardware_device,
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | comedi_test.c | 812 ret = comedi_auto_config(ctdev, &waveform_driver, 0); in comedi_test_init()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | comedi_test.c | 834 ret = comedi_auto_config(ctdev, &waveform_driver, 0); in comedi_test_init()
|
Completed in 15 milliseconds