Searched refs:weston_output_enable (Results 1 – 5 of 5) sorted by relevance
22 the output using :func:`weston_output_enable`. The output **must not** be
25 head(s) to it, configure it, and finally :func:`weston_output_enable` it to
1442 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()
2056 weston_output_enable(struct weston_output *output);
6464 weston_output_enable(struct weston_output *output) in weston_output_enable() function