Home
last modified time | relevance | path

Searched refs:per_device_platdata_auto_alloc_size (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/drivers/scsi/
Dscsi-uclass.c38 .per_device_platdata_auto_alloc_size = sizeof(struct scsi_platdata),
/external/u-boot/drivers/core/
Dsimple-bus.c50 .per_device_platdata_auto_alloc_size = sizeof(struct simple_bus_plat),
Ddevice.c113 size = uc->uc_drv->per_device_platdata_auto_alloc_size; in device_bind_common()
/external/u-boot/drivers/led/
Dled-uclass.c69 .per_device_platdata_auto_alloc_size = sizeof(struct led_uc_plat),
/external/u-boot/drivers/video/
Ddisplay-uclass.c69 .per_device_platdata_auto_alloc_size = sizeof(struct display_plat),
Dvideo-uclass.c299 .per_device_platdata_auto_alloc_size = sizeof(struct video_uc_platdata),
/external/u-boot/test/dm/
Dtest-uclass.c127 .per_device_platdata_auto_alloc_size =
Dcore.c155 ut_assert(uc->uc_drv->per_device_platdata_auto_alloc_size); in dm_test_autobind_uclass_pdata_alloc()
/external/u-boot/include/dm/
Duclass.h97 int per_device_platdata_auto_alloc_size; member
/external/u-boot/drivers/remoteproc/
Drproc-uclass.c212 .per_device_platdata_auto_alloc_size =
/external/u-boot/drivers/usb/emul/
Dusb-emul-uclass.c298 .per_device_platdata_auto_alloc_size = sizeof(struct usb_emul_platdata),
/external/u-boot/drivers/adc/
Dadc-uclass.c403 .per_device_platdata_auto_alloc_size = ADC_UCLASS_PLATDATA_SIZE,
/external/u-boot/drivers/power/regulator/
Dregulator-uclass.c369 .per_device_platdata_auto_alloc_size =
/external/u-boot/drivers/block/
Dblk-uclass.c627 .per_device_platdata_auto_alloc_size = sizeof(struct blk_desc),