Home
last modified time | relevance | path

Searched refs:soc_device_register (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/base/
H A Dsoc.c128 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/include/linux/
H A Dsys_soc.h25 struct soc_device *soc_device_register(
/linux/arch/nios2/platform/
H A Dplatform.c40 soc_dev = soc_device_register(soc_dev_attr); in nios2_soc_device_init()
/linux/arch/mips/ralink/
H A Drt3883.c80 soc_dev = soc_device_register(soc_dev_attr); in rt3883_soc_dev_init()
H A Drt288x.c80 soc_dev = soc_device_register(soc_dev_attr); in rt2880_soc_dev_init()
H A Drt305x.c183 soc_dev = soc_device_register(soc_dev_attr); in rt305x_soc_dev_init()
H A Dmt7621.c157 soc_dev = soc_device_register(soc_dev_attr); in mt7621_soc_dev_init()
H A Dmt7620.c210 soc_dev = soc_device_register(soc_dev_attr); in mt7620_soc_dev_init()
/linux/drivers/soc/nuvoton/
H A Dwpcm450-soc.c84 soc = soc_device_register(attr); in wpcm450_soc_init()
/linux/drivers/soc/bcm/brcmstb/
H A Dcommon.c101 soc_dev = soc_device_register(soc_dev_attr); in brcmstb_soc_device_init()
/linux/drivers/soc/vt8500/
H A Dwmt-socinfo.c87 soc_dev = soc_device_register(attrs); in wmt_socinfo_probe()
/linux/drivers/soc/aspeed/
H A Daspeed-socinfo.c142 soc_dev = soc_device_register(attrs); in aspeed_socinfo_init()
/linux/drivers/soc/versatile/
H A Dsoc-realview.c116 soc_dev = soc_device_register(soc_dev_attr); in realview_soc_probe()
H A Dsoc-integrator.c134 soc_dev = soc_device_register(soc_dev_attr); in integrator_soc_init()
/linux/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c165 soc_dev = soc_device_register(soc_dev_attr); in mvebu_soc_device()
/linux/arch/arm/mach-zynq/
H A Dcommon.c122 soc_dev = soc_device_register(soc_dev_attr); in zynq_init_machine()
/linux/drivers/soc/amlogic/
H A Dmeson-mx-socinfo.c163 soc_dev = soc_device_register(soc_dev_attr); in meson_mx_socinfo_init()
H A Dmeson-gx-socinfo.c205 soc_dev = soc_device_register(soc_dev_attr); in meson_gx_socinfo_init()
/linux/drivers/firmware/imx/
H A Dimx-scu-soc.c147 soc_dev = soc_device_register(soc_dev_attr); in imx_scu_soc_init()
/linux/drivers/soc/loongson/
H A Dloongson2_guts.c142 soc_dev = soc_device_register(&soc_dev_attr); in loongson2_guts_probe()
/linux/drivers/soc/ux500/
H A Dux500-soc-id.c217 soc_dev = soc_device_register(soc_dev_attr); in ux500_soc_device_init()
/linux/drivers/soc/imx/
H A Dsoc-imx.c195 soc_dev = soc_device_register(soc_dev_attr); in imx_soc_device_init()
/linux/drivers/firmware/smccc/
H A Dsoc_id.c156 soc_dev = soc_device_register(soc_dev_attr); in smccc_soc_init()
/linux/drivers/soc/ti/
H A Dk3-socinfo.c186 soc_dev = soc_device_register(soc_dev_attr); in k3_chipinfo_probe()
/linux/drivers/soc/renesas/
H A Drz-sysc.c80 soc_dev = soc_device_register(soc_dev_attr); in rz_sysc_soc_init()

12