Searched refs:device_match_devt (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/device/ |
| A D | bus.h | 144 int device_match_devt(struct device *dev, const void *pdevt); 213 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
|
| A D | driver.h | 210 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
|
| A D | class.h | 167 return class_find_device(class, NULL, &devt, device_match_devt); in class_find_device_by_devt()
|
| /linux/drivers/base/ |
| A D | core.c | 4829 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() function 4833 EXPORT_SYMBOL_GPL(device_match_devt);
|
| /linux/ |
| A D | vmlinux.symvers | 3499 0x00000000 device_match_devt vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 30731 ffff8000107f7550 T device_match_devt
|
| A D | .tmp_System.map | 30731 ffff8000107f7550 T device_match_devt
|
Completed in 895 milliseconds