Home
last modified time | relevance | path

Searched refs:soc_dev (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/base/
Dsoc.c40 struct device *soc_device_to_device(struct soc_device *soc_dev) in soc_device_to_device() argument
42 return &soc_dev->dev; in soc_device_to_device()
50 struct soc_device *soc_dev = container_of(dev, struct soc_device, dev); in soc_attribute_mode() local
52 if ((attr == &dev_attr_machine.attr) && soc_dev->attr->machine) in soc_attribute_mode()
54 if ((attr == &dev_attr_family.attr) && soc_dev->attr->family) in soc_attribute_mode()
56 if ((attr == &dev_attr_revision.attr) && soc_dev->attr->revision) in soc_attribute_mode()
58 if ((attr == &dev_attr_serial_number.attr) && soc_dev->attr->serial_number) in soc_attribute_mode()
60 if ((attr == &dev_attr_soc_id.attr) && soc_dev->attr->soc_id) in soc_attribute_mode()
70 struct soc_device *soc_dev = container_of(dev, struct soc_device, dev); in soc_info_show() local
74 output = soc_dev->attr->machine; in soc_info_show()
[all …]
/kernel/linux/linux-5.10/drivers/firmware/smccc/
Dsoc_id.c32 static struct soc_device *soc_dev; variable
95 soc_dev = soc_device_register(soc_dev_attr); in smccc_soc_init()
96 if (IS_ERR(soc_dev)) { in smccc_soc_init()
98 return PTR_ERR(soc_dev); in smccc_soc_init()
110 if (soc_dev) in smccc_soc_exit()
111 soc_device_unregister(soc_dev); in smccc_soc_exit()
/kernel/linux/linux-5.10/drivers/soc/amlogic/
Dmeson-mx-socinfo.c110 struct soc_device *soc_dev; in meson_mx_socinfo_init() local
163 soc_dev = soc_device_register(soc_dev_attr); in meson_mx_socinfo_init()
164 if (IS_ERR(soc_dev)) { in meson_mx_socinfo_init()
168 return PTR_ERR(soc_dev); in meson_mx_socinfo_init()
171 dev_info(soc_device_to_device(soc_dev), "Amlogic %s %s detected\n", in meson_mx_socinfo_init()
Dmeson-gx-socinfo.c130 struct soc_device *soc_dev; in meson_gx_socinfo_init() local
190 soc_dev = soc_device_register(soc_dev_attr); in meson_gx_socinfo_init()
191 if (IS_ERR(soc_dev)) { in meson_gx_socinfo_init()
195 return PTR_ERR(soc_dev); in meson_gx_socinfo_init()
197 dev = soc_device_to_device(soc_dev); in meson_gx_socinfo_init()
/kernel/linux/linux-5.10/drivers/soc/samsung/
Dexynos-chipid.c51 struct soc_device *soc_dev; in exynos_chipid_early_init() local
95 soc_dev = soc_device_register(soc_dev_attr); in exynos_chipid_early_init()
96 if (IS_ERR(soc_dev)) { in exynos_chipid_early_init()
97 ret = PTR_ERR(soc_dev); in exynos_chipid_early_init()
/kernel/linux/linux-5.10/arch/nios2/platform/
Dplatform.c27 struct soc_device *soc_dev; in nios2_soc_device_init() local
40 soc_dev = soc_device_register(soc_dev_attr); in nios2_soc_device_init()
41 if (IS_ERR(soc_dev)) { in nios2_soc_device_init()
/kernel/linux/linux-5.10/drivers/soc/versatile/
Dsoc-integrator.c104 struct soc_device *soc_dev; in integrator_soc_init() local
133 soc_dev = soc_device_register(soc_dev_attr); in integrator_soc_init()
134 if (IS_ERR(soc_dev)) { in integrator_soc_init()
138 dev = soc_device_to_device(soc_dev); in integrator_soc_init()
Dsoc-realview.c87 struct soc_device *soc_dev; in realview_soc_probe() local
108 soc_dev = soc_device_register(soc_dev_attr); in realview_soc_probe()
109 if (IS_ERR(soc_dev)) { in realview_soc_probe()
/kernel/linux/linux-5.10/arch/arm/mach-zynq/
Dcommon.c108 struct soc_device *soc_dev; in zynq_init_machine() local
122 soc_dev = soc_device_register(soc_dev_attr); in zynq_init_machine()
123 if (IS_ERR(soc_dev)) { in zynq_init_machine()
131 parent = soc_device_to_device(soc_dev); in zynq_init_machine()
/kernel/linux/linux-5.10/drivers/soc/ti/
Dk3-socinfo.c65 struct soc_device *soc_dev; in k3_chipinfo_probe() local
117 soc_dev = soc_device_register(soc_dev_attr); in k3_chipinfo_probe()
118 if (IS_ERR(soc_dev)) { in k3_chipinfo_probe()
119 ret = PTR_ERR(soc_dev); in k3_chipinfo_probe()
/kernel/linux/linux-5.10/drivers/soc/fsl/
Dguts.c30 static struct soc_device *soc_dev; variable
191 soc_dev = soc_device_register(&soc_dev_attr); in fsl_guts_probe()
192 if (IS_ERR(soc_dev)) in fsl_guts_probe()
193 return PTR_ERR(soc_dev); in fsl_guts_probe()
204 soc_device_unregister(soc_dev); in fsl_guts_remove()
/kernel/linux/linux-5.10/drivers/firmware/imx/
Dimx-scu-soc.c84 struct soc_device *soc_dev; in imx_scu_soc_init() local
133 soc_dev = soc_device_register(soc_dev_attr); in imx_scu_soc_init()
134 if (IS_ERR(soc_dev)) in imx_scu_soc_init()
135 return PTR_ERR(soc_dev); in imx_scu_soc_init()
/kernel/linux/linux-5.10/drivers/soc/imx/
Dsoc-imx.c28 struct soc_device *soc_dev; in imx_soc_device_init() local
183 soc_dev = soc_device_register(soc_dev_attr); in imx_soc_device_init()
184 if (IS_ERR(soc_dev)) { in imx_soc_device_init()
185 ret = PTR_ERR(soc_dev); in imx_soc_device_init()
Dsoc-imx8m.c169 struct soc_device *soc_dev; in imx8_soc_init() local
210 soc_dev = soc_device_register(soc_dev_attr); in imx8_soc_init()
211 if (IS_ERR(soc_dev)) { in imx8_soc_init()
212 ret = PTR_ERR(soc_dev); in imx8_soc_init()
/kernel/linux/linux-5.10/drivers/soc/ux500/
Dux500-soc-id.c198 struct soc_device *soc_dev; in ux500_soc_device_init() local
217 soc_dev = soc_device_register(soc_dev_attr); in ux500_soc_device_init()
218 if (IS_ERR(soc_dev)) { in ux500_soc_device_init()
220 return PTR_ERR(soc_dev); in ux500_soc_device_init()
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/
Dcommon.c97 struct soc_device *soc_dev; in brcmstb_soc_device_init() local
123 soc_dev = soc_device_register(soc_dev_attr); in brcmstb_soc_device_init()
124 if (IS_ERR(soc_dev)) { in brcmstb_soc_device_init()
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
Dmvebu-soc-id.c154 struct soc_device *soc_dev; in mvebu_soc_device() local
168 soc_dev = soc_device_register(soc_dev_attr); in mvebu_soc_device()
169 if (IS_ERR(soc_dev)) { in mvebu_soc_device()
/kernel/linux/linux-5.10/drivers/soc/atmel/
Dsoc.c213 struct soc_device *soc_dev; in at91_soc_init() local
252 soc_dev = soc_device_register(soc_dev_attr); in at91_soc_init()
253 if (IS_ERR(soc_dev)) { in at91_soc_init()
265 return soc_dev; in at91_soc_init()
/kernel/linux/linux-5.10/arch/mips/ralink/
Dmt7621.c124 struct soc_device *soc_dev; in soc_dev_init() local
142 soc_dev = soc_device_register(soc_dev_attr); in soc_dev_init()
143 if (IS_ERR(soc_dev)) { in soc_dev_init()
/kernel/linux/linux-5.10/arch/arm/mach-mxs/
Dmach-mxs.c380 struct soc_device *soc_dev; in mxs_machine_init() local
399 soc_dev = soc_device_register(soc_dev_attr); in mxs_machine_init()
400 if (IS_ERR(soc_dev)) { in mxs_machine_init()
406 parent = soc_device_to_device(soc_dev); in mxs_machine_init()
/kernel/linux/linux-5.10/drivers/soc/renesas/
Drenesas-soc.c315 struct soc_device *soc_dev; in renesas_soc_init() local
395 soc_dev = soc_device_register(soc_dev_attr); in renesas_soc_init()
396 if (IS_ERR(soc_dev)) { in renesas_soc_init()
401 return PTR_ERR(soc_dev); in renesas_soc_init()
/kernel/linux/linux-5.10/drivers/soc/qcom/
Dsocinfo.c166 struct soc_device *soc_dev; member
515 qs->soc_dev = soc_device_register(&qs->attr); in qcom_socinfo_probe()
516 if (IS_ERR(qs->soc_dev)) in qcom_socinfo_probe()
517 return PTR_ERR(qs->soc_dev); in qcom_socinfo_probe()
533 soc_device_unregister(qs->soc_dev); in qcom_socinfo_remove()
/kernel/linux/linux-5.10/include/linux/
Dsys_soc.h32 void soc_device_unregister(struct soc_device *soc_dev);
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Did.c787 struct soc_device *soc_dev; in omap_soc_device_init() local
799 soc_dev = soc_device_register(soc_dev_attr); in omap_soc_device_init()
800 if (IS_ERR(soc_dev)) { in omap_soc_device_init()
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
Dcore.c943 struct soc_device *soc_dev; in ep93xx_init_soc() local
954 soc_dev = soc_device_register(soc_dev_attr); in ep93xx_init_soc()
955 if (IS_ERR(soc_dev)) { in ep93xx_init_soc()
961 return soc_device_to_device(soc_dev); in ep93xx_init_soc()

12