Searched refs:device_match_of_node (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/mmc/core/ |
| H A D | pwrseq.c | 32 if (device_match_of_node(p->dev, np)) { in mmc_pwrseq_alloc()
|
| /linux/include/linux/device/ |
| H A D | driver.h | 193 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
|
| /linux/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 | 1077 && device_match_of_node(devfreq->dev.parent, node)) { in devfreq_get_devfreq_by_node()
|
| /linux/drivers/slimbus/ |
| H A D | core.c | 410 dev = device_find_child(ctrl->dev, np, device_match_of_node); in of_slim_get_device()
|
| /linux/drivers/base/ |
| H A D | component.c | 298 return device_match_of_node(dev, data); in component_compare_of()
|
| H A D | core.c | 5317 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function 5321 EXPORT_SYMBOL_GPL(device_match_of_node);
|
| /linux/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/drivers/hte/ |
| H A D | hte.c | 442 device_match_of_node(gdev->chip->dev, np)) { in of_node_to_htedevice()
|
| /linux/drivers/nvmem/ |
| H A D | core.c | 1170 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get() 1454 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
|
| /linux/drivers/interconnect/ |
| H A D | core.c | 388 if (device_match_of_node(provider->dev, spec->np)) { in of_icc_get_from_provider()
|
| /linux/drivers/extcon/ |
| H A D | extcon.c | 1408 if (edev->dev.parent && device_match_of_node(edev->dev.parent, node)) in extcon_find_edev_by_node()
|
| /linux/drivers/iio/adc/ |
| H A D | ad9467.c | 1092 if (!device_match_of_node(dev, __me)) { in ad9467_iio_backend_get()
|
| /linux/drivers/soc/ti/ |
| H A D | k3-ringacc.c | 1294 if (device_match_of_node(entry->dev, ringacc_np)) { in of_k3_ringacc_get_by_phandle()
|
| /linux/drivers/pinctrl/ |
| H A D | core.c | 130 if (device_match_of_node(pctldev->dev, np)) { in get_pinctrl_dev_from_of_node()
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_core.c | 2120 if (r->dev.parent && device_match_of_node(r->dev.parent, np)) { in rproc_get_by_phandle()
|