Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/demo/
H A 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()
H A Ddemo-simple.c25 static const struct demo_ops simple_ops = {
H A Ddemo-shape.c135 static const struct demo_ops shape_ops = {
/openbmc/u-boot/include/
H A Ddm-demo.h24 struct demo_ops { struct
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt258 const struct demo_ops *ops = device_get_ops(dev);
290 static const struct demo_ops shape_ops = {