Home
last modified time | relevance | path

Searched refs:platform_device_add_resources (Results 1 – 25 of 77) sorted by relevance

1234

/Linux-v4.19/arch/mips/cobalt/
Dbuttons.c40 error = platform_device_add_resources(pd, &cobalt_buttons_resource, 1); in cobalt_add_buttons()
Dlcd.c40 retval = platform_device_add_resources(pdev, &cobalt_lcd_resource, 1); in cobalt_lcd_add()
Dled.c47 retval = platform_device_add_resources(pdev, &cobalt_led_resource, 1); in cobalt_led_add()
Drtc.c48 retval = platform_device_add_resources(pdev, cobalt_rtc_resource, in cobalt_rtc_add()
Dserial.c71 …retval = platform_device_add_resources(pdev, cobalt_uart_resource, ARRAY_SIZE(cobalt_uart_resource… in cobalt_uart_add()
/Linux-v4.19/arch/mips/vr41xx/common/
Drtc.c103 retval = platform_device_add_resources(pdev, res, num); in vr41xx_rtc_add()
Dgiu.c108 retval = platform_device_add_resources(pdev, res, num); in vr41xx_giu_add()
Dsiu.c106 retval = platform_device_add_resources(pdev, res, num); in vr41xx_siu_add()
/Linux-v4.19/arch/mips/txx9/generic/
Dsetup.c649 platform_device_add_resources(pdev, &res, 1) || in txx9_physmap_flash_init()
668 platform_device_add_resources(pdev, &res, 1) || in txx9_ndfmc_init()
821 platform_device_add_resources(pdev, res, ARRAY_SIZE(res)) || in txx9_dmac_init()
837 platform_device_add_resources(pdev, chan_res, in txx9_dmac_init()
876 platform_device_add_resources(pdev, res, ARRAY_SIZE(res)) || in txx9_aclc_init()
/Linux-v4.19/arch/mips/lasat/
Dserial.c78 retval = platform_device_add_resources(pdev, lasat_serial_res, ARRAY_SIZE(lasat_serial_res)); in lasat_uart_add()
/Linux-v4.19/drivers/usb/host/
Dxhci-ext-caps.c39 ret = platform_device_add_resources(pdev, &res, 1); in xhci_create_intel_xhci_sw_pdev()
Dssb-hcd.c126 ret = platform_device_add_resources(hci_dev, hci_res, in ssb_hcd_create_pdev()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-haps.c75 ret = platform_device_add_resources(dwc->dwc3, res, ARRAY_SIZE(res)); in dwc3_haps_probe()
Dhost.c84 ret = platform_device_add_resources(xhci, dwc->xhci_resources, in dwc3_host_init()
/Linux-v4.19/arch/arm/mach-omap1/
Dtimer.c127 ret = platform_device_add_resources(pdev, res, in omap1_dm_timer_init()
/Linux-v4.19/drivers/usb/gadget/udc/bdc/
Dbdc_pci.c76 ret = platform_device_add_resources(bdc, res, ARRAY_SIZE(res)); in bdc_pci_probe()
/Linux-v4.19/drivers/usb/dwc2/
Dpci.c137 ret = platform_device_add_resources(dwc2, res, ARRAY_SIZE(res)); in dwc2_pci_probe()
/Linux-v4.19/arch/arm/mach-imx/devices/
Dplatform-ipu-core.c89 ret = platform_device_add_resources(pdev, res, ARRAY_SIZE(res)); in imx_alloc_mx3_camera()
/Linux-v4.19/drivers/mcb/
Dmcb-lpc.c96 ret = platform_device_add_resources(mcb_lpc_pdev, res, 1); in mcb_lpc_create_platform_device()
/Linux-v4.19/drivers/i2c/busses/
Di2c-pxa-pci.c82 ret = platform_device_add_resources(pdev, res, ARRAY_SIZE(res)); in add_i2c_device()
/Linux-v4.19/drivers/input/serio/
Dct82c710.c232 error = platform_device_add_resources(ct82c710_device, &ct82c710_iores, 1); in ct82c710_init()
/Linux-v4.19/drivers/usb/musb/
Djz4740.c152 ret = platform_device_add_resources(musb, pdev->resource, in jz4740_probe()
/Linux-v4.19/arch/powerpc/platforms/83xx/
Dmpc832x_rdb.c103 ret = platform_device_add_resources(pdev, res, in of_fsl_spi_probe()
/Linux-v4.19/drivers/base/
Dplatform.c291 int platform_device_add_resources(struct platform_device *pdev, in platform_device_add_resources() function
307 EXPORT_SYMBOL_GPL(platform_device_add_resources);
532 ret = platform_device_add_resources(pdev, in platform_device_register_full()
748 error = platform_device_add_resources(pdev, res, n_res); in __platform_create_bundle()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_dmi.c142 rv = platform_device_add_resources(pdev, r, num_r); in dmi_add_platform_ipmi()

1234