Searched refs:device_match_fwnode (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/device/ |
| A D | bus.h | 143 int device_match_fwnode(struct device *dev, const void *fwnode); 201 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
|
| A D | driver.h | 198 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
|
| A D | class.h | 155 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
|
| /linux/drivers/base/ |
| A D | core.c | 4823 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function 4827 EXPORT_SYMBOL_GPL(device_match_fwnode);
|
| /linux/ |
| A D | vmlinux.symvers | 11431 0x00000000 device_match_fwnode vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 30784 ffff8000107f8bf0 T device_match_fwnode
|
| A D | .tmp_System.map | 30784 ffff8000107f8bf0 T device_match_fwnode
|
Completed in 317 milliseconds