Searched refs:driver_find (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/dma/idxd/ |
H A D | compat.c | 46 alt_drv = driver_find("idxd", bus); in bind_store() 51 alt_drv = driver_find("dmaengine", bus); in bind_store() 53 alt_drv = driver_find("user", bus); in bind_store()
|
/linux/include/linux/device/ |
H A D | driver.h | 128 struct device_driver *driver_find(const char *name, const struct bus_type *bus);
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-alsa-main.c | 265 drv = driver_find("cx18", &pci_bus_type); in cx18_alsa_exit()
|
/linux/drivers/base/ |
H A D | driver.c | 242 other = driver_find(drv->name, drv->bus); in driver_register()
|
H A D | bus.c | 1313 * driver_find - locate driver on a bus by its name. 1324 struct device_driver *driver_find(const char *name, const struct bus_type *bus) in driver_find() 1344 EXPORT_SYMBOL_GPL(driver_find); 1321 struct device_driver *driver_find(const char *name, const struct bus_type *bus) driver_find() function
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-alsa-main.c | 265 drv = driver_find("ivtv", &pci_bus_type); in ivtv_alsa_exit()
|
H A D | ivtvfb.c | 1281 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_init() 1298 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_cleanup()
|
/linux/drivers/media/pci/cx25821/ |
H A D | cx25821-alsa.c | 786 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_audio_fini() 812 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_alsa_init()
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-device.rst | 97 drv = driver_find("ivtv", &pci_bus_type);
|
/linux/Documentation/translations/zh_CN/video4linux/ |
H A D | v4l2-framework.txt | 171 drv = driver_find("ivtv", &pci_bus_type);
|
/linux/drivers/input/gameport/ |
H A D | gameport.c | 482 } else if ((drv = driver_find(buf, &gameport_bus)) != NULL) { in drvctl_store()
|
/linux/drivers/ata/pata_parport/ |
H A D | pata_parport.c | 657 drv = driver_find(protocol, &pata_parport_bus_type); in new_device_store()
|
/linux/drivers/input/serio/ |
H A D | serio.c | 368 } else if ((drv = driver_find(buf, &serio_bus)) != NULL) { in drvctl_store()
|