Home
last modified time | relevance | path

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

/third_party/weston/doc/sphinx/toc/libweston/
Doutput.rst22 the output using :func:`weston_output_enable`. The output **must not** be
Doutput-management.rst25 head(s) to it, configure it, and finally :func:`weston_output_enable` it to
/third_party/weston/compositor/
Dmain.c1442 if (weston_output_enable(output) < 0) { in simple_head_enable()
2053 if (weston_output_enable(output) == 0) in drm_try_enable()
2333 if (weston_output_enable(output) < 0) { in remoted_output_init()
2460 if (weston_output_enable(output) < 0) { in pipewire_output_init()
/third_party/weston/include/libweston/
Dlibweston.h2056 weston_output_enable(struct weston_output *output);
/third_party/weston/libweston/
Dcompositor.c6464 weston_output_enable(struct weston_output *output) in weston_output_enable() function