Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/device/
Dbus.h136 int device_match_of_node(struct device *dev, const void *np);
172 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
Ddriver.h184 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
Dclass.h123 return class_find_device(class, NULL, np, device_match_of_node); in class_find_device_by_of_node()
/Linux-v6.6/drivers/mmc/core/
Dpwrseq.c32 if (device_match_of_node(p->dev, np)) { in mmc_pwrseq_alloc()
/Linux-v6.6/drivers/gpio/
Dgpiolib-of.c125 return device_match_of_node(&chip->gpiodev->dev, gpiospec->np) && in of_gpiochip_match_node_and_xlate()
813 return device_match_of_node(&chip->gpiodev->dev, data); in of_gpiochip_match_node()
/Linux-v6.6/drivers/fpga/
Dof-fpga-region.c37 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
/Linux-v6.6/drivers/devfreq/
Ddevfreq-event.c236 if (edev->dev.parent && device_match_of_node(edev->dev.parent, node)) in devfreq_event_get_edev_by_phandle()
Ddevfreq.c1062 && device_match_of_node(devfreq->dev.parent, node)) { in devfreq_get_devfreq_by_node()
/Linux-v6.6/drivers/hwspinlock/
Dhwspinlock_core.c370 if (device_match_of_node(hwlock->bank->dev, args.np)) { in of_hwspin_lock_get_id()
/Linux-v6.6/drivers/base/
Dcomponent.c298 return device_match_of_node(dev, data); in component_compare_of()
Dcore.c5076 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function
5080 EXPORT_SYMBOL_GPL(device_match_of_node);
/Linux-v6.6/drivers/hte/
Dhte.c447 device_match_of_node(gdev->chip->dev, np)) { in of_node_to_htedevice()
/Linux-v6.6/drivers/nvmem/
Dcore.c1156 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()
1422 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
/Linux-v6.6/drivers/extcon/
Dextcon.c1414 if (edev->dev.parent && device_match_of_node(edev->dev.parent, node)) in extcon_find_edev_by_node()
/Linux-v6.6/drivers/pinctrl/
Dcore.c129 if (device_match_of_node(pctldev->dev, np)) { in get_pinctrl_dev_from_of_node()
/Linux-v6.6/drivers/remoteproc/
Dremoteproc_core.c2123 if (r->dev.parent && device_match_of_node(r->dev.parent, np)) { in rproc_get_by_phandle()