Home
last modified time | relevance | path

Searched refs:demo_ops (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/demo/
Ddemo-uclass.c27 const struct demo_ops *ops = device_get_ops(dev); in demo_hello()
37 const struct demo_ops *ops = device_get_ops(dev); in demo_status()
47 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light()
57 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light()
Ddemo-simple.c25 static const struct demo_ops simple_ops = {
Ddemo-shape.c135 static const struct demo_ops shape_ops = {
/external/u-boot/include/
Ddm-demo.h24 struct demo_ops { struct
/external/u-boot/doc/driver-model/
DREADME.txt258 const struct demo_ops *ops = device_get_ops(dev);
290 static const struct demo_ops shape_ops = {