Searched refs:device_match_of_node (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/device/ |
| H A D | bus.h | 138 int device_match_of_node(struct device *dev, const void *np); 179 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
|
| /linux/drivers/mmc/core/ |
| H A D | pwrseq.c | 32 if (device_match_of_node(p->dev, np)) { in mmc_pwrseq_alloc()
|
| /linux/drivers/soc/mediatek/ |
| H A D | mtk-socinfo.c | 106 nvmemp = nvmem_device_find(nvmem_node, device_match_of_node); in mtk_socinfo_read_cell()
|
| /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 | 5318 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function 5322 EXPORT_SYMBOL_GPL(device_match_of_node);
|
| /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 | 1173 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get() 1457 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
|
| /linux/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/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/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()
|
| /linux/drivers/pinctrl/ |
| H A D | core.c | 130 if (device_match_of_node(pctldev->dev, np)) { in get_pinctrl_dev_from_of_node()
|