Searched refs:device_set_of_node_from_dev (Results 1 – 24 of 24) sorted by relevance
/linux-6.14.4/drivers/pwm/ |
D | pwm-ntxec.c | 141 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in ntxec_pwm_probe()
|
D | pwm-adp5585.c | 159 device_set_of_node_from_dev(dev, dev->parent); in adp5585_pwm_probe()
|
/linux-6.14.4/drivers/thermal/ |
D | max77620_thermal.c | 113 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_thermal_probe()
|
/linux-6.14.4/drivers/gpu/drm/bridge/ |
D | aux-bridge.c | 63 device_set_of_node_from_dev(&adev->dev, parent); in drm_aux_bridge_register()
|
D | ti-sn65dsi86.c | 495 device_set_of_node_from_dev(&aux->dev, dev); in ti_sn65dsi86_add_aux_device()
|
/linux-6.14.4/drivers/firmware/ |
D | mtk-adsp-ipc.c | 79 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in mtk_adsp_ipc_probe()
|
/linux-6.14.4/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.14.4/drivers/reset/ |
D | reset-rzg2l-usbphy-ctrl.c | 179 device_set_of_node_from_dev(&vdev->dev, dev); in rzg2l_usbphy_ctrl_probe()
|
D | reset-eyeq.c | 427 device_set_of_node_from_dev(dev, dev->parent); in eqr_probe()
|
/linux-6.14.4/drivers/gpio/ |
D | gpio-adp5585.c | 187 device_set_of_node_from_dev(dev, dev->parent); in adp5585_gpio_probe()
|
/linux-6.14.4/drivers/usb/host/ |
D | fsl-mph-dr-of.c | 116 device_set_of_node_from_dev(&pdev->dev, &ofdev->dev); in fsl_usb2_device_register()
|
/linux-6.14.4/drivers/usb/musb/ |
D | jz4740.c | 276 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 | mpfs.c | 290 device_set_of_node_from_dev(&musb_pdev->dev, dev); in mpfs_probe()
|
D | omap2430.c | 341 device_set_of_node_from_dev(&musb->dev, &pdev->dev); in omap2430_probe()
|
D | musb_dsps.c | 762 device_set_of_node_from_dev(&musb->dev, &parent->dev); in dsps_create_musb_pdev()
|
/linux-6.14.4/drivers/firmware/arm_scmi/ |
D | common.h | 468 device_set_of_node_from_dev(&spdev->dev, dev); \
|
/linux-6.14.4/drivers/soc/qcom/ |
D | pmic_glink.c | 182 device_set_of_node_from_dev(&aux->dev, parent); in pmic_glink_add_aux_device()
|
/linux-6.14.4/drivers/usb/core/ |
D | usb.c | 695 device_set_of_node_from_dev(&dev->dev, bus->sysdev); in usb_alloc_dev()
|
D | message.c | 2130 device_set_of_node_from_dev(&intf->dev, &dev->dev); in usb_set_configuration()
|
/linux-6.14.4/include/linux/ |
D | device.h | 1194 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
|
/linux-6.14.4/drivers/regulator/ |
D | max77620-regulator.c | 822 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_regulator_probe()
|
/linux-6.14.4/drivers/usb/chipidea/ |
D | core.c | 904 device_set_of_node_from_dev(&pdev->dev, dev); in ci_hdrc_add_device()
|
/linux-6.14.4/drivers/base/ |
D | core.c | 5182 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() function 5188 EXPORT_SYMBOL_GPL(device_set_of_node_from_dev);
|