Home
last modified time | relevance | path

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

/u-boot/include/
A Dsysinfo.h47 struct sysinfo_ops { struct
60 int (*detect)(struct udevice *dev);
71 int (*get_bool)(struct udevice *dev, int id, bool *val);
82 int (*get_int)(struct udevice *dev, int id, int *val);
115 #define sysinfo_get_ops(dev) ((struct sysinfo_ops *)(dev)->driver->ops) argument

Completed in 3 milliseconds