Searched defs:demo_ops (Results 1 – 1 of 1) sorted by relevance
22 struct demo_ops { struct23 int (*hello)(struct udevice *dev, int ch);24 int (*status)(struct udevice *dev, int *status);25 int (*set_light)(struct udevice *dev, int light);26 int (*get_light)(struct udevice *dev);
Completed in 7 milliseconds