Searched refs:priv_ (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/dm/
H A Duclass.h27 * @priv_: Private data for this uclass (do not access outside driver model)
35 void *priv_; member in struct:uclass
H A Ddevice.h143 * @priv_: Private data for this device (do not access outside driver model)
178 void *priv_; member in struct:udevice
/u-boot/drivers/core/
H A Duclass.c175 return uc->priv_;
180 uc->priv_ = priv;
H A Ddevice.c656 return dm_priv_to_rw(dev->priv_);
1154 dev->priv_ = priv;
/u-boot/drivers/serial/
H A Dserial_msm_geni.c630 .priv_ = &init_serial_data,

Completed in 52 milliseconds