Home
last modified time | relevance | path

Searched refs:device_set_of_node_from_dev (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-ntxec.c141 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in ntxec_pwm_probe()
H A Dpwm-max7360.c182 device_set_of_node_from_dev(dev, dev->parent); in max7360_pwm_probe()
H A Dpwm-adp5585.c182 device_set_of_node_from_dev(dev, dev->parent); in adp5585_pwm_probe()
/linux/drivers/thermal/
H A Dmax77620_thermal.c113 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_thermal_probe()
/linux/drivers/gpu/drm/bridge/
H A Daux-bridge.c65 device_set_of_node_from_dev(&adev->dev, parent); in drm_aux_bridge_register()
H A Daux-hpd-bridge.c71 device_set_of_node_from_dev(&adev->dev, parent); in devm_drm_dp_hpd_bridge_alloc()
/linux/drivers/rtc/
H A Drtc-ntxec.c113 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in ntxec_rtc_probe()
/linux/drivers/clk/
H A Dclk-rk808.c156 device_set_of_node_from_dev(dev, dev->parent); in rk808_clkout_probe()
/linux/drivers/regulator/
H A Dbq257xx-regulator.c149 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in bq257xx_regulator_probe()
H A Ds2mps11.c2237 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in s2mps11_pmic_probe()
/linux/drivers/usb/host/
H A Dfsl-mph-dr-of.c116 device_set_of_node_from_dev(&pdev->dev, &ofdev->dev); in fsl_usb2_device_register()
/linux/drivers/input/keyboard/
H A Dadp5585-keys.c311 device_set_of_node_from_dev(dev, dev->parent); in adp5585_keys_probe()
/linux/drivers/reset/
H A Dreset-rzg2l-usbphy-ctrl.c252 device_set_of_node_from_dev(&vdev->dev, dev); in rzg2l_usbphy_ctrl_probe()
/linux/drivers/usb/musb/
H A Dmpfs.c291 device_set_of_node_from_dev(&musb_pdev->dev, dev); in mpfs_probe()
H A Domap2430.c338 device_set_of_node_from_dev(&musb->dev, &pdev->dev); in omap2430_probe()
H A Dmusb_dsps.c761 device_set_of_node_from_dev(&musb->dev, &parent->dev); in dsps_create_musb_pdev()
/linux/drivers/gpio/
H A Dgpio-adp5585.c423 device_set_of_node_from_dev(dev, dev->parent); in adp5585_gpio_probe()
/linux/drivers/platform/arm64/
H A Dhuawei-gaokun-ec.c693 device_set_of_node_from_dev(&adev->dev, parent); in gaokun_aux_init()
/linux/drivers/iio/adc/
H A Dqcom-spmi-adc5-gen3.c666 device_set_of_node_from_dev(&aux_device->aux_dev.dev, adc->dev); in adc5_gen3_add_aux_tm_device()
/linux/drivers/usb/core/
H A Dusb.c698 device_set_of_node_from_dev(&dev->dev, bus->sysdev); in usb_alloc_dev()
H A Dmessage.c2188 device_set_of_node_from_dev(&intf->dev, &dev->dev); in usb_set_configuration()
/linux/include/linux/
H A Ddevice.h1219 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
/linux/drivers/base/
H A Dcore.c5282 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() function
5288 EXPORT_SYMBOL_GPL(device_set_of_node_from_dev);
/linux/drivers/i3c/master/
H A Ddw-i3c-master.c1641 device_set_of_node_from_dev(&master->base.i2c.dev, &pdev->dev); in dw_i3c_common_probe()