| /linux-6.15/include/linux/device/ |
| H A D | bus.h | 138 int device_match_of_node(struct device *dev, const void *np); 176 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
|
| H A D | driver.h | 184 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
|
| H A D | class.h | 119 return class_find_device(class, NULL, np, device_match_of_node); in class_find_device_by_of_node()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | pwrseq.c | 32 if (device_match_of_node(p->dev, np)) { in mmc_pwrseq_alloc()
|
| /linux-6.15/drivers/soc/mediatek/ |
| H A D | mtk-socinfo.c | 103 nvmemp = nvmem_device_find(nvmem_node, device_match_of_node); in mtk_socinfo_read_cell()
|
| /linux-6.15/drivers/base/test/ |
| H A D | platform-device-test.c | 240 KUNIT_EXPECT_FALSE(test, device_match_of_node(&pdev->dev, NULL)); in platform_device_find_by_null_test()
|
| /linux-6.15/drivers/fpga/ |
| H A D | of-fpga-region.c | 37 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpiolib-of.c | 126 return device_match_of_node(&chip->gpiodev->dev, gpiospec->np) && in of_gpiochip_match_node_and_xlate() 879 return device_match_of_node(&chip->gpiodev->dev, data); in of_gpiochip_match_node()
|
| /linux-6.15/drivers/devfreq/ |
| H A D | devfreq-event.c | 236 if (edev->dev.parent && device_match_of_node(edev->dev.parent, node)) in devfreq_event_get_edev_by_phandle()
|
| H A D | devfreq.c | 1082 && device_match_of_node(devfreq->dev.parent, node)) { in devfreq_get_devfreq_by_node()
|
| /linux-6.15/drivers/hwspinlock/ |
| H A D | hwspinlock_core.c | 401 if (device_match_of_node(hwlock->bank->dev, args.np)) { in of_hwspin_lock_get_id()
|
| /linux-6.15/drivers/slimbus/ |
| H A D | core.c | 394 dev = device_find_child(ctrl->dev, np, device_match_of_node); in of_find_slim_device()
|
| /linux-6.15/drivers/base/ |
| H A D | component.c | 298 return device_match_of_node(dev, data); in component_compare_of()
|
| H A D | core.c | 5296 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function 5300 EXPORT_SYMBOL_GPL(device_match_of_node);
|
| /linux-6.15/drivers/net/wan/framer/ |
| H A D | framer-core.c | 385 if (device_match_of_node(framer_provider->dev, node)) in framer_provider_of_lookup()
|
| /linux-6.15/drivers/hte/ |
| H A D | hte.c | 442 device_match_of_node(gdev->chip->dev, np)) { in of_node_to_htedevice()
|
| /linux-6.15/drivers/nvmem/ |
| H A D | core.c | 1215 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get() 1499 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
|
| /linux-6.15/drivers/extcon/ |
| H A D | extcon.c | 1413 if (edev->dev.parent && device_match_of_node(edev->dev.parent, node)) in extcon_find_edev_by_node()
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad9467.c | 983 if (!device_match_of_node(dev, __me)) { in ad9467_iio_backend_get()
|
| /linux-6.15/drivers/pinctrl/ |
| H A D | core.c | 129 if (device_match_of_node(pctldev->dev, np)) { in get_pinctrl_dev_from_of_node()
|
| /linux-6.15/drivers/remoteproc/ |
| H A D | remoteproc_core.c | 2126 if (r->dev.parent && device_match_of_node(r->dev.parent, np)) { in rproc_get_by_phandle()
|