Home
last modified time | relevance | path

Searched refs:device_match_name (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/device/
H A Dbus.h135 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()
H A Ddriver.h171 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name()
H A Dclass.h111 return class_find_device(class, NULL, name, device_match_name); in class_find_device_by_name()
/openbmc/linux/drivers/base/
H A Dcomponent.c340 return device_match_name(dev, data); in component_compare_dev_name()
H A Dcore.c5148 int device_match_name(struct device *dev, const void *name) in device_match_name()
5152 EXPORT_SYMBOL_GPL(device_match_name);
5147 int device_match_name(struct device *dev, const void *name) device_match_name() function
/openbmc/linux/drivers/nvmem/
H A Dcore.c1169 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get()
1309 device_match_name); in nvmem_cell_get_from_lookup()