Lines Matching defs:c
1648 static void rgb_from_256(int i, struct rgb *c) in rgb_from_256()
1666 static void rgb_foreground(struct vc_data *vc, const struct rgb *c) in rgb_foreground()
1688 static void rgb_background(struct vc_data *vc, const struct rgb *c) in rgb_background()
1705 void(*set_color)(struct vc_data *vc, const struct rgb *c)) in vc_t416_color()
1707 struct rgb c; in vc_t416_color() local
2131 static void vc_setGx(struct vc_data *vc, unsigned int which, int c) in vc_setGx()
2163 static void do_con_trol(struct tty_struct *tty, struct vc_data *vc, int c) in do_con_trol()
2624 static inline int vc_translate_ascii(const struct vc_data *vc, int c) in vc_translate_ascii()
2641 static inline int vc_sanitize_unicode(const int c) in vc_sanitize_unicode()
2659 static int vc_translate_unicode(struct vc_data *vc, int c, bool *rescan) in vc_translate_unicode()
2725 static int vc_translate(struct vc_data *vc, int *c, bool *rescan) in vc_translate()
2753 static bool vc_is_control(struct vc_data *vc, int tc, int c) in vc_is_control()
2796 static int vc_con_write_normal(struct vc_data *vc, int tc, int c, in vc_con_write_normal()
2900 int c, tc, n = 0; in do_con_write() local
3082 unsigned char c; in vt_console_print() local
3154 static struct tty_driver *vt_console_device(struct console *c, int *index) in vt_console_device()
4603 int c; in con_font_get() local
4743 u16 c = w & 0xff; in screen_glyph() local
4803 void vc_scrolldelta_helper(struct vc_data *c, int lines, in vc_scrolldelta_helper()