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

/u-boot/include/dm/
H A Ddevice.h138 * @uclass_plat_: The uclass's configuration data for this device (do not access
175 void *uclass_plat_; member in struct:udevice
/u-boot/drivers/core/
H A Ddevice.c646 return dm_priv_to_rw(dev->uclass_plat_);
1179 dev->uclass_plat_ = uclass_plat;

Completed in 92 milliseconds