Home
last modified time | relevance | path

Searched defs:udevice (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/dm/
Ddevice.h127 struct udevice { struct
135 struct udevice *parent; argument
136 void *priv;
160 static inline int dev_of_offset(const struct udevice *dev) in dev_of_offset() argument
/external/u-boot/drivers/clk/mvebu/
Darmada-37xx-periph.c360 static int clk_dump(const char *name, int (*func)(struct udevice *)) in clk_dump()