Searched defs:udevice (Results 1 – 2 of 2) sorted by relevance
127 struct udevice { struct135 struct udevice *parent; argument136 void *priv;160 static inline int dev_of_offset(const struct udevice *dev) in dev_of_offset() argument
360 static int clk_dump(const char *name, int (*func)(struct udevice *)) in clk_dump()