Home
last modified time | relevance | path

Searched refs:update_window (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c174 pps->u.update_window.sid = sid; in lws_h2_update_peer_txcredit()
175 pps->u.update_window.credit = bump; in lws_h2_update_peer_txcredit()
186 pps->u.update_window.sid = 0; in lws_h2_update_peer_txcredit()
187 pps->u.update_window.credit = bump; in lws_h2_update_peer_txcredit()
733 *q++ = pps->u.update_window.credit >> 24; in lws_h2_do_pps_send()
734 *q++ = pps->u.update_window.credit >> 16; in lws_h2_do_pps_send()
735 *q++ = pps->u.update_window.credit >> 8; in lws_h2_do_pps_send()
736 *q = pps->u.update_window.credit; in lws_h2_do_pps_send()
739 (int)pps->u.update_window.credit); in lws_h2_do_pps_send()
872 (int)pps->u.update_window.sid, in lws_h2_do_pps_send()
[all …]
Dprivate-lib-roles-h2.h229 } update_window; member
/third_party/uboot/u-boot-2020.01/drivers/video/
Dtegra.c44 static void update_window(struct dc_ctlr *dc, struct disp_ctl_win *win) in update_window() function
292 update_window(dc, &window); in tegra_display_probe()
/third_party/uboot/u-boot-2020.01/drivers/video/tegra124/
Ddisplay.c223 static int update_window(struct dc_ctlr *disp_ctrl, in update_window() function
408 ret = update_window(dc_ctlr, (ulong)lcdbase, fb_bits_per_pixel, timing); in display_init()