Searched refs:device_set_of_node_from_dev (Results 1 – 25 of 33) sorted by relevance
12
| /linux/drivers/pwm/ |
| H A D | pwm-ntxec.c | 141 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in ntxec_pwm_probe()
|
| H A D | pwm-max7360.c | 182 device_set_of_node_from_dev(dev, dev->parent); in max7360_pwm_probe()
|
| H A D | pwm-adp5585.c | 182 device_set_of_node_from_dev(dev, dev->parent); in adp5585_pwm_probe()
|
| /linux/drivers/firmware/ |
| H A D | mtk-adsp-ipc.c | 79 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in mtk_adsp_ipc_probe()
|
| /linux/drivers/thermal/ |
| H A D | max77620_thermal.c | 113 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_thermal_probe()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | aux-bridge.c | 65 device_set_of_node_from_dev(&adev->dev, parent); in drm_aux_bridge_register()
|
| H A D | aux-hpd-bridge.c | 71 device_set_of_node_from_dev(&adev->dev, parent); in devm_drm_dp_hpd_bridge_alloc()
|
| /linux/drivers/regulator/ |
| H A D | sy7636a-regulator.c | 89 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in sy7636a_regulator_probe()
|
| /linux/drivers/firmware/imx/ |
| H A D | imx-dsp.c | 145 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in imx_dsp_probe()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-max7360.c | 196 device_set_of_node_from_dev(dev, dev->parent); in max7360_pinctrl_probe()
|
| /linux/drivers/base/ |
| H A D | auxiliary.c | 432 device_set_of_node_from_dev(&auxdev->dev, dev); in auxiliary_device_create()
|
| /linux/drivers/usb/host/ |
| H A D | fsl-mph-dr-of.c | 116 device_set_of_node_from_dev(&pdev->dev, &ofdev->dev); in fsl_usb2_device_register()
|
| /linux/drivers/usb/musb/ |
| H A D | jz4740.c | 276 device_set_of_node_from_dev(&musb->dev, dev); in jz4740_probe()
|
| H A D | ux500.c | 265 device_set_of_node_from_dev(&musb->dev, &pdev->dev); in ux500_probe()
|
| H A D | mpfs.c | 291 device_set_of_node_from_dev(&musb_pdev->dev, dev); in mpfs_probe()
|
| H A D | omap2430.c | 338 device_set_of_node_from_dev(&musb->dev, &pdev->dev); in omap2430_probe()
|
| /linux/drivers/input/keyboard/ |
| H A D | adp5585-keys.c | 311 device_set_of_node_from_dev(dev, dev->parent); in adp5585_keys_probe()
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | common.h | 495 device_set_of_node_from_dev(&spdev->dev, dev); \
|
| /linux/drivers/reset/ |
| H A D | reset-rzg2l-usbphy-ctrl.c | 252 device_set_of_node_from_dev(&vdev->dev, dev); in rzg2l_usbphy_ctrl_probe()
|
| H A D | reset-eyeq.c | 434 device_set_of_node_from_dev(dev, dev->parent); in eqr_probe()
|
| /linux/drivers/soc/qcom/ |
| H A D | pmic_glink.c | 186 device_set_of_node_from_dev(&aux->dev, parent); in pmic_glink_add_aux_device()
|
| /linux/drivers/power/supply/ |
| H A D | bq257xx_charger.c | 692 device_set_of_node_from_dev(dev, pdev->dev.parent); in bq257xx_charger_probe()
|
| /linux/drivers/gpio/ |
| H A D | gpio-adp5585.c | 423 device_set_of_node_from_dev(dev, dev->parent); in adp5585_gpio_probe()
|
| /linux/drivers/platform/arm64/ |
| H A D | huawei-gaokun-ec.c | 693 device_set_of_node_from_dev(&adev->dev, parent); in gaokun_aux_init()
|
| /linux/include/linux/ |
| H A D | device.h | 1127 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
|
12