Home
last modified time | relevance | path

Searched refs:PLATFORM_DEVID_AUTO (Results 1 – 25 of 114) sorted by relevance

12345

/Linux-v6.6/drivers/platform/chrome/wilco_ec/
Dcore.c73 PLATFORM_DEVID_AUTO, in wilco_ec_probe()
78 PLATFORM_DEVID_AUTO, in wilco_ec_probe()
103 PLATFORM_DEVID_AUTO, in wilco_ec_probe()
113 PLATFORM_DEVID_AUTO, in wilco_ec_probe()
/Linux-v6.6/drivers/fpga/tests/
Dfpga-region-test.c151 ctx->mgr_pdev = platform_device_register_simple("mgr_pdev", PLATFORM_DEVID_AUTO, NULL, 0); in fpga_region_test_init()
158 ctx->bridge_pdev = platform_device_register_simple("bridge_pdev", PLATFORM_DEVID_AUTO, in fpga_region_test_init()
168 ctx->region_pdev = platform_device_register_simple("region_pdev", PLATFORM_DEVID_AUTO, in fpga_region_test_init()
/Linux-v6.6/drivers/mfd/
Dmt6370.c271 ret = devm_mfd_add_devices(dev, PLATFORM_DEVID_AUTO, in mt6370_probe()
278 ret = devm_mfd_add_devices(dev, PLATFORM_DEVID_AUTO, in mt6370_probe()
289 return devm_mfd_add_devices(dev, PLATFORM_DEVID_AUTO, in mt6370_probe()
Dintel_pmc_bxt.c398 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, &tco, in intel_pmc_create_devices()
404 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, &punit, 1, in intel_pmc_create_devices()
410 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, in intel_pmc_create_devices()
Dat91-usart.c44 return devm_mfd_add_devices(&pdev->dev, PLATFORM_DEVID_AUTO, cell, 1, in at91_usart_mode_probe()
Drsmu_core.c74 ret = devm_mfd_add_devices(rsmu->dev, PLATFORM_DEVID_AUTO, cells, in rsmu_core_init()
Dioc3.c202 ret = mfd_add_devices(&ipd->pdev->dev, PLATFORM_DEVID_AUTO, in ioc3_serial_setup()
231 ret = mfd_add_devices(&ipd->pdev->dev, PLATFORM_DEVID_AUTO, in ioc3_kbd_setup()
283 ret = mfd_add_devices(&ipd->pdev->dev, PLATFORM_DEVID_AUTO, in ioc3_eth_setup()
310 ret = mfd_add_devices(&ipd->pdev->dev, PLATFORM_DEVID_AUTO, in ioc3_m48t35_setup()
Dmp2629.c54 ret = devm_mfd_add_devices(ddata->dev, PLATFORM_DEVID_AUTO, mp2629_cell, in mp2629_probe()
Dlp873x.c57 ret = mfd_add_devices(lp873->dev, PLATFORM_DEVID_AUTO, lp873x_cells, in lp873x_probe()
Dsimple-mfd-i2c.c55 ret = devm_mfd_add_devices(&i2c->dev, PLATFORM_DEVID_AUTO, in simple_mfd_i2c_probe()
Dvexpress-sysreg.c115 return devm_mfd_add_devices(&pdev->dev, PLATFORM_DEVID_AUTO, in vexpress_sysreg_probe()
Drt4831.c86 return devm_mfd_add_devices(&client->dev, PLATFORM_DEVID_AUTO, rt4831_subdevs, in rt4831_probe()
Drt5120.c101 return devm_mfd_add_devices(dev, PLATFORM_DEVID_AUTO, rt5120_devs, in rt5120_probe()
Dlp87565.c99 return devm_mfd_add_devices(lp87565->dev, PLATFORM_DEVID_AUTO, in lp87565_probe()
Daltera-a10sr.c139 ret = devm_mfd_add_devices(a10sr->dev, PLATFORM_DEVID_AUTO, in altr_a10sr_spi_probe()
Dtps65219.c262 ret = devm_mfd_add_devices(tps->dev, PLATFORM_DEVID_AUTO, in tps65219_probe()
272 ret = devm_mfd_add_devices(tps->dev, PLATFORM_DEVID_AUTO, in tps65219_probe()
Dsmpro-core.c117 return devm_mfd_add_devices(&i2c->dev, PLATFORM_DEVID_AUTO, in smpro_core_probe()
Dtps65912-core.c98 ret = mfd_add_devices(tps->dev, PLATFORM_DEVID_AUTO, tps65912_cells, in tps65912_device_init()
/Linux-v6.6/arch/mips/sgi-ip30/
Dip30-xtalk.c62 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()
/Linux-v6.6/arch/mips/sgi-ip27/
Dip27-xtalk.c52 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()
/Linux-v6.6/drivers/platform/chrome/
Dcros_ec.c228 PLATFORM_DEVID_AUTO, &ec_p, in cros_ec_register()
248 PLATFORM_DEVID_AUTO, &pd_p, in cros_ec_register()
/Linux-v6.6/drivers/usb/dwc2/
Dpci.c76 dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO); in dwc2_pci_probe()
/Linux-v6.6/drivers/usb/dwc3/
Ddwc3-haps.c60 dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO); in dwc3_haps_probe()
Dhost.c73 xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO); in dwc3_host_init()
/Linux-v6.6/drivers/usb/cdns3/
Dhost.c68 xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO); in __cdns_host_init()

12345