/linux-6.1.9/drivers/accessibility/speakup/ |
D | main.c | 257 static unsigned char get_attributes(struct vc_data *vc, u16 *pos) in get_attributes() 263 static void speakup_date(struct vc_data *vc) in speakup_date() 289 static void speakup_shut_up(struct vc_data *vc) in speakup_shut_up() 300 static void speech_kill(struct vc_data *vc) in speech_kill() 318 static void speakup_off(struct vc_data *vc) in speakup_off() 330 static void speakup_parked(struct vc_data *vc) in speakup_parked() 341 static void speakup_cut(struct vc_data *vc) in speakup_cut() 376 static void speakup_paste(struct vc_data *vc) in speakup_paste() 387 static void say_attributes(struct vc_data *vc) in say_attributes() 412 static void announce_edge(struct vc_data *vc, enum edge msg_id) in announce_edge() [all …]
|
/linux-6.1.9/drivers/tty/vt/ |
D | vt.c | 261 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() 267 static void notify_update(struct vc_data *vc) in notify_update() 276 static inline bool con_is_fg(const struct vc_data *vc) in con_is_fg() 281 static inline bool con_should_update(const struct vc_data *vc) in con_should_update() 286 static inline unsigned short *screenpos(const struct vc_data *vc, int offset, in screenpos() 321 #define get_vc_uniscr(vc) NULL argument 323 #define get_vc_uniscr(vc) vc->vc_uni_screen argument 366 static void vc_uniscr_set(struct vc_data *vc, struct uni_screen *new_uniscr) in vc_uniscr_set() 372 static void vc_uniscr_putc(struct vc_data *vc, char32_t uc) in vc_uniscr_putc() 380 static void vc_uniscr_insert(struct vc_data *vc, unsigned int nr) in vc_uniscr_insert() [all …]
|
D | keyboard.c | 325 static void put_queue(struct vc_data *vc, int ch) in put_queue() 331 static void puts_queue(struct vc_data *vc, const char *cp) in puts_queue() 337 static void applkey(struct vc_data *vc, int key, char mode) in applkey() 352 static void to_utf8(struct vc_data *vc, uint c) in to_utf8() 438 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr() 471 static void fn_enter(struct vc_data *vc) in fn_enter() 489 static void fn_caps_toggle(struct vc_data *vc) in fn_caps_toggle() 497 static void fn_caps_on(struct vc_data *vc) in fn_caps_on() 505 static void fn_show_ptregs(struct vc_data *vc) in fn_show_ptregs() 513 static void fn_hold(struct vc_data *vc) in fn_hold() [all …]
|
D | vt_ioctl.c | 46 const struct vc_data *vc = vc_cons[i].d; in vt_in_use() local 252 static int vt_kdsetmode(struct vc_data *vc, unsigned long mode) in vt_kdsetmode() 286 struct vc_data *vc = tty->driver_data; in vt_k_ioctl() local 490 bool perm, struct vc_data *vc) in do_unimap_ioctl() 510 static int vt_io_ioctl(struct vc_data *vc, unsigned int cmd, void __user *up, in vt_io_ioctl() 555 static int vt_reldisp(struct vc_data *vc, unsigned int swtch) in vt_reldisp() 632 struct vc_data *vc = NULL; in vt_disallocate() local 651 struct vc_data *vc[MAX_NR_CONSOLES]; in vt_disallocate_all() local 668 static int vt_resizex(struct vc_data *vc, struct vt_consize __user *cs) in vt_resizex() 739 struct vc_data *vc = tty->driver_data; in vt_ioctl() local [all …]
|
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
|
D | consolemap.c | 287 unsigned short *set_translate(enum translation_map m, struct vc_data *vc) in set_translate() 453 void con_free_unimap(struct vc_data *vc) in con_free_unimap() 541 static int con_allocate_new(struct vc_data *vc) in con_allocate_new() 559 static int con_do_clear_unimap(struct vc_data *vc) in con_do_clear_unimap() 572 int con_clear_unimap(struct vc_data *vc) in con_clear_unimap() 581 static struct uni_pagedict *con_unshare_unimap(struct vc_data *vc, in con_unshare_unimap() 638 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 706 int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap() 785 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
|
/linux-6.1.9/drivers/media/pci/tw686x/ |
D | tw686x-video.c | 49 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done() 77 static void tw686x_memcpy_dma_free(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_free() 101 static int tw686x_memcpy_dma_alloc(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_alloc() 128 static void tw686x_memcpy_buf_refill(struct tw686x_video_channel *vc, in tw686x_memcpy_buf_refill() 154 static void tw686x_contig_buf_refill(struct tw686x_video_channel *vc, in tw686x_contig_buf_refill() 224 static void tw686x_sg_buf_refill(struct tw686x_video_channel *vc, in tw686x_sg_buf_refill() 254 static void tw686x_sg_dma_free(struct tw686x_video_channel *vc, in tw686x_sg_dma_free() 269 static int tw686x_sg_dma_alloc(struct tw686x_video_channel *vc, in tw686x_sg_dma_alloc() 320 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_sg_setup() local 401 static void tw686x_set_framerate(struct tw686x_video_channel *vc, in tw686x_set_framerate() [all …]
|
/linux-6.1.9/drivers/video/console/ |
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() 86 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() 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() [all …]
|
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-6.1.9/drivers/dma/ |
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()
|
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()
|
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-6.1.9/drivers/video/fbdev/core/ |
D | fbcon.c | 228 struct vc_data *vc; in fbcon_rotate_all() local 273 static inline int fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) in fbcon_is_inactive() 281 static int get_color(struct vc_data *vc, struct fb_info *info, in get_color() 352 struct vc_data *vc = NULL; in fb_flashcursor() local 545 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo() 551 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo() 642 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type() 667 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type() 736 static int con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, in con2fb_acquire_newinfo() 751 static void con2fb_release_oldinfo(struct vc_data *vc, struct fb_info *oldinfo, in con2fb_release_oldinfo() [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 | 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() 236 static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode, in bit_cursor()
|
D | fbcon_cw.c | 26 struct vc_data *vc) in cw_update_attr() 48 static void cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, in cw_bmove() 65 static void cw_clear(struct vc_data *vc, struct fb_info *info, int sy, in cw_clear() 83 static inline void cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, in cw_putcs_aligned() 114 static void cw_putcs(struct vc_data *vc, struct fb_info *info, in cw_putcs() 174 static void cw_clear_margins(struct vc_data *vc, struct fb_info *info, in cw_clear_margins() 204 static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in cw_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() 251 static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ud_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() 221 static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode, in ccw_cursor()
|
/linux-6.1.9/include/linux/ |
D | vt_kern.h | 81 static inline int con_clear_unimap(struct vc_data *vc) in con_clear_unimap() 86 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 91 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap() 96 static inline int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap() 100 static inline void con_free_unimap(struct vc_data *vc) in con_free_unimap() 103 static inline void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap() 139 struct vc_data *vc; /* VC on which the update happened */ member
|
/linux-6.1.9/fs/afs/ |
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-6.1.9/drivers/media/usb/s2255/ |
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() 543 static void s2255_got_frame(struct s2255_vc *vc, int jpgsize) in s2255_got_frame() 592 static void s2255_fillbuff(struct s2255_vc *vc, in s2255_fillbuff() 648 struct s2255_vc *vc = vb2_get_drv_priv(vq); in queue_setup() local 658 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local 690 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local [all …]
|
/linux-6.1.9/drivers/atm/ |
D | idt77252.c | 550 struct vc_map *vc; in idt77252_tx_dump() local 703 push_on_scq(struct idt77252_dev *card, struct vc_map *vc, struct sk_buff *skb) in push_on_scq() 791 drain_scq(struct idt77252_dev *card, struct vc_map *vc) in drain_scq() 830 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() 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 1594 __fill_tst(struct idt77252_dev *card, struct vc_map *vc, in __fill_tst() 1654 fill_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) in fill_tst() [all …]
|
/linux-6.1.9/drivers/accessibility/braille/ |
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-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv.c | 160 static inline struct kvm_vcpu *next_runnable_thread(struct kvmppc_vcore *vc, in next_runnable_thread() 177 #define for_each_runnable_thread(i, vcpu, vc) \ argument 290 static void kvmppc_core_start_stolen(struct kvmppc_vcore *vc, u64 tb) in kvmppc_core_start_stolen() 301 static void kvmppc_core_end_stolen(struct kvmppc_vcore *vc, u64 tb) in kvmppc_core_end_stolen() 317 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() local 352 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() local 394 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat() local 719 static u64 vcore_stolen_time(struct kvmppc_vcore *vc, u64 now) in vcore_stolen_time() 770 struct kvmppc_vcore *vc) in kvmppc_update_vpa_dispatch() 800 struct kvmppc_vcore *vc, in kvmppc_update_vpa_dispatch_p9() [all …]
|
/linux-6.1.9/drivers/usb/misc/sisusbvga/ |
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 …]
|