Searched refs:platform_device_register_simple (Results 1 - 25 of 153) sorted by relevance

1234567

/linux-master/arch/x86/kernel/
H A Dpcspeaker.c10 pd = platform_device_register_simple("pcspkr", -1, NULL, 0);
/linux-master/arch/m68k/amiga/
H A Dplatform.c58 pdev = platform_device_register_simple("amiga-zorro", -1,
144 pdev = platform_device_register_simple("amiga-video", -1, NULL,
153 pdev = platform_device_register_simple("amiga-audio", -1, NULL,
162 pdev = platform_device_register_simple("amiga-floppy", -1,
169 pdev = platform_device_register_simple("amiga-a3000-scsi", -1,
176 pdev = platform_device_register_simple("amiga-a4000t-scsi", -1,
185 pdev = platform_device_register_simple("amiga-gayle-ide", -1,
196 pdev = platform_device_register_simple("amiga-gayle-ide", -1,
209 pdev = platform_device_register_simple("amiga-keyboard", -1,
216 pdev = platform_device_register_simple("amig
[all...]
/linux-master/arch/arm/mach-spear/
H A Dspear1340.c19 platform_device_register_simple("spear-cpufreq", -1, NULL, 0);
H A Dspear1310.c26 platform_device_register_simple("spear-cpufreq", -1, NULL, 0);
/linux-master/arch/m68k/coldfire/
H A Dmcf8390.c33 platform_device_register_simple("mcf8390", -1, mcf8390_resources,
/linux-master/arch/m68k/virt/
H A Dplatform.c18 return platform_device_register_simple("virtio-mmio", id,
44 pdev1 = platform_device_register_simple("goldfish_tty",
51 pdev2 = platform_device_register_simple("goldfish_rtc",
/linux-master/arch/arm/mach-tegra/
H A Dtegra.c92 platform_device_register_simple("tegra20-cpufreq", -1, NULL, 0);
95 platform_device_register_simple("tegra-cpuidle", -1, NULL, 0);
99 platform_device_register_simple("tegra20-cpufreq", -1, NULL, 0);
/linux-master/arch/arm/mach-imx/
H A Dmach-imx6ul.c36 platform_device_register_simple("imx6q-cpufreq", -1, NULL, 0);
H A Dmach-imx7ulp.c75 platform_device_register_simple("imx-cpufreq-dt", -1, NULL, 0);
H A Dmach-imx6sl.c38 platform_device_register_simple("imx6q-cpufreq", -1, NULL, 0);
H A Dmach-imx6sx.c60 platform_device_register_simple("imx6q-cpufreq", -1, NULL, 0);
H A Dmach-imx7d.c66 platform_device_register_simple("imx-cpufreq-dt", -1, NULL, 0);
/linux-master/arch/powerpc/platforms/ps3/
H A Dtime.c55 pdev = platform_device_register_simple("rtc-ps3", -1, NULL, 0);
/linux-master/arch/powerpc/sysdev/
H A Drtc_cmos_setup.c62 pd = platform_device_register_simple("rtc_cmos", -1,
H A Dof_rtc.c56 platform_device_register_simple(plat_name, -1, res, 1);
/linux-master/arch/mips/sgi-ip22/
H A Dip22-platform.c195 return IS_ERR(platform_device_register_simple("sgihal2", 0, NULL, 0));
205 return IS_ERR(platform_device_register_simple("sgibtns", -1, NULL, 0));
219 return IS_ERR(platform_device_register_simple("rtc-ds1286", -1,
/linux-master/arch/mips/n64/
H A Dinit.c105 platform_device_register_simple("n64audio", -1, res, 3);
112 platform_device_register_simple("n64cart", -1, res, 1);
119 platform_device_register_simple("n64joy", -1, res, 1);
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c59 platform_device_register_simple("clps711x-cpuidle", PLATFORM_DEVID_NONE,
/linux-master/drivers/leds/
H A Dleds-net48xx.c63 pdev = platform_device_register_simple(DRVNAME, -1, NULL, 0);
/linux-master/drivers/cpufreq/
H A Dmvebu-cpufreq.c98 platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
H A Draspberrypi-cpufreq.c53 cpufreq_dt = platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
H A Dsun50i-cpufreq-nvmem.c122 cpufreq_dt_pdev = platform_device_register_simple("cpufreq-dt", -1,
198 platform_device_register_simple("sun50i-cpufreq-nvmem",
/linux-master/drivers/firmware/smccc/
H A Dsmccc.c78 pdev = platform_device_register_simple("smccc_trng", -1,
/linux-master/arch/arm/mach-s5pv210/
H A Ds5pv210.c56 platform_device_register_simple("s5pv210-cpufreq", -1, NULL, 0);
/linux-master/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c58 pdev = platform_device_register_simple("amdgpu_xcp", pdev_num, NULL, 0);

Completed in 229 milliseconds

1234567