Home
last modified time | relevance | path

Searched refs:last_ch (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvidconsole-uclass.c105 priv->last_ch = 0; in vidconsole_newline()
135 priv->last_ch = 0; in vidconsole_put_char()
152 priv->last_ch = ch; in vidconsole_put_char()
H A Dconsole_truetype.c216 if (vc_priv->last_ch) { in console_truetype_putc_xy()
218 vc_priv->last_ch, ch); in console_truetype_putc_xy()
/OK3568_Linux_fs/u-boot/include/
H A Dvideo_console.h44 int last_ch; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dmain.c414 if (ar->last_ch != channel) in ath6kl_connect_ap_mode_bss()
980 ar->last_ch = le16_to_cpu(vif->profile.ch); in ath6kl_disconnect_event()
1055 ath6kl_check_ch_switch(ar, ar->last_ch); in ath6kl_disconnect_event()
H A Dcore.h751 u16 last_ch; member
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.c996 int ch, last_ch, quote_ch, next_ch; in __read_token() local
1036 last_ch = ch; in __read_token()
1038 if (ch != last_ch) in __read_token()
1041 switch (last_ch) { in __read_token()
1070 last_ch = 0; in __read_token()
1081 last_ch = ch; in __read_token()
1085 if (ch == '\\' && last_ch == '\\') in __read_token()
1086 last_ch = 0; in __read_token()
1087 } while (ch != quote_ch || last_ch == '\\'); in __read_token()