Home
last modified time | relevance | path

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

12

/linux-6.1.9/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 …]
/linux-6.1.9/drivers/soc/samsung/
Dexynos-chipid.c104 struct soc_device *soc_dev; in exynos_chipid_probe() local
141 soc_dev = soc_device_register(soc_dev_attr); in exynos_chipid_probe()
142 if (IS_ERR(soc_dev)) in exynos_chipid_probe()
143 return PTR_ERR(soc_dev); in exynos_chipid_probe()
149 platform_set_drvdata(pdev, soc_dev); in exynos_chipid_probe()
157 soc_device_unregister(soc_dev); in exynos_chipid_probe()
164 struct soc_device *soc_dev = platform_get_drvdata(pdev); in exynos_chipid_remove() local
166 soc_device_unregister(soc_dev); in exynos_chipid_remove()
/linux-6.1.9/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()
/linux-6.1.9/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.c131 struct soc_device *soc_dev; in meson_gx_socinfo_init() local
191 soc_dev = soc_device_register(soc_dev_attr); in meson_gx_socinfo_init()
192 if (IS_ERR(soc_dev)) { in meson_gx_socinfo_init()
196 return PTR_ERR(soc_dev); in meson_gx_socinfo_init()
198 dev = soc_device_to_device(soc_dev); in meson_gx_socinfo_init()
/linux-6.1.9/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()
/linux-6.1.9/drivers/soc/aspeed/
Daspeed-socinfo.c80 struct soc_device *soc_dev; in aspeed_socinfo_init() local
138 soc_dev = soc_device_register(attrs); in aspeed_socinfo_init()
139 if (IS_ERR(soc_dev)) { in aspeed_socinfo_init()
143 return PTR_ERR(soc_dev); in aspeed_socinfo_init()
/linux-6.1.9/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()
/linux-6.1.9/drivers/soc/ti/
Dk3-socinfo.c68 struct soc_device *soc_dev; in k3_chipinfo_probe() local
120 soc_dev = soc_device_register(soc_dev_attr); in k3_chipinfo_probe()
121 if (IS_ERR(soc_dev)) { in k3_chipinfo_probe()
122 ret = PTR_ERR(soc_dev); in k3_chipinfo_probe()
/linux-6.1.9/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()
/linux-6.1.9/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()
/linux-6.1.9/arch/mips/ralink/
Dmt7621.c153 struct soc_device *soc_dev; in mt7621_soc_dev_init() local
166 soc_dev = soc_device_register(soc_dev_attr); in mt7621_soc_dev_init()
167 if (IS_ERR(soc_dev)) { in mt7621_soc_dev_init()
169 return PTR_ERR(soc_dev); in mt7621_soc_dev_init()
/linux-6.1.9/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()
/linux-6.1.9/drivers/soc/imx/
Dsoc-imx.c30 struct soc_device *soc_dev; in imx_soc_device_init() local
195 soc_dev = soc_device_register(soc_dev_attr); in imx_soc_device_init()
196 if (IS_ERR(soc_dev)) { in imx_soc_device_init()
197 ret = PTR_ERR(soc_dev); in imx_soc_device_init()
Dsoc-imx8m.c180 struct soc_device *soc_dev; in imx8_soc_init() local
221 soc_dev = soc_device_register(soc_dev_attr); in imx8_soc_init()
222 if (IS_ERR(soc_dev)) { in imx8_soc_init()
223 ret = PTR_ERR(soc_dev); in imx8_soc_init()
/linux-6.1.9/drivers/soc/bcm/brcmstb/
Dcommon.c75 struct soc_device *soc_dev; in brcmstb_soc_device_init() local
101 soc_dev = soc_device_register(soc_dev_attr); in brcmstb_soc_device_init()
102 if (IS_ERR(soc_dev)) { in brcmstb_soc_device_init()
/linux-6.1.9/arch/arm/mach-mvebu/
Dmvebu-soc-id.c151 struct soc_device *soc_dev; in mvebu_soc_device() local
165 soc_dev = soc_device_register(soc_dev_attr); in mvebu_soc_device()
166 if (IS_ERR(soc_dev)) { in mvebu_soc_device()
/linux-6.1.9/drivers/soc/fsl/
Dguts.c184 static struct soc_device *soc_dev; in fsl_guts_init() local
254 soc_dev = soc_device_register(soc_dev_attr); in fsl_guts_init()
255 if (IS_ERR(soc_dev)) { in fsl_guts_init()
256 ret = PTR_ERR(soc_dev); in fsl_guts_init()
/linux-6.1.9/arch/arm/mach-mxs/
Dmach-mxs.c384 struct soc_device *soc_dev; in mxs_machine_init() local
417 soc_dev = soc_device_register(soc_dev_attr); in mxs_machine_init()
418 if (IS_ERR(soc_dev)) { in mxs_machine_init()
425 parent = soc_device_to_device(soc_dev); in mxs_machine_init()
/linux-6.1.9/drivers/soc/atmel/
Dsoc.c304 struct soc_device *soc_dev; in at91_soc_init() local
343 soc_dev = soc_device_register(soc_dev_attr); in at91_soc_init()
344 if (IS_ERR(soc_dev)) { in at91_soc_init()
356 return soc_dev; in at91_soc_init()
/linux-6.1.9/drivers/soc/qcom/
Dsocinfo.c196 struct soc_device *soc_dev; member
657 qs->soc_dev = soc_device_register(&qs->attr); in qcom_socinfo_probe()
658 if (IS_ERR(qs->soc_dev)) in qcom_socinfo_probe()
659 return PTR_ERR(qs->soc_dev); in qcom_socinfo_probe()
675 soc_device_unregister(qs->soc_dev); in qcom_socinfo_remove()
/linux-6.1.9/drivers/soc/renesas/
Drenesas-soc.c432 struct soc_device *soc_dev; in renesas_soc_init() local
501 soc_dev = soc_device_register(soc_dev_attr); in renesas_soc_init()
502 if (IS_ERR(soc_dev)) { in renesas_soc_init()
503 ret = PTR_ERR(soc_dev); in renesas_soc_init()
/linux-6.1.9/include/linux/
Dsys_soc.h32 void soc_device_unregister(struct soc_device *soc_dev);
/linux-6.1.9/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()

12