Searched refs:device_match_name (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/linux/device/ |
| H A D | bus.h | 136 int device_match_name(struct device *dev, const void *name); 164 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name()
|
| H A D | driver.h | 171 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name()
|
| H A D | class.h | 107 return class_find_device(class, NULL, name, device_match_name); in class_find_device_by_name()
|
| /linux-6.15/drivers/gpio/ |
| H A D | dev-sync-probe.c | 24 if (!device_match_name(dev, pdata->name)) in dev_sync_probe_notifier_call()
|
| /linux-6.15/drivers/base/ |
| H A D | component.c | 340 return device_match_name(dev, data); in component_compare_dev_name()
|
| H A D | core.c | 5284 int device_match_name(struct device *dev, const void *name) in device_match_name() function 5288 EXPORT_SYMBOL_GPL(device_match_name);
|
| /linux-6.15/include/linux/ |
| H A D | device.h | 1007 return device_find_child(parent, name, device_match_name); in device_find_child_by_name()
|
| /linux-6.15/drivers/nvmem/ |
| H A D | core.c | 1243 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get() 1383 device_match_name); in nvmem_cell_get_from_lookup()
|
| /linux-6.15/drivers/pwm/ |
| H A D | core.c | 883 if (device_match_name(pwmchip_parent(chip), name)) in pwmchip_find_by_name()
|