Searched refs:device_match_devt (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/device/ |
D | bus.h | 147 int device_match_devt(struct device *dev, const void *pdevt); 216 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
|
D | driver.h | 213 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
|
D | class.h | 167 return class_find_device(class, NULL, &devt, device_match_devt); in class_find_device_by_devt()
|
/linux-6.1.9/drivers/base/ |
D | core.c | 4971 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() function 4975 EXPORT_SYMBOL_GPL(device_match_devt);
|