Searched refs:device_match_name (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ |
D | device.h | 167 int device_match_name(struct device *dev, const void *name); 190 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name() 443 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name() 649 return class_find_device(class, NULL, name, device_match_name); in class_find_device_by_name()
|
/Linux-v5.4/drivers/base/ |
D | core.c | 3457 int device_match_name(struct device *dev, const void *name) in device_match_name() function 3461 EXPORT_SYMBOL_GPL(device_match_name);
|