Home
last modified time | relevance | path

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

1234

/linux/drivers/accessibility/speakup/
H A 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 …]
/linux/drivers/tty/vt/
H A Dvt.c263 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write()
269 static void notify_update(struct vc_data *vc) in notify_update()
278 static inline bool con_is_fg(const struct vc_data *vc) in con_is_fg()
283 static inline bool con_should_update(const struct vc_data *vc) in con_should_update()
288 static inline u16 *screenpos(const struct vc_data *vc, unsigned int offset, in screenpos()
296 static void con_putc(struct vc_data *vc, u16 ca, unsigned int y, unsigned int x) in con_putc()
356 static void vc_uniscr_set(struct vc_data *vc, u32 **new_uni_lines) in vc_uniscr_set()
362 static void vc_uniscr_putc(struct vc_data *vc, u32 uc) in vc_uniscr_putc()
368 static void vc_uniscr_insert(struct vc_data *vc, unsigned int nr) in vc_uniscr_insert()
379 static void vc_uniscr_delete(struct vc_data *vc, unsigned int nr) in vc_uniscr_delete()
[all …]
H A 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()
379 static void put_queue_utf8(struct vc_data *vc, u32 value) in put_queue_utf8()
449 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr()
476 static void fn_enter(struct vc_data *vc) in fn_enter()
488 static void fn_caps_toggle(struct vc_data *vc) in fn_caps_toggle()
496 static void fn_caps_on(struct vc_data *vc) in fn_caps_on()
504 static void fn_show_ptregs(struct vc_data *vc) in fn_show_ptregs()
[all …]
H A 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()
738 struct vc_data *vc = tty->driver_data; in vt_ioctl() local
[all …]
H A Dvc_screen.c88 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
H A Dconsolemap.c287 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()
H A Dselection.c93 bool vc_is_sel(const struct vc_data *vc) in vc_is_sel()
211 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars()
252 static int vc_do_selection(struct vc_data *vc, unsigned short mode, int ps, in vc_do_selection()
339 static int vc_selection(struct vc_data *vc, struct tiocl_selection *v, in vc_selection()
399 struct vc_data *vc = tty->driver_data; in paste_selection() local
/linux/drivers/video/console/
H A Ddummycon.c53 static void dummycon_putc(struct vc_data *vc, u16 c, unsigned int y, in dummycon_putc()
62 static void dummycon_putcs(struct vc_data *vc, const u16 *s, unsigned int count, in dummycon_putcs()
82 static bool dummycon_blank(struct vc_data *vc, enum vesa_blank_mode blank, in dummycon_blank()
89 static bool dummycon_switch(struct vc_data *vc) in dummycon_switch()
98 static void dummycon_putc(struct vc_data *vc, u16 c, unsigned int y, in dummycon_putc()
100 static void dummycon_putcs(struct vc_data *vc, const u16 *s, unsigned int count, in dummycon_putcs()
102 static bool dummycon_blank(struct vc_data *vc, enum vesa_blank_mode blank, in dummycon_blank()
107 static bool dummycon_switch(struct vc_data *vc) in dummycon_switch()
118 static void dummycon_init(struct vc_data *vc, bool init) in dummycon_init()
128 static void dummycon_deinit(struct vc_data *vc) { } in dummycon_deinit()
[all …]
H A Dnewport_con.c327 static void newport_init(struct vc_data *vc, bool init) in newport_init()
349 static void newport_clear(struct vc_data *vc, unsigned int sy, unsigned int sx, in newport_clear()
370 static void newport_putc(struct vc_data *vc, u16 charattr, unsigned int ypos, in newport_putc()
399 static void newport_putcs(struct vc_data *vc, const u16 *s, in newport_putcs()
441 static void newport_cursor(struct vc_data *vc, bool enable) in newport_cursor()
462 static bool newport_switch(struct vc_data *vc) in newport_switch()
567 static int newport_font_default(struct vc_data *vc, struct console_font *op, in newport_font_default()
573 static int newport_font_set(struct vc_data *vc, const struct console_font *font, in newport_font_set()
579 static bool newport_scroll(struct vc_data *vc, unsigned int t, unsigned int b, in newport_scroll()
678 static void newport_save_screen(struct vc_data *vc) { } in newport_save_screen()
H A Dsticon.c156 static int sticon_set_font(struct vc_data *vc, const struct console_font *op, in sticon_set_font()
249 static int sticon_font_default(struct vc_data *vc, struct console_font *op, in sticon_font_default()
257 static int sticon_font_set(struct vc_data *vc, const struct console_font *font, in sticon_font_set()
H A Dvgacon.c649 static void vga_set_palette(struct vc_data *vc, const unsigned char *table) in vga_set_palette()
662 static void vgacon_set_palette(struct vc_data *vc, const unsigned char *table) in vgacon_set_palette()
985 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height()
1188 static void vgacon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx, in vgacon_clear()
1190 static void vgacon_putcs(struct vc_data *vc, const u16 *s, unsigned int count, in vgacon_putcs()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c234 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
568 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo()
574 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo()
664 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
689 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type()
758 static int con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, in con2fb_acquire_newinfo()
773 static void con2fb_release_oldinfo(struct vc_data *vc, struct fb_info *oldinfo, in con2fb_release_oldinfo()
[all …]
/linux/include/linux/
H A Dvt_kern.h46 static inline int vc_resize(struct vc_data *vc, unsigned int cols, in vc_resize()
88 static inline int con_clear_unimap(struct vc_data *vc) in con_clear_unimap()
93 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap()
98 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
103 static inline int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap()
107 static inline void con_free_unimap(struct vc_data *vc) in con_free_unimap()
110 static inline void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap()
146 struct vc_data *vc; /* VC on which the update happened */ member
/linux/drivers/dma/
H A 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()
/linux/drivers/media/usb/s2255/
H A 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 …]
/linux/drivers/atm/
H A Didt77252.c550 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()
937 get_free_scd(struct idt77252_dev *card, struct vc_map *vc) in get_free_scd()
1018 struct vc_map *vc; in dequeue_rx() local
1245 struct vc_map *vc; in idt77252_rx_raw() local
1411 struct vc_map *vc; in idt77252_tx() local
1597 __fill_tst(struct idt77252_dev *card, struct vc_map *vc, in __fill_tst()
1657 fill_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) in fill_tst()
[all …]
H A Dnicstar.c1230 vc_map *vc; in ns_open() local
1411 vc_map *vc; in ns_close() local
1572 static void fill_tst(ns_dev * card, int n, vc_map * vc) in fill_tst()
1625 vc_map *vc; in _ns_send() local
1728 static int push_scqe(ns_dev * card, vc_map * vc, scq_info * scq, ns_scqe * tbd, in push_scqe()
1978 vc_map *vc; in dequeue_rx() local
/linux/drivers/accessibility/braille/
H A Dbraille_console.c109 static void vc_follow_cursor(struct vc_data *vc) in vc_follow_cursor()
118 static void vc_maybe_cursor_moved(struct vc_data *vc) in vc_maybe_cursor_moved()
125 static void vc_refresh(struct vc_data *vc) in vc_refresh()
146 struct vc_data *vc = param->vc; in keyboard_notifier_call() local
267 struct vc_data *vc = param->vc; in vt_notifier_call() local
/linux/arch/mips/math-emu/
H A Dieee754int.h54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
120 #define FLUSHDP(v, vc, vs, ve, vm) \ argument
131 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
/linux/fs/afs/
H A Dvlclient.c110 struct afs_vldb_entry *afs_vl_get_entry_by_name_u(struct afs_vl_cursor *vc, in afs_vl_get_entry_by_name_u()
258 struct afs_addr_list *afs_vl_get_addrs_u(struct afs_vl_cursor *vc, in afs_vl_get_addrs_u()
634 struct afs_addr_list *afs_yfsvl_get_endpoints(struct afs_vl_cursor *vc, in afs_yfsvl_get_endpoints()
756 char *afs_yfsvl_get_cell_name(struct afs_vl_cursor *vc) in afs_yfsvl_get_cell_name()
/linux/arch/arm/mach-omap2/
H A Dvc.c118 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_config_channel() local
139 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_pre_scale() local
194 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_bypass_scale() local
257 static struct omap3_vc vc; variable
744 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_i2c_init() local
807 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_init_channel() local
/linux/kernel/time/
H A Dvsyscall.c20 struct vdso_clock *vc = vdata->clock_data; in update_vdso_time_data() local
81 struct vdso_clock *vc = vdata->clock_data; in update_vsyscall() local
/linux/drivers/dma/mediatek/
H A Dmtk-cqdma.c122 struct virt_dma_chan vc; member
144 struct mtk_cqdma_vchan *vc; member
550 struct virt_dma_chan *vc = to_virt_chan(c); in mtk_cqdma_free_inactive_desc() local
613 struct mtk_cqdma_vchan *vc = to_cqdma_vchan(c); in mtk_cqdma_alloc_chan_resources() local
749 struct mtk_cqdma_vchan *vc; in mtk_cqdma_probe() local
889 struct mtk_cqdma_vchan *vc; in mtk_cqdma_remove() local
/linux/net/netrom/
H A Dnr_subr.c88 unsigned short vc = nrom->va; in nr_validate_nr() local
104 unsigned short vc = nr->vr; in nr_in_rx_window() local
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c113 struct kvmppc_vcore *vc = local_paca->kvm_hstate.kvm_vcore; in kvmppc_rm_h_confer() local
239 static void kvmhv_interrupt_vcore(struct kvmppc_vcore *vc, int active) in kvmhv_interrupt_vcore()
252 struct kvmppc_vcore *vc = local_paca->kvm_hstate.kvm_vcore; in kvmhv_commence_exit() local

1234