Searched refs:driver_find (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/dma/idxd/ |
| H A D | compat.c | 54 alt_drv = driver_find("idxd", bus); in bind_store() 59 alt_drv = driver_find("dmaengine", bus); in bind_store() 61 alt_drv = driver_find("user", bus); in bind_store()
|
| /linux/include/linux/device/ |
| H A D | driver.h | 137 struct device_driver *driver_find(const char *name, const struct bus_type *bus);
|
| /linux/drivers/s390/net/ |
| H A D | smsgiucv_app.c | 160 smsgiucv_drv = driver_find(SMSGIUCV_DRV_NAME, &iucv_bus); in smsgiucv_app_init()
|
| /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/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 | 1280 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_init() 1297 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_cleanup()
|
| /linux/drivers/media/pci/cx25821/ |
| H A D | cx25821-alsa.c | 787 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_audio_fini() 813 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_alsa_init()
|
| /linux/drivers/base/ |
| H A D | bus.c | 1361 struct device_driver *driver_find(const char *name, const struct bus_type *bus) in driver_find() function 1381 EXPORT_SYMBOL_GPL(driver_find);
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-device.rst | 97 drv = driver_find("ivtv", &pci_bus_type);
|
| /linux/drivers/input/gameport/ |
| H A D | gameport.c | 484 } else if ((drv = driver_find(buf, &gameport_bus)) != NULL) { in drvctl_store()
|
| /linux/drivers/input/serio/ |
| H A D | serio.c | 369 } else if ((drv = driver_find(buf, &serio_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/gpu/drm/xe/ |
| H A D | xe_configfs.c | 929 struct device_driver *driver = driver_find("xe", &pci_bus_type); in xe_match_desc()
|