Searched refs:device_match_name (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/device/ |
D | bus.h | 141 int device_match_name(struct device *dev, const void *name); 176 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 | 130 return class_find_device(class, NULL, name, device_match_name); in class_find_device_by_name()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0013_linux_drivers_base.patch | 96 int device_match_name(struct device *dev, const void *name)
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
D | core.c | 899 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get() 1013 device_match_name); in nvmem_cell_get_from_lookup()
|
/kernel/linux/linux-5.10/drivers/base/ |
D | core.c | 4355 int device_match_name(struct device *dev, const void *name) in device_match_name() function 4359 EXPORT_SYMBOL_GPL(device_match_name);
|