Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 25 of 249) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/accessibility/speakup/
Dmain.c258 static unsigned char get_attributes(struct vc_data *vc, u16 *pos) in get_attributes()
264 static void speakup_date(struct vc_data *vc) in speakup_date()
290 static void speakup_shut_up(struct vc_data *vc) in speakup_shut_up()
301 static void speech_kill(struct vc_data *vc) in speech_kill()
319 static void speakup_off(struct vc_data *vc) in speakup_off()
331 static void speakup_parked(struct vc_data *vc) in speakup_parked()
342 static void speakup_cut(struct vc_data *vc) in speakup_cut()
377 static void speakup_paste(struct vc_data *vc) in speakup_paste()
388 static void say_attributes(struct vc_data *vc) in say_attributes()
413 static void announce_edge(struct vc_data *vc, enum edge msg_id) in announce_edge()
[all …]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dmain.c258 static unsigned char get_attributes(struct vc_data *vc, u16 *pos) in get_attributes()
264 static void speakup_date(struct vc_data *vc) in speakup_date()
290 static void speakup_shut_up(struct vc_data *vc) in speakup_shut_up()
301 static void speech_kill(struct vc_data *vc) in speech_kill()
319 static void speakup_off(struct vc_data *vc) in speakup_off()
331 static void speakup_parked(struct vc_data *vc) in speakup_parked()
342 static void speakup_cut(struct vc_data *vc) in speakup_cut()
377 static void speakup_paste(struct vc_data *vc) in speakup_paste()
388 static void say_attributes(struct vc_data *vc) in say_attributes()
415 static void announce_edge(struct vc_data *vc, int msg_id) in announce_edge()
[all …]
/kernel/linux/linux-5.10/drivers/tty/vt/
Dvt.c261 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 …]
Dkeyboard.c311 static void put_queue(struct vc_data *vc, int ch) in put_queue()
317 static void puts_queue(struct vc_data *vc, char *cp) in puts_queue()
326 static void applkey(struct vc_data *vc, int key, char mode) in applkey()
341 static void to_utf8(struct vc_data *vc, uint c) in to_utf8()
412 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr()
445 static void fn_enter(struct vc_data *vc) in fn_enter()
463 static void fn_caps_toggle(struct vc_data *vc) in fn_caps_toggle()
471 static void fn_caps_on(struct vc_data *vc) in fn_caps_on()
479 static void fn_show_ptregs(struct vc_data *vc) in fn_show_ptregs()
487 static void fn_hold(struct vc_data *vc) in fn_hold()
[all …]
Dvt_ioctl.c46 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 …]
/kernel/linux/linux-6.6/drivers/tty/vt/
Dvt.c264 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write()
270 static void notify_update(struct vc_data *vc) in notify_update()
279 static inline bool con_is_fg(const struct vc_data *vc) in con_is_fg()
284 static inline bool con_should_update(const struct vc_data *vc) in con_should_update()
289 static inline unsigned short *screenpos(const struct vc_data *vc, int offset, in screenpos()
355 static void vc_uniscr_set(struct vc_data *vc, u32 **new_uni_lines) in vc_uniscr_set()
361 static void vc_uniscr_putc(struct vc_data *vc, u32 uc) in vc_uniscr_putc()
367 static void vc_uniscr_insert(struct vc_data *vc, unsigned int nr) in vc_uniscr_insert()
378 static void vc_uniscr_delete(struct vc_data *vc, unsigned int nr) in vc_uniscr_delete()
389 static void vc_uniscr_clear_line(struct vc_data *vc, unsigned int x, in vc_uniscr_clear_line()
[all …]
Dkeyboard.c325 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 …]
Dvt_ioctl.c46 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 …]
/kernel/linux/linux-5.10/drivers/video/console/
Ddummycon.c52 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 …]
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
Dtw686x-video.c49 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()
321 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_sg_setup() local
402 static void tw686x_set_framerate(struct tw686x_video_channel *vc, in tw686x_set_framerate()
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
Dtw686x-video.c49 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 …]
/kernel/linux/linux-6.6/drivers/video/console/
Ddummycon.c52 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 …]
/kernel/linux/linux-5.10/drivers/dma/
Dvirt-dma.h56 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()
Dvirt-dma.c21 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()
/kernel/linux/linux-6.6/drivers/dma/
Dvirt-dma.h56 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()
Dvirt-dma.c21 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfbcon.c246 struct vc_data *vc; in fbcon_rotate_all() local
291 static inline int fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) in fbcon_is_inactive()
299 static int get_color(struct vc_data *vc, struct fb_info *info, in get_color()
370 struct vc_data *vc = NULL; in fb_flashcursor() local
577 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo()
583 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo()
674 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
699 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
717 static int con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, in con2fb_acquire_newinfo()
753 static int con2fb_release_oldinfo(struct vc_data *vc, struct fb_info *oldinfo, in con2fb_release_oldinfo()
[all …]
Dtileblit.c20 static void tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, in tile_bmove()
35 static void tile_clear(struct vc_data *vc, struct fb_info *info, int sy, in tile_clear()
55 static void tile_putcs(struct vc_data *vc, struct fb_info *info, in tile_putcs()
77 static void tile_clear_margins(struct vc_data *vc, struct fb_info *info, in tile_clear_margins()
83 static void tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, in tile_cursor()
132 void fbcon_set_tileops(struct vc_data *vc, struct fb_info *info) in fbcon_set_tileops()
/kernel/linux/linux-5.10/include/linux/
Dvt_kern.h94 static inline int con_clear_unimap(struct vc_data *vc) in con_clear_unimap()
99 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap()
104 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
109 static inline int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap()
113 static inline void con_free_unimap(struct vc_data *vc) in con_free_unimap()
116 static inline void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap()
152 struct vc_data *vc; /* VC on which the update happened */ member
/kernel/linux/linux-6.6/include/linux/
Dvt_kern.h81 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
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
Dfbcon.c228 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 …]
Dtileblit.c19 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()
/kernel/linux/linux-5.10/fs/afs/
Dvl_rotate.c17 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()
90 bool afs_select_vlserver(struct afs_vl_cursor *vc) in afs_select_vlserver()
292 static void afs_vl_dump_edestaddrreq(const struct afs_vl_cursor *vc) in afs_vl_dump_edestaddrreq()
341 int afs_end_vlserver_operation(struct afs_vl_cursor *vc) in afs_end_vlserver_operation()
/kernel/linux/linux-6.6/fs/afs/
Dvl_rotate.c17 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()
90 bool afs_select_vlserver(struct afs_vl_cursor *vc) in afs_select_vlserver()
292 static void afs_vl_dump_edestaddrreq(const struct afs_vl_cursor *vc) in afs_vl_dump_edestaddrreq()
341 int afs_end_vlserver_operation(struct afs_vl_cursor *vc) in afs_end_vlserver_operation()
/kernel/linux/linux-6.6/drivers/media/usb/s2255/
Ds2255drv.c248 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 …]

12345678910