Home
last modified time | relevance | path

Searched refs:get_light (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/demo/
H A Ddemo-uclass.c49 if (!ops->get_light) in demo_get_light()
52 return ops->get_light(dev); in demo_get_light()
H A Ddemo-shape.c113 static int get_light(struct udevice *dev) in get_light() function
138 .get_light = get_light,
/openbmc/u-boot/include/
H A Ddm-demo.h28 int (*get_light)(struct udevice *dev); member