Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A 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
/openbmc/qemu/qga/
H A Dcommands-posix.c1069 struct udev_device *udevice = NULL; in build_guest_fsinfo_for_real_device() local
1246 struct udev_device *udevice = NULL; in get_alias_for_syspath() local
1282 struct udev_device *udevice = NULL; in get_device_for_syspath() local
/openbmc/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-periph.c486 static int clk_dump(const char *name, int (*func)(struct udevice *)) in clk_dump()