/linux/drivers/accessibility/speakup/ |
A D | main.c | 300 static void speech_kill(struct vc_data *vc) in speech_kill() 479 static void say_char(struct vc_data *vc) in say_char() 543 static u_long get_word(struct vc_data *vc) in get_word() 590 static void say_word(struct vc_data *vc) in say_word() 700 static void spell_word(struct vc_data *vc) in spell_word() 750 static int get_line(struct vc_data *vc) in get_line() 768 static void say_line(struct vc_data *vc) in say_line() 969 static void top_edge(struct vc_data *vc) in top_edge() 985 static void left_edge(struct vc_data *vc) in left_edge() 2216 struct vc_data *vc = param->vc; in keyboard_notifier_call() local [all …]
|
/linux/drivers/tty/vt/ |
A D | vt.c | 321 #define get_vc_uniscr(vc) NULL argument 1111 struct vc_data *vc; in vc_allocate() local 1390 struct vc_data *vc = NULL; in vc_deallocate() local 1501 static void lf(struct vc_data *vc) in lf() 1516 static void ri(struct vc_data *vc) in ri() 2901 struct vc_data *vc; in do_con_write() local 3359 struct vc_data *vc; in con_flush_chars() local 3378 struct vc_data *vc; in con_install() local 3485 struct vc_data *vc; in con_init() local 4088 struct vc_data *vc; in con_debug_leave() local [all …]
|
A D | keyboard.c | 464 static void fn_enter(struct vc_data *vc) in fn_enter() 490 static void fn_caps_on(struct vc_data *vc) in fn_caps_on() 506 static void fn_hold(struct vc_data *vc) in fn_hold() 524 static void fn_num(struct vc_data *vc) in fn_num() 538 static void fn_bare_num(struct vc_data *vc) in fn_bare_num() 544 static void fn_lastcons(struct vc_data *vc) in fn_lastcons() 600 static void fn_show_mem(struct vc_data *vc) in fn_show_mem() 610 static void fn_boot_it(struct vc_data *vc) in fn_boot_it() 615 static void fn_compose(struct vc_data *vc) in fn_compose() 631 static void fn_SAK(struct vc_data *vc) in fn_SAK() [all …]
|
A D | vt_ioctl.c | 46 const struct vc_data *vc = vc_cons[i].d; in vt_in_use() local 286 struct vc_data *vc = tty->driver_data; in vt_k_ioctl() local 490 bool perm, struct vc_data *vc) in do_unimap_ioctl() 632 struct vc_data *vc = NULL; in vt_disallocate() local 651 struct vc_data *vc[MAX_NR_CONSOLES]; in vt_disallocate_all() local 739 struct vc_data *vc = tty->driver_data; in vt_ioctl() local 909 struct vc_data *vc; in vt_ioctl() local 960 void reset_vc(struct vc_data *vc) in reset_vc() 979 struct vc_data *vc; in vc_SAK() local 1035 int perm, struct vc_data *vc) in compat_unimap_ioctl() [all …]
|
A D | vc_screen.c | 88 struct vc_data *vc = param->vc; in vcs_notifier() local 209 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) in vcs_size() 231 struct vc_data *vc; in vcs_lseek() local 248 static int vcs_read_buf_uni(struct vc_data *vc, char *con_buf, in vcs_read_buf_uni() 276 static void vcs_read_buf_noattr(const struct vc_data *vc, char *con_buf, in vcs_read_buf_noattr() 296 static unsigned int vcs_read_buf(const struct vc_data *vc, char *con_buf, in vcs_read_buf() 368 struct vc_data *vc; in vcs_read() local 478 static u16 *vcs_write_buf_noattr(struct vc_data *vc, const char *con_buf, in vcs_write_buf_noattr() 518 static u16 *vcs_write_buf(struct vc_data *vc, const char *con_buf, in vcs_write_buf() 593 struct vc_data *vc; in vcs_write() local
|
A D | selection.c | 90 bool vc_is_sel(struct vc_data *vc) in vc_is_sel() 188 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() 229 static int vc_do_selection(struct vc_data *vc, unsigned short mode, int ps, in vc_do_selection() 316 static int vc_selection(struct vc_data *vc, struct tiocl_selection *v, in vc_selection() 376 struct vc_data *vc = tty->driver_data; in paste_selection() local
|
/linux/drivers/media/pci/tw686x/ |
A D | tw686x-video.c | 49 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done() 425 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_queue_setup() local 494 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_start_streaming() local 587 struct tw686x_video_channel *vc; in tw686x_s_ctrl() local 625 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_g_fmt_vid_cap() local 641 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_try_fmt_vid_cap() local 738 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_fmt_vid_cap() local 760 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querycap() local 806 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_std() local 837 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querystd() local [all …]
|
/linux/drivers/video/console/ |
A D | dummycon.c | 52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() 60 static void dummycon_putcs(struct vc_data *vc, const unsigned short *s, in dummycon_putcs() 80 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank() 87 static void dummycon_putcs(struct vc_data *vc, const unsigned short *s, in dummycon_putcs() 89 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank() 100 static void dummycon_init(struct vc_data *vc, int init) in dummycon_init() 110 static void dummycon_deinit(struct vc_data *vc) { } in dummycon_deinit() 111 static void dummycon_clear(struct vc_data *vc, int sy, int sx, int height, in dummycon_clear() 113 static void dummycon_cursor(struct vc_data *vc, int mode) { } in dummycon_cursor() 115 static bool dummycon_scroll(struct vc_data *vc, unsigned int top, in dummycon_scroll() [all …]
|
A D | newport_con.c | 327 static void newport_init(struct vc_data *vc, int init) in newport_init() 349 static void newport_clear(struct vc_data *vc, int sy, int sx, int height, in newport_clear() 370 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() 399 static void newport_putcs(struct vc_data *vc, const unsigned short *s, in newport_putcs() 440 static void newport_cursor(struct vc_data *vc, int mode) in newport_cursor() 465 static int newport_switch(struct vc_data *vc) in newport_switch() 567 static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) in newport_font_default() 572 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) in newport_font_set() 577 static bool newport_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in newport_scroll() 676 static void newport_save_screen(struct vc_data *vc) { } in newport_save_screen()
|
/linux/drivers/dma/ |
A D | virt-dma.h | 56 static inline struct dma_async_tx_descriptor *vchan_tx_prep(struct virt_dma_chan *vc, in vchan_tx_prep() 82 static inline bool vchan_issue_pending(struct virt_dma_chan *vc) in vchan_issue_pending() 96 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cookie_complete() local 114 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_vdesc_fini() local 133 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cyclic_callback() local 147 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_terminate_vdesc() local 161 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc() 177 static inline void vchan_get_all_descriptors(struct virt_dma_chan *vc, in vchan_get_all_descriptors() 187 static inline void vchan_free_chan_resources(struct virt_dma_chan *vc) in vchan_free_chan_resources() 211 static inline void vchan_synchronize(struct virt_dma_chan *vc) in vchan_synchronize()
|
A D | virt-dma.c | 21 struct virt_dma_chan *vc = to_virt_chan(tx->chan); in vchan_tx_submit() local 51 struct virt_dma_chan *vc = to_virt_chan(tx->chan); in vchan_tx_desc_free() local 66 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *vc, in vchan_find_desc() 85 struct virt_dma_chan *vc = from_tasklet(vc, t, task); in vchan_complete() local 112 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list() 123 void vchan_init(struct virt_dma_chan *vc, struct dma_device *dmadev) in vchan_init()
|
A D | milbeaut-hdmac.c | 68 struct virt_dma_chan vc; member 84 to_milbeaut_hdmac_chan(struct virt_dma_chan *vc) in to_milbeaut_hdmac_chan() 215 struct virt_dma_chan *vc = to_virt_chan(chan); in milbeaut_hdmac_chan_config() local 227 struct virt_dma_chan *vc = to_virt_chan(chan); in milbeaut_hdmac_chan_pause() local 242 struct virt_dma_chan *vc = to_virt_chan(chan); in milbeaut_hdmac_chan_resume() local 261 struct virt_dma_chan *vc = to_virt_chan(chan); in milbeaut_hdmac_prep_slave_sg() local 289 struct virt_dma_chan *vc = to_virt_chan(chan); in milbeaut_hdmac_terminate_all() local 325 struct virt_dma_chan *vc; in milbeaut_hdmac_tx_status() local 382 struct virt_dma_chan *vc = to_virt_chan(chan); in milbeaut_hdmac_issue_pending() local 407 struct virt_dma_chan *vc; in milbeaut_hdmac_xlate() local
|
/linux/include/linux/ |
A D | vt_kern.h | 82 static inline int con_clear_unimap(struct vc_data *vc) in con_clear_unimap() 87 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 92 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap() 97 static inline int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap() 101 static inline void con_free_unimap(struct vc_data *vc) in con_free_unimap() 104 static inline void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap() 140 struct vc_data *vc; /* VC on which the update happened */ member
|
/linux/drivers/video/fbdev/core/ |
A D | fbcon.c | 228 struct vc_data *vc; in fbcon_rotate_all() local 352 struct vc_data *vc = NULL; in fb_flashcursor() local 1332 struct vc_data **default_mode, *vc; in fbcon_set_disp() local 1497 struct vc_data *vc) in updatescrollmode() 2125 struct vc_data *vc = NULL; in fbcon_suspended() local 2138 struct vc_data *vc; in fbcon_resumed() local 2151 struct vc_data *vc; in fbcon_modechanged() local 2189 struct vc_data *vc; in fbcon_set_all_vcs() local 2455 struct vc_data *vc; in fbcon_fb_blanked() local 2477 struct vc_data *vc; in fbcon_new_modelist() local [all …]
|
A D | tileblit.c | 19 static void tile_clear(struct vc_data *vc, struct fb_info *info, int sy, in tile_clear() 39 static void tile_putcs(struct vc_data *vc, struct fb_info *info, in tile_putcs() 61 static void tile_clear_margins(struct vc_data *vc, struct fb_info *info, in tile_clear_margins() 67 static void tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, in tile_cursor() 116 void fbcon_set_tileops(struct vc_data *vc, struct fb_info *info) in fbcon_set_tileops()
|
A D | bitblit.c | 26 struct vc_data *vc) in update_attr() 46 static void bit_clear(struct vc_data *vc, struct fb_info *info, int sy, in bit_clear() 62 static inline void bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, in bit_putcs_aligned() 93 static inline void bit_putcs_unaligned(struct vc_data *vc, in bit_putcs_unaligned() 128 static void bit_putcs(struct vc_data *vc, struct fb_info *info, in bit_putcs() 190 static void bit_clear_margins(struct vc_data *vc, struct fb_info *info, in bit_clear_margins() 221 static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode, in bit_cursor()
|
A D | fbcon_ud.c | 26 struct vc_data *vc) in ud_update_attr() 47 static void ud_clear(struct vc_data *vc, struct fb_info *info, int sy, in ud_clear() 65 static inline void ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, in ud_putcs_aligned() 96 static inline void ud_putcs_unaligned(struct vc_data *vc, in ud_putcs_unaligned() 131 static void ud_putcs(struct vc_data *vc, struct fb_info *info, in ud_putcs() 202 static void ud_clear_margins(struct vc_data *vc, struct fb_info *info, in ud_clear_margins() 231 static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ud_cursor()
|
A D | fbcon_ccw.c | 26 struct vc_data *vc) in ccw_update_attr() 62 static void ccw_clear(struct vc_data *vc, struct fb_info *info, int sy, in ccw_clear() 79 static inline void ccw_putcs_aligned(struct vc_data *vc, struct fb_info *info, in ccw_putcs_aligned() 110 static void ccw_putcs(struct vc_data *vc, struct fb_info *info, in ccw_putcs() 172 static void ccw_clear_margins(struct vc_data *vc, struct fb_info *info, in ccw_clear_margins() 202 static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ccw_cursor()
|
A D | fbcon_cw.c | 26 struct vc_data *vc) in cw_update_attr() 47 static void cw_clear(struct vc_data *vc, struct fb_info *info, int sy, in cw_clear() 64 static inline void cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, in cw_putcs_aligned() 95 static void cw_putcs(struct vc_data *vc, struct fb_info *info, in cw_putcs() 155 static void cw_clear_margins(struct vc_data *vc, struct fb_info *info, in cw_clear_margins() 185 static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in cw_cursor()
|
/linux/fs/afs/ |
A D | vl_rotate.c | 17 bool afs_begin_vlserver_operation(struct afs_vl_cursor *vc, struct afs_cell *cell, in afs_begin_vlserver_operation() 39 static bool afs_start_vl_iteration(struct afs_vl_cursor *vc) in afs_start_vl_iteration() 84 bool afs_select_vlserver(struct afs_vl_cursor *vc) in afs_select_vlserver() 286 static void afs_vl_dump_edestaddrreq(const struct afs_vl_cursor *vc) in afs_vl_dump_edestaddrreq() 331 int afs_end_vlserver_operation(struct afs_vl_cursor *vc) in afs_end_vlserver_operation()
|
/linux/drivers/media/usb/s2255/ |
A D | s2255drv.c | 248 struct s2255_vc vc[MAX_CHANNELS]; member 409 static int norm_maxw(struct s2255_vc *vc) in norm_maxw() 415 static int norm_maxh(struct s2255_vc *vc) in norm_maxh() 421 static int norm_minw(struct s2255_vc *vc) in norm_minw() 427 static int norm_minh(struct s2255_vc *vc) in norm_minh() 1198 struct s2255_vc *vc = in s2255_s_ctrl() local 1549 struct s2255_vc *vc = in s2255_video_device_release() local 1589 struct s2255_vc *vc; in s2255_probe_v4l() local 1701 struct s2255_vc *vc; in save_frame() local 1995 struct s2255_vc *vc = &dev->vc[j]; in s2255_board_init() local [all …]
|
/linux/drivers/atm/ |
A D | idt77252.c | 550 struct vc_map *vc; in idt77252_tx_dump() local 1016 struct vc_map *vc; in dequeue_rx() local 1242 struct vc_map *vc; in idt77252_rx_raw() local 1408 struct vc_map *vc; in idt77252_tx() local 1942 struct vc_map *vc = vcc->dev_data; in idt77252_send_skb() local 2073 struct vc_map *vc = est->vc; in idt77252_est_timer() local 2384 struct vc_map *vc; in idt77252_open() local 2664 struct vc_map *vc; in idt77252_proc_read() local 2845 struct vc_map *vc; in open_card_oam() local 2888 struct vc_map *vc; in close_card_oam() local [all …]
|
/linux/drivers/accessibility/braille/ |
A D | braille_console.c | 110 static void vc_follow_cursor(struct vc_data *vc) in vc_follow_cursor() 119 static void vc_maybe_cursor_moved(struct vc_data *vc) in vc_maybe_cursor_moved() 126 static void vc_refresh(struct vc_data *vc) in vc_refresh() 147 struct vc_data *vc = param->vc; in keyboard_notifier_call() local 268 struct vc_data *vc = param->vc; in vt_notifier_call() local
|
/linux/drivers/usb/misc/sisusbvga/ |
A D | sisusb_con.c | 332 sisusbcon_invert_region(struct vc_data *vc, u16 *p, int count) in sisusbcon_invert_region() 1177 struct vc_data *vc = vc_cons[i].d; in sisusbcon_do_font_op() local 1312 static void sisusbdummycon_init(struct vc_data *vc, int init) in sisusbdummycon_init() 1322 static void sisusbdummycon_deinit(struct vc_data *vc) { } in sisusbdummycon_deinit() 1323 static void sisusbdummycon_clear(struct vc_data *vc, int sy, int sx, in sisusbdummycon_clear() 1325 static void sisusbdummycon_putc(struct vc_data *vc, int c, int ypos, in sisusbdummycon_putc() 1327 static void sisusbdummycon_putcs(struct vc_data *vc, const unsigned short *s, in sisusbdummycon_putcs() 1329 static void sisusbdummycon_cursor(struct vc_data *vc, int mode) { } in sisusbdummycon_cursor() 1331 static bool sisusbdummycon_scroll(struct vc_data *vc, unsigned int top, in sisusbdummycon_scroll() 1338 static int sisusbdummycon_switch(struct vc_data *vc) in sisusbdummycon_switch() [all …]
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv.c | 180 #define for_each_runnable_thread(i, vcpu, vc) \ argument 302 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() local 325 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() local 348 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat() local 688 struct kvmppc_vcore *vc) in kvmppc_create_dtl_entry() 730 struct kvmppc_vcore *vc; in kvmppc_doorbell_pending() local 1969 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_lpcr() local 3163 struct kvmppc_vcore *vc[MAX_SUBCORES]; member 3311 struct kvmppc_vcore *vc; in recheck_signals_and_mmu() local 4291 struct kvmppc_vcore *vc; in kvmppc_run_vcpu() local [all …]
|