Searched refs:device_match_devt (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ |
D | device.h | 170 int device_match_devt(struct device *dev, const void *pdevt); 226 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt() 481 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt() 686 return class_find_device(class, NULL, &devt, device_match_devt); in class_find_device_by_devt()
|
/Linux-v5.4/drivers/base/ |
D | core.c | 3475 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() function 3479 EXPORT_SYMBOL_GPL(device_match_devt);
|