Home
last modified time | relevance | path

Searched refs:driver_find (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/
H A Ddriver.c164 other = driver_find(drv->name, drv->bus); in driver_register()
214 struct device_driver *driver_find(const char *name, struct bus_type *bus) in driver_find() function
227 EXPORT_SYMBOL_GPL(driver_find);
/OK3568_Linux_fs/kernel/include/linux/device/
H A Ddriver.h132 extern struct device_driver *driver_find(const char *name,
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dsmsgiucv_app.c163 smsgiucv_drv = driver_find(SMSGIUCV_DRV_NAME, &iucv_bus); in smsgiucv_app_init()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-alsa-main.c272 drv = driver_find("cx18", &pci_bus_type); in cx18_alsa_exit()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c272 drv = driver_find("ivtv", &pci_bus_type); in ivtv_alsa_exit()
H A Divtvfb.c1281 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_init()
1298 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_cleanup()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c787 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()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-device.rst97 drv = driver_find("ivtv", &pci_bus_type);
/OK3568_Linux_fs/kernel/drivers/input/gameport/
H A Dgameport.c483 } else if ((drv = driver_find(buf, &gameport_bus)) != NULL) { in drvctl_store()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt171 drv = driver_find("ivtv", &pci_bus_type);
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dserio.c400 } else if ((drv = driver_find(buf, &serio_bus)) != NULL) { in drvctl_store()