Home
last modified time | relevance | path

Searched refs:platform_device_alloc (Results 1 – 25 of 159) sorted by relevance

1234567

/drivers/mfd/
Ducb1400_core.c80 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()
Dpcf50633-core.c145 *pdev = platform_device_alloc(name, -1); in pcf50633_client_dev_register()
239 pdev = platform_device_alloc("pcf50633-regulator", i); in pcf50633_probe()
/drivers/fpga/
Ddfl-fme-pr.c189 mgr = platform_device_alloc(DFL_FPGA_FME_MGR, fme->id); in dfl_fme_create_mgr()
244 fme_br->br = platform_device_alloc(DFL_FPGA_FME_BRIDGE, in dfl_fme_create_bridge()
321 fme_region->region = platform_device_alloc(DFL_FPGA_FME_REGION, br->id); in dfl_fme_create_region()
/drivers/regulator/
Ddummy.c71 dummy_pdev = platform_device_alloc("reg-dummy", -1); in regulator_dummy_init()
/drivers/pcmcia/
Dpxa2xx_cm_x270.c81 cmx270_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in cmx270_pcmcia_init()
Dpxa2xx_palmld.c82 palmld_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmld_pcmcia_init()
Dpxa2xx_palmtx.c84 palmtx_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmtx_pcmcia_init()
Dpxa2xx_stargate2.c100 sg2_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in sg2_pcmcia_init()
Dpxa2xx_e740.c100 e740_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in e740_pcmcia_init()
Dpxa2xx_balloon3.c110 balloon3_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in balloon3_pcmcia_init()
Dpxa2xx_cm_x255.c102 cmx255_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in cmx255_pcmcia_init()
Dpxa2xx_palmtc.c134 palmtc_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in palmtc_pcmcia_init()
Dpxa2xx_vpac270.c110 vpac270_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in vpac270_pcmcia_init()
Dpxa2xx_mainstone.c98 mst_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in mst_pcmcia_init()
Dpxa2xx_viper.c134 viper_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); in viper_pcmcia_probe()
/drivers/dax/hmem/
Ddevice.c38 pdev = platform_device_alloc("hmem", id); in hmem_register_device()
/drivers/usb/host/
Dxhci-ext-caps.c37 pdev = platform_device_alloc(USB_SW_DRV_NAME, PLATFORM_DEVID_NONE); in xhci_create_intel_xhci_sw_pdev()
/drivers/char/
Dscx200_gpio.c87 pdev = platform_device_alloc(DRVNAME, 0); in scx200_gpio_init()
/drivers/input/misc/
Dm68kspkr.c117 m68kspkr_platform_device = platform_device_alloc("m68kspkr", -1); in m68kspkr_init()
/drivers/usb/dwc3/
Ddwc3-haps.c56 dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO); in dwc3_haps_probe()
Dhost.c72 xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO); in dwc3_host_init()
/drivers/platform/x86/
Ddell-smbios-smm.c147 platform_device = platform_device_alloc("dell-smbios", 1); in init_dell_smbios_smm()
/drivers/usb/gadget/udc/bdc/
Dbdc_pci.c60 bdc = platform_device_alloc(BRCM_BDC_NAME, PLATFORM_DEVID_AUTO); in bdc_pci_probe()
/drivers/base/
Dplatform.c454 struct platform_device *platform_device_alloc(const char *name, int id) in platform_device_alloc() function
470 EXPORT_SYMBOL_GPL(platform_device_alloc);
702 pdev = platform_device_alloc(pdevinfo->name, pdevinfo->id); in platform_device_register_full()
926 pdev = platform_device_alloc(driver->driver.name, -1); in __platform_create_bundle()
/drivers/usb/dwc2/
Dpci.c120 dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO); in dwc2_pci_probe()

1234567