HomeSort by relevance Sort by last modified time
    Searched refs:vidconsole_get_ops (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
video_console.h 157 #define vidconsole_get_ops(dev) ((struct vidconsole_ops *)(dev)->driver->ops) macro
  /external/u-boot/drivers/video/
vidconsole-uclass.c 33 struct vidconsole_ops *ops = vidconsole_get_ops(dev);
43 struct vidconsole_ops *ops = vidconsole_get_ops(dev);
52 struct vidconsole_ops *ops = vidconsole_get_ops(dev);
61 struct vidconsole_ops *ops = vidconsole_get_ops(dev);
72 struct vidconsole_ops *ops = vidconsole_get_ops(dev);

Completed in 233 milliseconds