Searched refs:parent_priv_ (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/dm/
H A Ddevice.h147 * @parent_priv_: The parent's private data for this device (do not access
181 void *parent_priv_; member in struct:udevice
/u-boot/drivers/core/
H A Ddevice.c677 return dm_priv_to_rw(dev->parent_priv_);
1159 dev->parent_priv_ = parent_priv;
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c913 if (!qtd->urb->dev->dev->parent_priv_) {

Completed in 108 milliseconds