Searched refs:plat_size (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/dm/
H A Dplatdata.h24 * @plat_size: Size of platform data structure
31 unsigned short plat_size; member in struct:driver_info
/u-boot/drivers/core/
H A Ddevice.c261 uint plat_size = 0; local
271 plat_size = info->plat_size;
274 ofnode_null(), plat_size, devp);

Completed in 103 milliseconds