Home
last modified time | relevance | path

Searched refs:device_match_of_node (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/include/linux/device/
Dbus.h145 int device_match_of_node(struct device *dev, const void *np);
192 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
Ddriver.h188 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
Dclass.h142 return class_find_device(class, NULL, np, device_match_of_node); in class_find_device_by_of_node()
/linux-6.1.9/drivers/fpga/
Dof-fpga-region.c35 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
/linux-6.1.9/drivers/base/
Dcomponent.c298 return device_match_of_node(dev, data); in component_compare_of()
Dcore.c4959 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function
4963 EXPORT_SYMBOL_GPL(device_match_of_node);
/linux-6.1.9/drivers/gpio/
Dgpiolib-of.c694 return device_match_of_node(&chip->gpiodev->dev, data); in of_gpiochip_match_node()
/linux-6.1.9/drivers/nvmem/
Dcore.c1008 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()
1249 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
/linux-6.1.9/drivers/pinctrl/
Dcore.c129 if (device_match_of_node(pctldev->dev, np)) { in get_pinctrl_dev_from_of_node()