Searched refs:update_window (Results 1 – 4 of 4) sorted by relevance
174 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 …]
229 } update_window; member
44 static void update_window(struct dc_ctlr *dc, struct disp_ctl_win *win) in update_window() function292 update_window(dc, &window); in tegra_display_probe()
223 static int update_window(struct dc_ctlr *disp_ctrl, in update_window() function408 ret = update_window(dc_ctlr, (ulong)lcdbase, fb_bits_per_pixel, timing); in display_init()