Searched refs:soc_device_to_device (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dsys_soc.h35 * soc_device_to_device - helper function to fetch struct device
38 struct device *soc_device_to_device(struct soc_device *soc);
/linux-master/drivers/soc/versatile/
H A Dsoc-integrator.c138 dev = soc_device_to_device(soc_dev);
/linux-master/drivers/soc/amlogic/
H A Dmeson-mx-socinfo.c171 dev_info(soc_device_to_device(soc_dev), "Amlogic %s %s detected\n",
H A Dmeson-gx-socinfo.c193 dev = soc_device_to_device(soc_dev);
/linux-master/arch/arm/mach-zynq/
H A Dcommon.c131 parent = soc_device_to_device(soc_dev);
/linux-master/drivers/base/
H A Dsoc.c42 struct device *soc_device_to_device(struct soc_device *soc_dev) function
/linux-master/arch/arm/mach-mxs/
H A Dmach-mxs.c425 parent = soc_device_to_device(soc_dev);
/linux-master/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c470 return soc_device_to_device(dev);
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c972 return soc_device_to_device(soc_dev);

Completed in 230 milliseconds