| /linux-6.15/drivers/base/ |
| H A D | soc.c | 128 struct soc_device *soc_device_register(struct soc_device_attribute *soc_dev_attr) in soc_device_register() function 185 EXPORT_SYMBOL_GPL(soc_device_register); 205 return PTR_ERR(soc_device_register(early_soc_dev_attr)); in soc_bus_register()
|
| /linux-6.15/include/linux/ |
| H A D | sys_soc.h | 25 struct soc_device *soc_device_register(
|
| /linux-6.15/arch/nios2/platform/ |
| H A D | platform.c | 40 soc_dev = soc_device_register(soc_dev_attr); in nios2_soc_device_init()
|
| /linux-6.15/arch/mips/ralink/ |
| H A D | rt288x.c | 80 soc_dev = soc_device_register(soc_dev_attr); in rt2880_soc_dev_init()
|
| H A D | rt3883.c | 80 soc_dev = soc_device_register(soc_dev_attr); in rt3883_soc_dev_init()
|
| H A D | rt305x.c | 183 soc_dev = soc_device_register(soc_dev_attr); in rt305x_soc_dev_init()
|
| H A D | mt7621.c | 157 soc_dev = soc_device_register(soc_dev_attr); in mt7621_soc_dev_init()
|
| /linux-6.15/drivers/soc/nuvoton/ |
| H A D | wpcm450-soc.c | 84 soc = soc_device_register(attr); in wpcm450_soc_init()
|
| /linux-6.15/drivers/soc/bcm/brcmstb/ |
| H A D | common.c | 101 soc_dev = soc_device_register(soc_dev_attr); in brcmstb_soc_device_init()
|
| /linux-6.15/drivers/soc/aspeed/ |
| H A D | aspeed-socinfo.c | 138 soc_dev = soc_device_register(attrs); in aspeed_socinfo_init()
|
| /linux-6.15/drivers/soc/versatile/ |
| H A D | soc-realview.c | 116 soc_dev = soc_device_register(soc_dev_attr); in realview_soc_probe()
|
| H A D | soc-integrator.c | 134 soc_dev = soc_device_register(soc_dev_attr); in integrator_soc_init()
|
| /linux-6.15/arch/arm/mach-mvebu/ |
| H A D | mvebu-soc-id.c | 165 soc_dev = soc_device_register(soc_dev_attr); in mvebu_soc_device()
|
| /linux-6.15/arch/arm/mach-zynq/ |
| H A D | common.c | 122 soc_dev = soc_device_register(soc_dev_attr); in zynq_init_machine()
|
| /linux-6.15/drivers/soc/imx/ |
| H A D | soc-imx9.c | 65 sdev = soc_device_register(attr); in imx9_soc_probe()
|
| H A D | soc-imx.c | 195 soc_dev = soc_device_register(soc_dev_attr); in imx_soc_device_init()
|
| /linux-6.15/drivers/soc/amlogic/ |
| H A D | meson-mx-socinfo.c | 163 soc_dev = soc_device_register(soc_dev_attr); in meson_mx_socinfo_init()
|
| H A D | meson-gx-socinfo.c | 198 soc_dev = soc_device_register(soc_dev_attr); in meson_gx_socinfo_init()
|
| /linux-6.15/drivers/firmware/imx/ |
| H A D | imx-scu-soc.c | 147 soc_dev = soc_device_register(soc_dev_attr); in imx_scu_soc_init()
|
| /linux-6.15/drivers/soc/samsung/ |
| H A D | exynos-chipid.c | 149 soc_dev = soc_device_register(soc_dev_attr); in exynos_chipid_probe()
|
| /linux-6.15/drivers/soc/loongson/ |
| H A D | loongson2_guts.c | 142 soc_dev = soc_device_register(&soc_dev_attr); in loongson2_guts_probe()
|
| /linux-6.15/drivers/soc/ux500/ |
| H A D | ux500-soc-id.c | 217 soc_dev = soc_device_register(soc_dev_attr); in ux500_soc_device_init()
|
| /linux-6.15/drivers/soc/renesas/ |
| H A D | rz-sysc.c | 77 soc_dev = soc_device_register(soc_dev_attr); in rz_sysc_soc_init()
|
| /linux-6.15/drivers/soc/ti/ |
| H A D | k3-socinfo.c | 174 soc_dev = soc_device_register(soc_dev_attr); in k3_chipinfo_probe()
|
| /linux-6.15/drivers/firmware/smccc/ |
| H A D | soc_id.c | 156 soc_dev = soc_device_register(soc_dev_attr); in smccc_soc_init()
|