Home
last modified time | relevance | path

Searched refs:wet (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/buildroot/package/weston/
H A D0027-Support-holding-display-for-the-first-app.patch43 wl_list_init(&wet.layoutput_list);
45 wet.compositor->idle_time = idle_time;
46 wet.compositor->default_pointer_grab = NULL;
47 wet.compositor->exit = handle_exit;
48 + wet.compositor->warm_up = warm_up;
50 weston_compositor_log_capabilities(wet.compositor);
H A D0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch27 wet.compositor->idle_time = idle_time;
28 wet.compositor->default_pointer_grab = NULL;
29 wet.compositor->exit = handle_exit;
H A D0076-HACK-Honour-cursor-size-config.patch22 wet.compositor->exit = handle_exit;
23 wet.compositor->warm_up = warm_up;
27 + &wet.compositor->cursor_size, 0);
29 weston_compositor_log_capabilities(wet.compositor);
H A D0013-Support-setting-output-flow-direction.patch88 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_HORIZONTAL;
93 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_VERTICAL;
95 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_SAME_AS;
H A D0015-backend-drm-Support-selecting-monitors.patch43 @@ -2326,7 +2326,7 @@ drm_head_prepare_enable(struct wet_compositor *wet,
47 - section = drm_config_find_controlling_output_section(wet->config, name);
53 drm_head_should_force_enable(struct wet_compositor *wet,
60 - section = drm_config_find_controlling_output_section(wet->config, name);
73 + struct wet_compositor *wet = to_wet_compositor(compositor);
80 + drm_config_find_controlling_output_section(wet->config, name);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0027-Support-holding-display-for-the-first-app.patch43 wl_list_init(&wet.layoutput_list);
45 wet.compositor->idle_time = idle_time;
46 wet.compositor->default_pointer_grab = NULL;
47 wet.compositor->exit = handle_exit;
48 + wet.compositor->warm_up = warm_up;
50 weston_compositor_log_capabilities(wet.compositor);
H A D0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch27 wet.compositor->idle_time = idle_time;
28 wet.compositor->default_pointer_grab = NULL;
29 wet.compositor->exit = handle_exit;
H A D0077-HACK-Honour-cursor-size-config.patch22 wet.compositor->exit = handle_exit;
23 wet.compositor->warm_up = warm_up;
27 + &wet.compositor->cursor_size, 0);
29 weston_compositor_log_capabilities(wet.compositor);
H A D0013-Support-setting-output-flow-direction.patch88 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_HORIZONTAL;
93 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_VERTICAL;
95 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_SAME_AS;
H A D0015-backend-drm-Support-selecting-monitors.patch43 @@ -2326,7 +2326,7 @@ drm_head_prepare_enable(struct wet_compositor *wet,
47 - section = drm_config_find_controlling_output_section(wet->config, name);
53 drm_head_should_force_enable(struct wet_compositor *wet,
60 - section = drm_config_find_controlling_output_section(wet->config, name);
73 + struct wet_compositor *wet = to_wet_compositor(compositor);
80 + drm_config_find_controlling_output_section(wet->config, name);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0024-Support-holding-display-for-the-first-app.patch43 wl_list_init(&wet.layoutput_list);
45 wet.compositor->idle_time = idle_time;
46 wet.compositor->default_pointer_grab = NULL;
47 wet.compositor->exit = handle_exit;
48 + wet.compositor->warm_up = warm_up;
50 weston_compositor_log_capabilities(wet.compositor);
H A D0030-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch27 wet.compositor->idle_time = idle_time;
28 wet.compositor->default_pointer_grab = NULL;
29 wet.compositor->exit = handle_exit;
H A D0077-HACK-Honour-cursor-size-config.patch22 wet.compositor->exit = handle_exit;
23 wet.compositor->warm_up = warm_up;
27 + &wet.compositor->cursor_size, 0);
29 weston_compositor_log_capabilities(wet.compositor);
H A D0012-Support-setting-output-flow-direction.patch88 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_HORIZONTAL;
93 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_VERTICAL;
95 + wet.compositor->output_flow = WESTON_OUTPUT_FLOW_SAME_AS;
H A D0013-backend-drm-Support-selecting-monitors.patch43 @@ -2067,7 +2067,7 @@ drm_head_prepare_enable(struct wet_compositor *wet,
47 - section = drm_config_find_controlling_output_section(wet->config, name);
53 drm_head_should_force_enable(struct wet_compositor *wet,
60 - section = drm_config_find_controlling_output_section(wet->config, name);
73 + struct wet_compositor *wet = to_wet_compositor(compositor);
80 + section = drm_config_find_controlling_output_section(wet->config, name);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dreverb.c176 float * dry, * wet[2]; member
221 effp->global_info->global_info->bufsiz / p->ochannels, p->chan[i].wet); in start()
244 .5 * (p->chan[0].wet[w][i] + p->chan[1].wet[w][i]); in flow()
248 float out = (1 - p->wet_only) * p->chan[0].dry[i] + p->chan[0].wet[w][i]; in flow()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wet.c246 dhd_free_wet_info(dhd_pub_t *pub, void *wet) in dhd_free_wet_info() argument
248 if (wet) { in dhd_free_wet_info()
249 MFREE(pub->osh, wet, sizeof(dhd_wet_info_t)); in dhd_free_wet_info()
1081 BCMFASTPATH(dhd_wet_send_proc)(void *wet, void *sdu, void **new) in BCMFASTPATH()
1083 dhd_wet_info_t *weth = (dhd_wet_info_t *)wet; in BCMFASTPATH()
1128 BCMFASTPATH(dhd_wet_recv_proc)(void *wet, void *sdu) in BCMFASTPATH()
1130 dhd_wet_info_t *weth = (dhd_wet_info_t *)wet; in BCMFASTPATH()
H A Ddhd_wet.h42 extern void dhd_free_wet_info(dhd_pub_t *pub, void *wet);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wet.c246 dhd_free_wet_info(dhd_pub_t *pub, void *wet) in dhd_free_wet_info() argument
248 if (wet) { in dhd_free_wet_info()
249 MFREE(pub->osh, wet, sizeof(dhd_wet_info_t)); in dhd_free_wet_info()
1081 BCMFASTPATH(dhd_wet_send_proc)(void *wet, void *sdu, void **new) in BCMFASTPATH()
1083 dhd_wet_info_t *weth = (dhd_wet_info_t *)wet; in BCMFASTPATH()
1128 BCMFASTPATH(dhd_wet_recv_proc)(void *wet, void *sdu) in BCMFASTPATH()
1130 dhd_wet_info_t *weth = (dhd_wet_info_t *)wet; in BCMFASTPATH()
H A Ddhd_wet.h42 extern void dhd_free_wet_info(dhd_pub_t *pub, void *wet);
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCC-BY-3.0-NL25 …roep)programma en deze databank beschermd wordt krachtens de toepasselijke wet in de jurisdictie v…