Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dbus.c91 .per_child_auto_alloc_size = sizeof(struct dm_test_parent_data),
300 size = drv->per_child_auto_alloc_size; in dm_test_bus_parent_data_uclass()
301 bus->uclass->uc_drv->per_child_auto_alloc_size = size; in dm_test_bus_parent_data_uclass()
302 drv->per_child_auto_alloc_size = 0; in dm_test_bus_parent_data_uclass()
306 bus->uclass->uc_drv->per_child_auto_alloc_size = 0; in dm_test_bus_parent_data_uclass()
307 drv->per_child_auto_alloc_size = size; in dm_test_bus_parent_data_uclass()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c141 size = dev->parent->driver->per_child_auto_alloc_size; in device_free()
144 per_child_auto_alloc_size; in device_free()
H A Ddevice.c440 size = dev->parent->driver->per_child_auto_alloc_size; in device_probe()
443 per_child_auto_alloc_size; in device_probe()
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass.h102 int per_child_auto_alloc_size; member
H A Ddevice.h255 int per_child_auto_alloc_size; member
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c304 .per_child_auto_alloc_size = sizeof(struct usb_device),
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dat91_i2c.c341 .per_child_auto_alloc_size = sizeof(struct dm_i2c_chip),
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dtegra210_qspi.c418 .per_child_auto_alloc_size = sizeof(struct spi_slave),
H A Dspi-uclass.c513 .per_child_auto_alloc_size = sizeof(struct spi_slave),
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c795 .per_child_auto_alloc_size = sizeof(struct usb_device),
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c968 .per_child_auto_alloc_size = sizeof(struct usb_device),
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dspi-howto.txt569 .per_child_auto_alloc_size = sizeof(struct spi_slave),
H A Dspi-howto.rst624 .per_child_auto_alloc_size = sizeof(struct spi_slave),
H A DREADME.txt669 d. If the device's immediate parent specifies a per_child_auto_alloc_size