Searched refs:driver_find (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/base/ |
| D | driver.c | 163 other = driver_find(drv->name, drv->bus); in driver_register() 213 struct device_driver *driver_find(const char *name, struct bus_type *bus) in driver_find() function 226 EXPORT_SYMBOL_GPL(driver_find);
|
| /Linux-v5.4/drivers/s390/net/ |
| D | smsgiucv_app.c | 163 smsgiucv_drv = driver_find(SMSGIUCV_DRV_NAME, &iucv_bus); in smsgiucv_app_init()
|
| /Linux-v5.4/drivers/media/pci/cx18/ |
| D | cx18-alsa-main.c | 272 drv = driver_find("cx18", &pci_bus_type); in cx18_alsa_exit()
|
| /Linux-v5.4/drivers/media/pci/ivtv/ |
| D | ivtv-alsa-main.c | 272 drv = driver_find("ivtv", &pci_bus_type); in ivtv_alsa_exit()
|
| D | ivtvfb.c | 1282 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_init() 1299 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_cleanup()
|
| /Linux-v5.4/drivers/media/pci/cx25821/ |
| 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-v5.4/Documentation/media/kapi/ |
| D | v4l2-device.rst | 97 drv = driver_find("ivtv", &pci_bus_type);
|
| /Linux-v5.4/drivers/input/gameport/ |
| D | gameport.c | 483 } else if ((drv = driver_find(buf, &gameport_bus)) != NULL) { in drvctl_store()
|
| /Linux-v5.4/Documentation/translations/zh_CN/video4linux/ |
| D | v4l2-framework.txt | 171 drv = driver_find("ivtv", &pci_bus_type);
|
| /Linux-v5.4/drivers/input/serio/ |
| D | serio.c | 400 } else if ((drv = driver_find(buf, &serio_bus)) != NULL) { in drvctl_store()
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 399 extern struct device_driver *driver_find(const char *name,
|