Searched refs:device_match_devt (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/device/ |
| H A D | bus.h | 149 int device_match_devt(struct device *dev, const void *pdevt); 217 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
|
| H A D | driver.h | 214 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
|
| H A D | class.h | 173 return class_find_device(class, NULL, &devt, device_match_devt); in class_find_device_by_devt()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | core.c | 4656 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() function 4660 EXPORT_SYMBOL_GPL(device_match_devt);
|