Searched refs:platform_device_alloc (Results 1 – 25 of 138) sorted by relevance
123456
/drivers/mfd/ |
D | ucb1400_core.c | 83 ucb->ucb1400_gpio = platform_device_alloc("ucb1400_gpio", -1); in ucb1400_core_probe() 104 ucb->ucb1400_ts = platform_device_alloc("ucb1400_ts", -1); in ucb1400_core_probe()
|
D | pcf50633-core.c | 150 *pdev = platform_device_alloc(name, -1); in pcf50633_client_dev_register() 244 pdev = platform_device_alloc("pcf50633-regulator", i); in pcf50633_probe()
|
/drivers/rtc/ |
D | rtc-test.c | 157 if ((test0 = platform_device_alloc("rtc-test", 0)) == NULL) { in test_init() 162 if ((test1 = platform_device_alloc("rtc-test", 1)) == NULL) { in test_init()
|
D | rtc-tile.c | 112 tile_rtc_platform_device = platform_device_alloc("rtc-tile", 0); in tile_rtc_driver_init()
|
/drivers/usb/dwc3/ |
D | dwc3-exynos.c | 52 pdev = platform_device_alloc("usb_phy_generic", PLATFORM_DEVID_AUTO); in dwc3_exynos_register_phys() 64 pdev = platform_device_alloc("usb_phy_generic", PLATFORM_DEVID_AUTO); in dwc3_exynos_register_phys()
|
D | host.c | 29 xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO); in dwc3_host_init()
|
/drivers/regulator/ |
D | dummy.c | 75 dummy_pdev = platform_device_alloc("reg-dummy", -1); in regulator_dummy_init()
|
/drivers/pcmcia/ |
D | pxa2xx_cm_x270.c | 85 cmx270_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in cmx270_pcmcia_init()
|
D | pxa2xx_palmld.c | 86 palmld_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmld_pcmcia_init()
|
D | pxa2xx_palmtx.c | 88 palmtx_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmtx_pcmcia_init()
|
D | pxa2xx_stargate2.c | 103 sg2_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in sg2_pcmcia_init()
|
D | pxa2xx_e740.c | 103 e740_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in e740_pcmcia_init()
|
D | pxa2xx_balloon3.c | 113 balloon3_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in balloon3_pcmcia_init()
|
D | pxa2xx_cm_x255.c | 106 cmx255_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in cmx255_pcmcia_init()
|
D | pxa2xx_palmtc.c | 138 palmtc_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmtc_pcmcia_init()
|
D | pxa2xx_vpac270.c | 115 vpac270_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in vpac270_pcmcia_init()
|
D | pxa2xx_viper.c | 134 viper_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in viper_pcmcia_probe()
|
D | pxa2xx_trizeps4.c | 177 trizeps_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in trizeps_pcmcia_init()
|
/drivers/w1/slaves/ |
D | w1_bq27000.c | 53 pdev = platform_device_alloc("bq27000-battery", -1); in w1_bq27000_add_slave()
|
/drivers/char/ |
D | scx200_gpio.c | 86 pdev = platform_device_alloc(DRVNAME, 0); in scx200_gpio_init()
|
/drivers/input/misc/ |
D | m68kspkr.c | 122 m68kspkr_platform_device = platform_device_alloc("m68kspkr", -1); in m68kspkr_init()
|
/drivers/usb/dwc2/ |
D | pci.c | 93 dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO); in dwc2_pci_probe()
|
/drivers/video/fbdev/ |
D | n411.c | 164 n411_device = platform_device_alloc("hecubafb", -1); in n411_init()
|
/drivers/usb/gadget/udc/bdc/ |
D | bdc_pci.c | 65 bdc = platform_device_alloc(BRCM_BDC_NAME, PLATFORM_DEVID_AUTO); in bdc_pci_probe()
|
/drivers/auxdisplay/ |
D | cfag12864bfb.c | 159 platform_device_alloc(CFAG12864BFB_NAME, 0); in cfag12864bfb_init()
|
123456