Searched refs:device_match_name (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/linux/device/ |
D | bus.h | 135 int device_match_name(struct device *dev, const void *name); 160 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name()
|
D | driver.h | 171 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name()
|
D | class.h | 111 return class_find_device(class, NULL, name, device_match_name); in class_find_device_by_name()
|
/linux-6.6.21/drivers/base/ |
D | component.c | 340 return device_match_name(dev, data); in component_compare_dev_name()
|
D | core.c | 5077 int device_match_name(struct device *dev, const void *name) in device_match_name() function 5081 EXPORT_SYMBOL_GPL(device_match_name);
|
/linux-6.6.21/drivers/nvmem/ |
D | core.c | 1190 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get() 1330 device_match_name); in nvmem_cell_get_from_lookup()
|