/linux-3.3/drivers/staging/speakup/ |
D | main.c | 270 static void speakup_date(struct vc_data *vc) in speakup_date() 295 static void speakup_shut_up(struct vc_data *vc) in speakup_shut_up() 306 static void speech_kill(struct vc_data *vc) in speech_kill() 323 static void speakup_off(struct vc_data *vc) in speakup_off() 335 static void speakup_parked(struct vc_data *vc) in speakup_parked() 346 static void speakup_cut(struct vc_data *vc) in speakup_cut() 382 static void speakup_paste(struct vc_data *vc) in speakup_paste() 393 static void say_attributes(struct vc_data *vc) in say_attributes() 418 static void announce_edge(struct vc_data *vc, int msg_id) in announce_edge() 460 static u16 get_char(struct vc_data *vc, u16 * pos, u_char * attribs) in get_char() [all …]
|
D | selection.c | 52 struct vc_data *vc = vc_cons[fg_console].d; in speakup_set_selection() local 128 struct vc_data *vc = (struct vc_data *) tty->driver_data; in speakup_paste_selection() local
|
/linux-3.3/drivers/tty/vt/ |
D | keyboard.c | 316 static void put_queue(struct vc_data *vc, int ch) in put_queue() 326 static void puts_queue(struct vc_data *vc, char *cp) in puts_queue() 340 static void applkey(struct vc_data *vc, int key, char mode) in applkey() 355 static void to_utf8(struct vc_data *vc, uint c) in to_utf8() 427 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr() 460 static void fn_enter(struct vc_data *vc) in fn_enter() 478 static void fn_caps_toggle(struct vc_data *vc) in fn_caps_toggle() 486 static void fn_caps_on(struct vc_data *vc) in fn_caps_on() 494 static void fn_show_ptregs(struct vc_data *vc) in fn_show_ptregs() 502 static void fn_hold(struct vc_data *vc) in fn_hold() [all …]
|
D | vt.c | 260 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() 266 static void notify_update(struct vc_data *vc) in notify_update() 275 #define IS_FG(vc) ((vc)->vc_num == fg_console) argument 278 #define DO_UPDATE(vc) 0 argument 280 #define DO_UPDATE(vc) (CON_IS_VISIBLE(vc) && !console_blanked) argument 283 static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed) in screenpos() 311 static void scrup(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrup() 328 static void scrdown(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrdown() 345 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region() 391 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region() [all …]
|
D | vt_ioctl.c | 466 do_unimap_ioctl(int cmd, struct unimapdesc __user *user_ud, int perm, struct vc_data *vc) in do_unimap_ioctl() 498 struct vc_data *vc = tty->driver_data; in vt_ioctl() local 1134 struct vc_data *vc; in vt_ioctl() local 1361 void reset_vc(struct vc_data *vc) in reset_vc() 1381 struct vc_data *vc; in vc_SAK() local 1457 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl() 1482 int perm, struct vc_data *vc) in compat_unimap_ioctl() 1510 struct vc_data *vc = tty->driver_data; in vt_compat_ioctl() local 1602 static void complete_change_console(struct vc_data *vc) in complete_change_console() 1678 struct vc_data *vc; in change_console() local
|
D | consolemap.c | 246 unsigned short *set_translate(int m, struct vc_data *vc) in set_translate() 410 void con_free_unimap(struct vc_data *vc) in con_free_unimap() 491 int con_clear_unimap(struct vc_data *vc, struct unimapinit *ui) in con_clear_unimap() 514 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 575 int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap() 637 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list) in con_get_unimap() 665 void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap()
|
D | vc_screen.c | 65 struct vc_data *vc = param->vc; in vcs_notifier() local 165 struct vc_data *vc; in vcs_size() local 213 struct vc_data *vc; in vcs_read() local 391 struct vc_data *vc; in vcs_write() local
|
D | selection.c | 136 struct vc_data *vc = vc_cons[fg_console].d; in set_selection() local 309 struct vc_data *vc = tty->driver_data; in paste_selection() local
|
/linux-3.3/include/linux/ |
D | vt_kern.h | 76 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ argument 95 static inline int con_clear_unimap(struct vc_data *vc, struct unimapinit *ui) in con_clear_unimap() 100 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 105 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap() 110 static inline int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap() 114 static inline void con_free_unimap(struct vc_data *vc) in con_free_unimap() 117 static inline void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap() 126 #define vc_translate(vc, c) (c) argument 138 static inline bool vt_force_oops_output(struct vc_data *vc) in vt_force_oops_output() 161 struct vc_data *vc; /* VC on which the update happened */ member
|
D | consolemap.h | 27 #define set_translate(m, vc) ((unsigned short *)NULL) argument
|
/linux-3.3/drivers/video/console/ |
D | fbcon.c | 236 struct vc_data *vc; in fbcon_rotate_all() local 281 static inline int fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) in fbcon_is_inactive() 290 static int get_color(struct vc_data *vc, struct fb_info *info, in get_color() 357 static void fbcon_update_softback(struct vc_data *vc) in fbcon_update_softback() 373 struct vc_data *vc = NULL; in fb_flashcursor() local 555 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo() 561 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo() 648 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type() 673 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type() 691 static int con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, in con2fb_acquire_newinfo() [all …]
|
D | tileblit.c | 19 static void tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, in tile_bmove() 34 static void tile_clear(struct vc_data *vc, struct fb_info *info, int sy, in tile_clear() 54 static void tile_putcs(struct vc_data *vc, struct fb_info *info, in tile_putcs() 76 static void tile_clear_margins(struct vc_data *vc, struct fb_info *info, in tile_clear_margins() 82 static void tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, in tile_cursor() 131 void fbcon_set_tileops(struct vc_data *vc, struct fb_info *info) in fbcon_set_tileops()
|
D | newport_con.c | 329 static void newport_init(struct vc_data *vc, int init) in newport_init() 344 static void newport_clear(struct vc_data *vc, int sy, int sx, int height, in newport_clear() 365 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() 394 static void newport_putcs(struct vc_data *vc, const unsigned short *s, in newport_putcs() 435 static void newport_cursor(struct vc_data *vc, int mode) in newport_cursor() 460 static int newport_switch(struct vc_data *vc) in newport_switch() 561 static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) in newport_font_default() 566 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) in newport_font_set() 571 static int newport_set_palette(struct vc_data *vc, unsigned char *table) in newport_set_palette() 576 static int newport_scrolldelta(struct vc_data *vc, int lines) in newport_scrolldelta() [all …]
|
D | bitblit.c | 26 struct vc_data *vc) in update_attr() 46 static void bit_bmove(struct vc_data *vc, struct fb_info *info, int sy, in bit_bmove() 61 static void bit_clear(struct vc_data *vc, struct fb_info *info, int sy, in bit_clear() 77 static inline void bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, in bit_putcs_aligned() 108 static inline void bit_putcs_unaligned(struct vc_data *vc, in bit_putcs_unaligned() 143 static void bit_putcs(struct vc_data *vc, struct fb_info *info, in bit_putcs() 205 static void bit_clear_margins(struct vc_data *vc, struct fb_info *info, in bit_clear_margins() 237 static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode, in bit_cursor()
|
D | fbcon_ud.c | 26 struct vc_data *vc) in ud_update_attr() 48 static void ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, in ud_bmove() 66 static void ud_clear(struct vc_data *vc, struct fb_info *info, int sy, in ud_clear() 85 static inline void ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, in ud_putcs_aligned() 116 static inline void ud_putcs_unaligned(struct vc_data *vc, in ud_putcs_unaligned() 151 static void ud_putcs(struct vc_data *vc, struct fb_info *info, in ud_putcs() 222 static void ud_clear_margins(struct vc_data *vc, struct fb_info *info, in ud_clear_margins() 252 static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ud_cursor()
|
D | fbcon_cw.c | 26 struct vc_data *vc) in cw_update_attr() 49 static void cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, in cw_bmove() 66 static void cw_clear(struct vc_data *vc, struct fb_info *info, int sy, in cw_clear() 84 static inline void cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, in cw_putcs_aligned() 115 static void cw_putcs(struct vc_data *vc, struct fb_info *info, in cw_putcs() 175 static void cw_clear_margins(struct vc_data *vc, struct fb_info *info, in cw_clear_margins() 206 static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in cw_cursor()
|
D | fbcon_ccw.c | 26 struct vc_data *vc) in ccw_update_attr() 63 static void ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, in ccw_bmove() 80 static void ccw_clear(struct vc_data *vc, struct fb_info *info, int sy, in ccw_clear() 98 static inline void ccw_putcs_aligned(struct vc_data *vc, struct fb_info *info, in ccw_putcs_aligned() 129 static void ccw_putcs(struct vc_data *vc, struct fb_info *info, in ccw_putcs() 191 static void ccw_clear_margins(struct vc_data *vc, struct fb_info *info, in ccw_clear_margins() 222 static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ccw_cursor()
|
D | fbcon_rotate.c | 21 static int fbcon_rotate_font(struct fb_info *info, struct vc_data *vc) in fbcon_rotate_font()
|
D | dummycon.c | 37 static void dummycon_init(struct vc_data *vc, int init) in dummycon_init()
|
/linux-3.3/drivers/atm/ |
D | idt77252.c | 550 struct vc_map *vc; in idt77252_tx_dump() local 704 push_on_scq(struct idt77252_dev *card, struct vc_map *vc, struct sk_buff *skb) in push_on_scq() 792 drain_scq(struct idt77252_dev *card, struct vc_map *vc) in drain_scq() 831 queue_skb(struct idt77252_dev *card, struct vc_map *vc, in queue_skb() 935 get_free_scd(struct idt77252_dev *card, struct vc_map *vc) in get_free_scd() 1017 struct vc_map *vc; in dequeue_rx() local 1245 struct vc_map *vc; in idt77252_rx_raw() local 1413 struct vc_map *vc; in idt77252_tx() local 1599 __fill_tst(struct idt77252_dev *card, struct vc_map *vc, in __fill_tst() 1659 fill_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) in fill_tst() [all …]
|
/linux-3.3/drivers/accessibility/braille/ |
D | braille_console.c | 123 static void vc_follow_cursor(struct vc_data *vc) in vc_follow_cursor() 132 static void vc_maybe_cursor_moved(struct vc_data *vc) in vc_maybe_cursor_moved() 139 static void vc_refresh(struct vc_data *vc) in vc_refresh() 160 struct vc_data *vc = param->vc; in keyboard_notifier_call() local 282 struct vc_data *vc = param->vc; in vt_notifier_call() local
|
/linux-3.3/arch/arm/mach-omap2/ |
D | vc.c | 86 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_config_channel() local 107 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_pre_scale() local 161 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_bypass_scale() local 261 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_i2c_init() local 290 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_init_channel() local
|
/linux-3.3/arch/mips/math-emu/ |
D | ieee754int.h | 78 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 112 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 139 #define FLUSHDP(v, vc, vs, ve, vm) \ argument 150 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
|
/linux-3.3/net/netrom/ |
D | nr_subr.c | 92 unsigned short vc = nrom->va; in nr_validate_nr() local 108 unsigned short vc = nr->vr; in nr_in_rx_window() local
|
/linux-3.3/arch/powerpc/kvm/ |
D | book3s_hv.c | 507 static void kvmppc_remove_runnable(struct kvmppc_vcore *vc, in kvmppc_remove_runnable() 528 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_start_thread() local 551 static void kvmppc_wait_for_nap(struct kvmppc_vcore *vc) in kvmppc_wait_for_nap() 589 static int kvmppc_run_core(struct kvmppc_vcore *vc) in kvmppc_run_core() 721 static void kvmppc_vcore_blocked(struct kvmppc_vcore *vc) in kvmppc_vcore_blocked() 747 struct kvmppc_vcore *vc; in kvmppc_run_vcpu() local
|