Searched refs:device_set_of_node_from_dev (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0013_linux_drivers_base.patch | 85 @@ -4354,6 +4396,13 @@ void device_set_of_node_from_dev(struct device *dev, const struct device *de… 87 EXPORT_SYMBOL_GPL(device_set_of_node_from_dev);
|
| D | 0018_linux_drivers_firmware.patch | 202 - device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); 251 + device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent);
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | max77620_thermal.c | 115 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_thermal_probe()
|
| /kernel/linux/linux-5.10/drivers/firmware/imx/ |
| D | imx-dsp.c | 73 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in imx_dsp_probe()
|
| /kernel/linux/linux-5.10/drivers/usb/core/ |
| D | usb.c | 627 device_set_of_node_from_dev(&dev->dev, bus->sysdev); in usb_alloc_dev()
|
| D | message.c | 2086 device_set_of_node_from_dev(&intf->dev, &dev->dev); in usb_set_configuration()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | device.h | 820 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | max77620-regulator.c | 822 device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent); in max77620_regulator_probe()
|
| /kernel/linux/linux-5.10/drivers/usb/musb/ |
| D | musb_dsps.c | 760 device_set_of_node_from_dev(&musb->dev, &parent->dev); in dsps_create_musb_pdev()
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | core.c | 4347 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() function 4353 EXPORT_SYMBOL_GPL(device_set_of_node_from_dev);
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0005_linux_include.patch | 3240 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
|