/kernel/linux/linux-5.10/arch/mips/cobalt/ |
H A D | led.c | 27 pdev = platform_device_alloc("cobalt-qube-leds", -1); in cobalt_led_add() 29 pdev = platform_device_alloc("cobalt-raq-leds", -1); in cobalt_led_add()
|
H A D | buttons.c | 23 pd = platform_device_alloc("Cobalt buttons", -1); in cobalt_add_buttons()
|
H A D | rtc.c | 31 pdev = platform_device_alloc("rtc_cmos", -1); in cobalt_rtc_add()
|
H A D | lcd.c | 23 pdev = platform_device_alloc("cobalt-lcd", -1); in cobalt_lcd_add()
|
/kernel/linux/linux-6.6/arch/mips/cobalt/ |
H A D | led.c | 27 pdev = platform_device_alloc("cobalt-qube-leds", -1); in cobalt_led_add() 29 pdev = platform_device_alloc("cobalt-raq-leds", -1); in cobalt_led_add()
|
H A D | lcd.c | 23 pdev = platform_device_alloc("cobalt-lcd", -1); in cobalt_lcd_add()
|
H A D | buttons.c | 23 pd = platform_device_alloc("Cobalt buttons", -1); in cobalt_add_buttons()
|
H A D | rtc.c | 31 pdev = platform_device_alloc("rtc_cmos", -1); in cobalt_rtc_add()
|
/kernel/linux/linux-6.6/drivers/base/test/ |
H A D | platform-device-test.c | 61 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in platform_device_devm_register_unregister_test() 90 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in platform_device_devm_register_get_unregister_with_devm_test() 140 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in probed_platform_device_devm_register_unregister_test() 179 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in probed_platform_device_devm_register_get_unregister_with_devm_test()
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/ |
H A D | ip32-platform.c | 57 pd = platform_device_alloc("meth", -1); in meth_devinit() 75 pd = platform_device_alloc("sgio2audio", -1); in sgio2audio_devinit()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/ |
H A D | ip32-platform.c | 57 pd = platform_device_alloc("meth", -1); in meth_devinit() 75 pd = platform_device_alloc("sgio2audio", -1); in sgio2audio_devinit()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | phycore-ac97.c | 78 imx_phycore_snd_ac97_device = platform_device_alloc("soc-audio", -1); in imx_phycore_init() 87 imx_phycore_snd_device = platform_device_alloc("wm9712-codec", -1); in imx_phycore_init()
|
/kernel/linux/linux-6.6/tools/testing/cxl/test/ |
H A D | cxl.c | 1012 pdev = platform_device_alloc("cxl_host_bridge", idx); in cxl_rch_init() 1036 pdev = platform_device_alloc("cxl_rcd", idx); in cxl_rch_init() 1093 pdev = platform_device_alloc("cxl_host_bridge", in cxl_single_init() 1118 pdev = platform_device_alloc("cxl_root_port", in cxl_single_init() 1136 pdev = platform_device_alloc("cxl_switch_uport", in cxl_single_init() 1155 pdev = platform_device_alloc("cxl_switch_dport", in cxl_single_init() 1173 pdev = platform_device_alloc("cxl_mem", NR_MEM_MULTI + i); in cxl_single_init() 1275 pdev = platform_device_alloc("cxl_host_bridge", i); in cxl_test_init() 1299 pdev = platform_device_alloc("cxl_root_port", i); in cxl_test_init() 1317 pdev = platform_device_alloc("cxl_switch_upor in cxl_test_init() [all...] |
/kernel/linux/linux-5.10/arch/mips/sgi-ip30/ |
H A D | ip30-xtalk.c | 59 pdev = platform_device_alloc("sgi_w1", PLATFORM_DEVID_AUTO); in bridge_platform_create() 71 pdev = platform_device_alloc("xtalk-bridge", PLATFORM_DEVID_AUTO); in bridge_platform_create()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ucb1400_core.c | 80 ucb->ucb1400_gpio = platform_device_alloc("ucb1400_gpio", -1); in ucb1400_core_probe() 101 ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1); in ucb1400_core_probe()
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | smdk_spdif.c | 171 smdk_snd_spdif_dit_device = platform_device_alloc("spdif-dit", -1); in smdk_init() 179 smdk_snd_spdif_device = platform_device_alloc("soc-audio", -1); in smdk_init()
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | smdk_spdif.c | 171 smdk_snd_spdif_dit_device = platform_device_alloc("spdif-dit", -1); in smdk_init() 179 smdk_snd_spdif_device = platform_device_alloc("soc-audio", -1); in smdk_init()
|
/kernel/linux/linux-6.6/arch/mips/txx9/generic/ |
H A D | setup.c | 364 platform_device_alloc("tc35815-mac", id); in txx9_ethaddr_init() 558 pdev = platform_device_alloc("physmap-flash", no); in txx9_physmap_flash_init() 576 struct platform_device *pdev = platform_device_alloc("txx9ndfmc", -1); in txx9_ndfmc_init() 667 pdev = platform_device_alloc("leds-gpio", basenum); in txx9_iocled_init() 727 struct platform_device *pdev = platform_device_alloc("txx9dmac", id); in txx9_dmac_init() 744 pdev = platform_device_alloc("txx9dmac-chan", in txx9_dmac_init()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip30/ |
H A D | ip30-xtalk.c | 62 pdev_wd = platform_device_alloc("sgi_w1", PLATFORM_DEVID_AUTO); in bridge_platform_create() 87 pdev_bd = platform_device_alloc("xtalk-bridge", PLATFORM_DEVID_AUTO); in bridge_platform_create()
|
/kernel/linux/linux-5.10/arch/mips/txx9/generic/ |
H A D | setup.c | 433 platform_device_alloc("tc35815-mac", id); in txx9_ethaddr_init() 642 pdev = platform_device_alloc("physmap-flash", no); in txx9_physmap_flash_init() 660 struct platform_device *pdev = platform_device_alloc("txx9ndfmc", -1); in txx9_ndfmc_init() 751 pdev = platform_device_alloc("leds-gpio", basenum); in txx9_iocled_init() 811 struct platform_device *pdev = platform_device_alloc("txx9dmac", id); in txx9_dmac_init() 828 pdev = platform_device_alloc("txx9dmac-chan", in txx9_dmac_init() 868 platform_device_alloc("txx9aclc-ac97", -1); in txx9_aclc_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | pmem.c | 29 pdev = platform_device_alloc("e820_pmem", -1); in register_e820_pmem()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | pmem.c | 29 pdev = platform_device_alloc("e820_pmem", -1); in register_e820_pmem()
|
/kernel/linux/linux-5.10/arch/mips/alchemy/devboards/ |
H A D | platform.c | 94 pd = platform_device_alloc("db1xxx_pcmcia", id); in db1x_register_pcmcia_socket() 177 pd = platform_device_alloc("physmap-flash", 0); in db1x_register_norflash()
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
H A D | ip27-xtalk.c | 52 pdev_wd = platform_device_alloc("sgi_w1", PLATFORM_DEVID_AUTO); in bridge_platform_create() 77 pdev_bd = platform_device_alloc("xtalk-bridge", PLATFORM_DEVID_AUTO); in bridge_platform_create()
|
/kernel/linux/linux-6.6/arch/mips/alchemy/devboards/ |
H A D | platform.c | 94 pd = platform_device_alloc("db1xxx_pcmcia", id); in db1x_register_pcmcia_socket() 177 pd = platform_device_alloc("physmap-flash", 0); in db1x_register_norflash()
|