Searched refs:device_set_of_node_from_dev (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/firmware/ |
D | mtk-adsp-ipc.c | 80 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in mtk_adsp_ipc_probe()
|
/linux-6.1.9/drivers/thermal/ |
D | max77620_thermal.c | 115 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_thermal_probe()
|
/linux-6.1.9/drivers/firmware/imx/ |
D | imx-dsp.c | 145 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in imx_dsp_probe()
|
/linux-6.1.9/drivers/usb/musb/ |
D | mpfs.c | 177 device_set_of_node_from_dev(&musb_pdev->dev, dev); in mpfs_probe()
|
D | jz4740.c | 230 device_set_of_node_from_dev(&musb->dev, dev); in jz4740_probe()
|
D | ux500.c | 265 device_set_of_node_from_dev(&musb->dev, &pdev->dev); in ux500_probe()
|
D | omap2430.c | 341 device_set_of_node_from_dev(&musb->dev, &pdev->dev); in omap2430_probe()
|
D | musb_dsps.c | 763 device_set_of_node_from_dev(&musb->dev, &parent->dev); in dsps_create_musb_pdev()
|
/linux-6.1.9/drivers/usb/core/ |
D | usb.c | 627 device_set_of_node_from_dev(&dev->dev, bus->sysdev); in usb_alloc_dev()
|
D | message.c | 2091 device_set_of_node_from_dev(&intf->dev, &dev->dev); in usb_set_configuration()
|
/linux-6.1.9/drivers/regulator/ |
D | max77620-regulator.c | 822 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_regulator_probe()
|
/linux-6.1.9/include/linux/ |
D | device.h | 973 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
|
/linux-6.1.9/drivers/usb/chipidea/ |
D | core.c | 869 device_set_of_node_from_dev(&pdev->dev, dev); in ci_hdrc_add_device()
|
/linux-6.1.9/drivers/gpu/drm/bridge/ |
D | ti-sn65dsi86.c | 484 device_set_of_node_from_dev(&aux->dev, dev); in ti_sn65dsi86_add_aux_device()
|
/linux-6.1.9/drivers/base/ |
D | core.c | 4938 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() function 4944 EXPORT_SYMBOL_GPL(device_set_of_node_from_dev);
|