Searched refs:platform_device_alloc (Results 101 - 125 of 186) sorted by relevance

12345678

/linux-master/drivers/char/tpm/
H A Dtpm_nsc.c316 pdev = platform_device_alloc("tpm_nscl0", -1);
/linux-master/drivers/usb/dwc3/
H A Ddwc3-pci.c334 dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO);
/linux-master/drivers/hwmon/
H A Dibmaem.c546 data->pdev = platform_device_alloc(DRVNAME, data->id);
688 data->pdev = platform_device_alloc(DRVNAME, data->id);
H A Dabituguru3.c1257 abituguru3_pdev = platform_device_alloc(ABIT_UGURU3_NAME,
/linux-master/sound/soc/intel/skylake/
H A Dskl.c525 pdev = platform_device_alloc(mach->drv_name, -1);
567 pdev = platform_device_alloc("dmic-codec", -1);
/linux-master/drivers/input/touchscreen/
H A Dwm97xx-core.c589 wm->touch_dev = platform_device_alloc("wm97xx-touch", -1);
679 wm->battery_dev = platform_device_alloc("wm97xx-battery", -1);
/linux-master/drivers/regulator/
H A Dwm8350-regulator.c1187 pdev = platform_device_alloc("wm8350-regulator", reg);
1247 pdev = platform_device_alloc("wm8350-led", lednum);
/linux-master/drivers/firmware/
H A Dstratix10-svc.c1213 svc->stratix10_svc_rsu = platform_device_alloc(STRATIX10_RSU, 0);
1226 svc->intel_svc_fcs = platform_device_alloc(INTEL_FCS, 1);
/linux-master/drivers/usb/musb/
H A Domap2430.c323 musb = platform_device_alloc("musb-hdrc", PLATFORM_DEVID_AUTO);
/linux-master/drivers/video/fbdev/via/
H A Dvia-core.c516 info->platdev = platform_device_alloc(info->name, -1);
/linux-master/drivers/mfd/
H A Dezx-pcap.c379 pdev = platform_device_alloc(subdev->name, subdev->id);
H A Dda903x.c469 pdev = platform_device_alloc(subdev->name, subdev->id);
H A Dtps6586x.c392 pdev = platform_device_alloc(subdev->name, subdev->id);
H A Dtwl-core.c741 pdev = platform_device_alloc(DRIVER_NAME, -1);
H A Domap-usb-host.c152 child = platform_device_alloc(name, 0);
155 dev_err(dev, "platform_device_alloc %s failed\n", name);
/linux-master/drivers/gpio/
H A Dgpio-f7188x.c599 f7188x_gpio_pdev = platform_device_alloc(DRVNAME, -1);
/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c777 ssam_cdev_device = platform_device_alloc(SSAM_CDEV_DEVICE_NAME,
/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c615 dcon_device = platform_device_alloc("dcon", -1);
/linux-master/drivers/platform/x86/dell/
H A Dalienware-wmi.c783 platform_device = platform_device_alloc("alienware-wmi", PLATFORM_DEVID_NONE);
/linux-master/drivers/video/fbdev/
H A Darcfb.c568 arcfb_device = platform_device_alloc("arcfb", 0);
/linux-master/drivers/usb/usbip/
H A Dvudc_dev.c500 udc_dev->pdev = platform_device_alloc(GADGET_NAME, devid);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c673 pdev = platform_device_alloc(name, PLATFORM_DEVID_NONE);
/linux-master/drivers/platform/x86/
H A Dacerhdf.c646 acerhdf_dev = platform_device_alloc("acerhdf", PLATFORM_DEVID_NONE);
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c500 ppdev = platform_device_alloc(UNIMAC_MDIO_DRV_NAME, id);
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c606 pd = platform_device_alloc("pxa2xx-spi", id);

Completed in 445 milliseconds

12345678