Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dbus.c102 .per_child_auto_alloc_size = sizeof(struct dm_test_parent_data),
312 size = drv->per_child_auto_alloc_size; in dm_test_bus_parent_data_uclass()
318 bus->uclass->uc_drv->per_child_auto_alloc_size = size; in dm_test_bus_parent_data_uclass()
319 drv->per_child_auto_alloc_size = 0; in dm_test_bus_parent_data_uclass()
323 bus->uclass->uc_drv->per_child_auto_alloc_size = 0; in dm_test_bus_parent_data_uclass()
324 drv->per_child_auto_alloc_size = size; in dm_test_bus_parent_data_uclass()
/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c132 size = dev->parent->driver->per_child_auto_alloc_size; in device_free()
135 per_child_auto_alloc_size; in device_free()
H A Ddevice.c346 size = dev->parent->driver->per_child_auto_alloc_size; in device_probe()
349 per_child_auto_alloc_size; in device_probe()
/openbmc/u-boot/include/dm/
H A Duclass.h104 int per_child_auto_alloc_size; member
H A Ddevice.h251 int per_child_auto_alloc_size; member
/openbmc/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c299 .per_child_auto_alloc_size = sizeof(struct usb_device),
/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.c320 .per_child_auto_alloc_size = sizeof(struct dm_i2c_chip),
/openbmc/u-boot/drivers/spi/
H A Dtegra210_qspi.c417 .per_child_auto_alloc_size = sizeof(struct spi_slave),
H A Dspi-uclass.c474 .per_child_auto_alloc_size = sizeof(struct spi_slave),
/openbmc/u-boot/common/
H A Dusb_hub.c965 .per_child_auto_alloc_size = sizeof(struct usb_device),
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c795 .per_child_auto_alloc_size = sizeof(struct usb_device),
/openbmc/u-boot/doc/driver-model/
H A Dspi-howto.txt564 .per_child_auto_alloc_size = sizeof(struct spi_slave),
H A DREADME.txt678 d. If the device's immediate parent specifies a per_child_auto_alloc_size