Home
last modified time | relevance | path

Searched refs:driver_find_device_by_name (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/device/
Ddriver.h172 static inline struct device *driver_find_device_by_name(struct device_driver *drv, in driver_find_device_by_name() function
/linux-6.1.9/drivers/s390/cio/
Ddevice.c1685 dev = driver_find_device_by_name(&cdrv->driver, bus_id); in get_ccwdev_by_busid()