Lines Matching refs:be

23 - All pieces can be compiled as a module or inside kernel
48 managers. These can be used when updating a display with CPU or system DMA.
54 interface that may be used by an audio driver or any other driver interested in
59 some IP, enabling companion chips, etc). It is intended to be called before
61 intended to be called after audio_stop.
73 and CEA-861 audio infoframe structures. This should be enough to support
76 The audio_enable/disable, audio_config and audio_supported functions could be
77 implemented as functions that may sleep. Hence, they should not be called
82 to be used in an atomic context. Hence, audio_start should return quickly and be
88 The enum omap_dss_audio_state may be used to help the implementations of
106 These framebuffers can be routed flexibly to any overlays, thus allowing very
120 From omapdss point of view the V4L2 drivers should be similar to framebuffer
132 screen. The overlay may be smaller than framebuffer, thus displaying only
133 part of the framebuffer. The position of the overlay may be changed if
139 A framebuffer can be connected to multiple overlays to show the same pixel data
140 on all of the overlays. Note that in this case the overlay input sizes must be
141 the same, but, in case of video overlays, the output size can be different. Any
142 framebuffer can be connected to any overlay.
144 An overlay can be connected to one overlay manager. Also DISPC overlays can be
145 connected only to DISPC overlay managers, and virtual overlays can be only
148 An overlay manager can be connected to one display. There are certain
149 restrictions which kinds of displays an overlay manager can be connected:
151 - DISPC TV overlay manager can be only connected to TV display.
152 - Virtual overlay managers can only be connected to DBI or DSI displays.
153 - DISPC LCD overlay manager can be connected to all displays, except TV
160 what would be the best interfaces for these things.
311 can be used to tv out.
341 - Name of default display, to which all overlays will be connected.
357 - Can be used for RGB16 and RGB24P modes. Probably not for RGB24U (how