Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-shape.c114 static int get_light(struct udevice *dev) in get_light() function
139 .get_light = get_light,
H A Ddemo-uclass.c50 if (!ops->get_light) in demo_get_light()
53 return ops->get_light(dev); in demo_get_light()
/OK3568_Linux_fs/u-boot/include/
H A Ddm-demo.h29 int (*get_light)(struct udevice *dev); member