Searched refs:driver_find (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/base/
H A Ddriver.c161 other = driver_find(drv->name, drv->bus); driver_register()
200 * driver_find - locate driver on a bus by its name.
211 struct device_driver *driver_find(const char *name, struct bus_type *bus) driver_find() function
224 EXPORT_SYMBOL_GPL(driver_find); variable
/linux-4.4.14/drivers/s390/net/
H A Dsmsgiucv_app.c162 smsgiucv_drv = driver_find(SMSGIUCV_DRV_NAME, &iucv_bus); smsgiucv_app_init()
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-alsa-main.c287 drv = driver_find("cx18", &pci_bus_type); cx18_alsa_exit()
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c305 drv = driver_find("ivtv", &pci_bus_type); ivtv_alsa_exit()
H A Divtvfb.c1284 drv = driver_find("ivtv", &pci_bus_type); ivtvfb_init()
1301 drv = driver_find("ivtv", &pci_bus_type); ivtvfb_cleanup()
/linux-4.4.14/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c800 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); cx25821_audio_fini()
826 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); cx25821_alsa_init()
/linux-4.4.14/drivers/input/gameport/
H A Dgameport.c487 } else if ((drv = driver_find(buf, &gameport_bus)) != NULL) { drvctl_store()
/linux-4.4.14/drivers/input/serio/
H A Dserio.c416 } else if ((drv = driver_find(buf, &serio_bus)) != NULL) { drvctl_store()
/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dmixer_video.c43 drv = driver_find(module_name, &platform_bus_type); find_and_register_subdev()
/linux-4.4.14/include/linux/
H A Ddevice.h288 extern struct device_driver *driver_find(const char *name,

Completed in 347 milliseconds