Searched refs:driver_find (Results 1 – 8 of 8) 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/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 | 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/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/drivers/ata/pata_parport/ |
| H A D | pata_parport.c | 657 drv = driver_find(protocol, &pata_parport_bus_type); in new_device_store()
|