Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-4.19/drivers/staging/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()
378 static void speakup_paste(struct vc_data *vc) in speakup_paste()
389 static void say_attributes(struct vc_data *vc) in say_attributes()
416 static void announce_edge(struct vc_data *vc, int 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-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-4.19/drivers/video/console/
Ddummycon.c47 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc()
53 static void dummycon_putcs(struct vc_data *vc, const unsigned short *s, in dummycon_putcs()
73 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank()
79 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc()
80 static void dummycon_putcs(struct vc_data *vc, const unsigned short *s, in dummycon_putcs()
82 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank()
93 static void dummycon_init(struct vc_data *vc, int init) in dummycon_init()
103 static void dummycon_deinit(struct vc_data *vc) { } in dummycon_deinit()
104 static void dummycon_clear(struct vc_data *vc, int sy, int sx, int height, in dummycon_clear()
106 static void dummycon_cursor(struct vc_data *vc, int mode) { } in dummycon_cursor()
[all …]
/kernel/linux/linux-4.19/drivers/tty/vt/
Dvt.c269 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write()
275 static void notify_update(struct vc_data *vc) in notify_update()
284 static inline bool con_is_fg(const struct vc_data *vc) in con_is_fg()
289 static inline bool con_should_update(const struct vc_data *vc) in con_should_update()
294 static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed) in screenpos()
328 #define get_vc_uniscr(vc) NULL argument
330 #define get_vc_uniscr(vc) vc->vc_uni_screen argument
373 static void vc_uniscr_set(struct vc_data *vc, struct uni_screen *new_uniscr) in vc_uniscr_set()
379 static void vc_uniscr_putc(struct vc_data *vc, char32_t uc) in vc_uniscr_putc()
387 static void vc_uniscr_insert(struct vc_data *vc, unsigned int nr) in vc_uniscr_insert()
[all …]
Dkeyboard.c310 static void put_queue(struct vc_data *vc, int ch) in put_queue()
316 static void puts_queue(struct vc_data *vc, char *cp) in puts_queue()
325 static void applkey(struct vc_data *vc, int key, char mode) in applkey()
340 static void to_utf8(struct vc_data *vc, uint c) in to_utf8()
411 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr()
444 static void fn_enter(struct vc_data *vc) in fn_enter()
462 static void fn_caps_toggle(struct vc_data *vc) in fn_caps_toggle()
470 static void fn_caps_on(struct vc_data *vc) in fn_caps_on()
478 static void fn_show_ptregs(struct vc_data *vc) in fn_show_ptregs()
486 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
247 do_fontx_ioctl(struct vc_data *vc, int cmd, struct consolefontdesc __user *user_cfd, int perm, stru… in do_fontx_ioctl()
287 do_unimap_ioctl(int cmd, struct unimapdesc __user *user_ud, int perm, struct vc_data *vc) in do_unimap_ioctl()
309 struct vc_data *vc = NULL; in vt_disallocate() local
328 struct vc_data *vc[MAX_NR_CONSOLES]; in vt_disallocate_all() local
353 struct vc_data *vc = tty->driver_data; in vt_ioctl() local
837 struct vc_data *vc; in vt_ioctl() local
1058 void reset_vc(struct vc_data *vc) in reset_vc()
1078 struct vc_data *vc; in vc_SAK() local
1106 compat_fontx_ioctl(struct vc_data *vc, int cmd, in compat_fontx_ioctl()
[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-4.19/drivers/media/pci/tw686x/
Dtw686x-video.c53 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done()
81 static void tw686x_memcpy_dma_free(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_free()
105 static int tw686x_memcpy_dma_alloc(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_alloc()
132 static void tw686x_memcpy_buf_refill(struct tw686x_video_channel *vc, in tw686x_memcpy_buf_refill()
158 static void tw686x_contig_buf_refill(struct tw686x_video_channel *vc, in tw686x_contig_buf_refill()
228 static void tw686x_sg_buf_refill(struct tw686x_video_channel *vc, in tw686x_sg_buf_refill()
258 static void tw686x_sg_dma_free(struct tw686x_video_channel *vc, in tw686x_sg_dma_free()
273 static int tw686x_sg_dma_alloc(struct tw686x_video_channel *vc, in tw686x_sg_dma_alloc()
325 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_sg_setup() local
406 static void tw686x_set_framerate(struct tw686x_video_channel *vc, in tw686x_set_framerate()
[all …]
/kernel/linux/linux-4.19/include/linux/
Dvt_kern.h76 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ argument
95 static inline int con_clear_unimap(struct vc_data *vc) 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
/kernel/linux/linux-4.19/drivers/dma/
Dvirt-dma.h58 static inline struct dma_async_tx_descriptor *vchan_tx_prep(struct virt_dma_chan *vc, in vchan_tx_prep()
81 static inline bool vchan_issue_pending(struct virt_dma_chan *vc) in vchan_issue_pending()
95 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cookie_complete() local
113 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_vdesc_fini() local
127 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cyclic_callback() local
141 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_terminate_vdesc() local
158 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc()
174 static inline void vchan_get_all_descriptors(struct virt_dma_chan *vc, in vchan_get_all_descriptors()
183 static inline void vchan_free_chan_resources(struct virt_dma_chan *vc) in vchan_free_chan_resources()
207 static inline void vchan_synchronize(struct virt_dma_chan *vc) in vchan_synchronize()
Dvirt-dma.c24 struct virt_dma_chan *vc = to_virt_chan(tx->chan); in vchan_tx_submit() local
54 struct virt_dma_chan *vc = to_virt_chan(tx->chan); in vchan_tx_desc_free() local
69 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *vc, in vchan_find_desc()
88 struct virt_dma_chan *vc = (struct virt_dma_chan *)arg; in vchan_complete() local
116 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list()
132 void vchan_init(struct virt_dma_chan *vc, struct dma_device *dmadev) in vchan_init()
/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-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-4.19/drivers/video/fbdev/core/
Dfbcon.c229 struct vc_data *vc; in fbcon_rotate_all() local
274 static inline int fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) in fbcon_is_inactive()
283 static int get_color(struct vc_data *vc, struct fb_info *info, in get_color()
354 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()
639 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
664 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
682 static int con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, in con2fb_acquire_newinfo()
718 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/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
575 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo()
581 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo()
672 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
697 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
715 static int con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, in con2fb_acquire_newinfo()
751 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/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()
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()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/drivers/media/usb/s2255/
Ds2255drv.c257 struct s2255_vc vc[MAX_CHANNELS]; member
425 static int norm_maxw(struct s2255_vc *vc) in norm_maxw()
431 static int norm_maxh(struct s2255_vc *vc) in norm_maxh()
437 static int norm_minw(struct s2255_vc *vc) in norm_minw()
443 static int norm_minh(struct s2255_vc *vc) in norm_minh()
559 static void s2255_got_frame(struct s2255_vc *vc, int jpgsize) in s2255_got_frame()
608 static void s2255_fillbuff(struct s2255_vc *vc, in s2255_fillbuff()
664 struct s2255_vc *vc = vb2_get_drv_priv(vq); in queue_setup() local
674 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local
706 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local
[all …]

123456789