Home
last modified time | relevance | path

Searched refs:uclass_priv (Results 1 – 4 of 4) sorted by relevance

/u-boot/doc/imx/clk/
A Dccf.txt32 uclass_priv field contains the struct clk pointer (to the originally created
35 * To keep things simple the struct udevice's uclass_priv pointer is used to
41 uclass_priv stores the pointer to struct clk.
64 * I've added the clk_get_parent(), which reads parent's dev->uclass_priv to
/u-boot/include/dm/
A Ddevice-internal.h243 void dev_set_uclass_priv(struct udevice *dev, void *uclass_priv);
/u-boot/drivers/core/
A Ddevice.c1055 void dev_set_uclass_priv(struct udevice *dev, void *uclass_priv) in dev_set_uclass_priv() argument
1057 dev->uclass_priv_ = uclass_priv; in dev_set_uclass_priv()
/u-boot/doc/driver-model/
A Ddesign.rst813 - uclass data in dev->uclass_priv (for things the uclass stores

Completed in 10 milliseconds