/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 272 static void speakup_date(struct vc_data *vc) in speakup_date() 298 static void speakup_shut_up(struct vc_data *vc) in speakup_shut_up() 309 static void speech_kill(struct vc_data *vc) in speech_kill() 327 static void speakup_off(struct vc_data *vc) in speakup_off() 339 static void speakup_parked(struct vc_data *vc) in speakup_parked() 350 static void speakup_cut(struct vc_data *vc) in speakup_cut() 386 static void speakup_paste(struct vc_data *vc) in speakup_paste() 397 static void say_attributes(struct vc_data *vc) in say_attributes() 423 static void announce_edge(struct vc_data *vc, int msg_id) in announce_edge() 467 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs) in get_char() [all …]
|
D | selection.c | 57 struct vc_data *vc = vc_cons[fg_console].d; in speakup_set_selection() local 140 struct vc_data *vc = (struct vc_data *) tty->driver_data; in __speakup_paste_selection() local
|
D | keyhelp.c | 145 int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key) in spk_handle_help()
|
D | kobjects.c | 331 struct vc_data *vc = vc_cons[fg_console].d; in silent_store() local
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 265 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() 271 static void notify_update(struct vc_data *vc) in notify_update() 280 #define IS_FG(vc) ((vc)->vc_num == fg_console) argument 283 #define DO_UPDATE(vc) 0 argument 285 #define DO_UPDATE(vc) (CON_IS_VISIBLE(vc) && !console_blanked) argument 288 static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed) in screenpos() 316 static void scrup(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrup() 333 static void scrdown(struct vc_data *vc, unsigned int t, unsigned int b, int nr) in scrdown() 350 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region() 396 void update_region(struct vc_data *vc, unsigned long start, int count) in update_region() [all …]
|
D | keyboard.c | 303 static void put_queue(struct vc_data *vc, int ch) in put_queue() 309 static void puts_queue(struct vc_data *vc, char *cp) in puts_queue() 318 static void applkey(struct vc_data *vc, int key, char mode) in applkey() 333 static void to_utf8(struct vc_data *vc, uint c) in to_utf8() 416 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr() 449 static void fn_enter(struct vc_data *vc) in fn_enter() 467 static void fn_caps_toggle(struct vc_data *vc) in fn_caps_toggle() 475 static void fn_caps_on(struct vc_data *vc) in fn_caps_on() 483 static void fn_show_ptregs(struct vc_data *vc) in fn_show_ptregs() 491 static void fn_hold(struct vc_data *vc) in fn_hold() [all …]
|
D | vt_ioctl.c | 263 do_unimap_ioctl(int cmd, struct unimapdesc __user *user_ud, int perm, struct vc_data *vc) in do_unimap_ioctl() 289 struct vc_data *vc = NULL; in vt_disallocate() local 310 struct vc_data *vc[MAX_NR_CONSOLES]; in vt_disallocate_all() local 337 struct vc_data *vc = tty->driver_data; in vt_ioctl() local 823 struct vc_data *vc; in vt_ioctl() local 1049 void reset_vc(struct vc_data *vc) in reset_vc() 1069 struct vc_data *vc; in vc_SAK() local 1146 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl() 1171 int perm, struct vc_data *vc) in compat_unimap_ioctl() 1199 struct vc_data *vc = tty->driver_data; in vt_compat_ioctl() local [all …]
|
D | consolemap.c | 245 unsigned short *set_translate(int m, struct vc_data *vc) in set_translate() 420 void con_free_unimap(struct vc_data *vc) in con_free_unimap() 504 static int con_do_clear_unimap(struct vc_data *vc, struct unimapinit *ui) in con_do_clear_unimap() 527 int con_clear_unimap(struct vc_data *vc, struct unimapinit *ui) in con_clear_unimap() 536 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 658 int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap() 737 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list) in con_get_unimap()
|
D | vc_screen.c | 65 struct vc_data *vc = param->vc; in vcs_notifier() local 167 struct vc_data *vc; in vcs_size() local 200 struct vc_data *vc; in vcs_read() local 378 struct vc_data *vc; in vcs_write() local
|
D | selection.c | 161 struct vc_data *vc = vc_cons[fg_console].d; in set_selection() local 339 struct vc_data *vc = tty->driver_data; in paste_selection() local
|
/linux-4.4.14/include/linux/ |
D | vt_kern.h | 76 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ argument 95 static inline int con_clear_unimap(struct vc_data *vc, struct unimapinit *ui) 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
|
D | keyboard.h | 11 struct vc_data *vc; /* VC on which the keyboard press was done */ member
|
D | consolemap.h | 27 #define set_translate(m, vc) ((unsigned short *)NULL) argument
|
D | console_struct.h | 115 struct vc { struct 116 struct vc_data *d; argument 124 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument
|
D | console.h | 85 static inline int con_debug_enter(struct vc_data *vc) in con_debug_enter()
|
/linux-4.4.14/drivers/dma/ |
D | virt-dma.h | 54 static inline struct dma_async_tx_descriptor *vchan_tx_prep(struct virt_dma_chan *vc, in vchan_tx_prep() 72 static inline bool vchan_issue_pending(struct virt_dma_chan *vc) in vchan_issue_pending() 86 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cookie_complete() local 104 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cyclic_callback() local 116 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc() 134 static inline void vchan_get_all_descriptors(struct virt_dma_chan *vc, in vchan_get_all_descriptors() 142 static inline void vchan_free_chan_resources(struct virt_dma_chan *vc) in vchan_free_chan_resources()
|
D | virt-dma.c | 24 struct virt_dma_chan *vc = to_virt_chan(tx->chan); in vchan_tx_submit() local 42 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *vc, in vchan_find_desc() 61 struct virt_dma_chan *vc = (struct virt_dma_chan *)arg; in vchan_complete() local 94 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list() 106 void vchan_init(struct virt_dma_chan *vc, struct dma_device *dmadev) in vchan_init()
|
D | pxa_dma.c | 106 struct virt_dma_chan vc; /* Virtual channel */ member 613 static bool pxad_try_hotchain(struct virt_dma_chan *vc, in pxad_try_hotchain() 826 struct virt_dma_chan *vc = to_virt_chan(tx->chan); in pxad_tx_submit() local 897 pxad_tx_prep(struct virt_dma_chan *vc, struct virt_dma_desc *vd, in pxad_tx_prep()
|
D | bcm2835-dma.c | 72 struct virt_dma_chan vc; member
|
D | moxart-dma.c | 134 struct virt_dma_chan vc; member
|
D | k3dma.c | 78 struct virt_dma_chan vc; member
|
D | sun6i-dma.c | 144 struct virt_dma_chan vc; member
|
D | sa11x0-dma.c | 91 struct virt_dma_chan vc; member
|
D | s3c24xx-dma.c | 220 struct virt_dma_chan vc; member
|
D | img-mdc-dma.c | 121 struct virt_dma_chan vc; member
|
D | zx296702_dma.c | 105 struct virt_dma_chan vc; member
|
D | sun4i-dma.c | 139 struct virt_dma_chan vc; member
|
D | qcom_bam_dma.c | 348 struct virt_dma_chan vc; member
|
D | omap-dma.c | 44 struct virt_dma_chan vc; member
|
D | amba-pl08x.c | 235 struct virt_dma_chan vc; member
|
/linux-4.4.14/drivers/video/console/ |
D | fbcon.c | 232 struct vc_data *vc; in fbcon_rotate_all() local 277 static inline int fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) in fbcon_is_inactive() 286 static int get_color(struct vc_data *vc, struct fb_info *info, in get_color() 353 static void fbcon_update_softback(struct vc_data *vc) in fbcon_update_softback() 369 struct vc_data *vc = NULL; in fb_flashcursor() local 556 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo() 562 static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, in fbcon_prepare_logo() 649 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type() 674 static void set_blitting_type(struct vc_data *vc, struct fb_info *info) in set_blitting_type() 692 static int con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, in con2fb_acquire_newinfo() [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 | newport_con.c | 328 static void newport_init(struct vc_data *vc, int init) in newport_init() 350 static void newport_clear(struct vc_data *vc, int sy, int sx, int height, in newport_clear() 371 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() 400 static void newport_putcs(struct vc_data *vc, const unsigned short *s, in newport_putcs() 441 static void newport_cursor(struct vc_data *vc, int mode) in newport_cursor() 466 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 int newport_set_palette(struct vc_data *vc, unsigned char *table) in newport_set_palette() 582 static int newport_scrolldelta(struct vc_data *vc, int lines) in newport_scrolldelta() [all …]
|
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()
|
D | fbcon_rotate.c | 21 static int fbcon_rotate_font(struct fb_info *info, struct vc_data *vc) in fbcon_rotate_font()
|
D | dummycon.c | 34 static void dummycon_init(struct vc_data *vc, int init) in dummycon_init()
|
D | fbcon.h | 118 static inline int attr_col_ec(int shift, struct vc_data *vc, in attr_col_ec() 151 #define attr_bgcol_ec(bgshift, vc, info) attr_col_ec(bgshift, vc, info, 0) argument 152 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) argument
|
D | vgacon.c | 850 static void vga_set_palette(struct vc_data *vc, unsigned char *table) in vga_set_palette() 863 static int vgacon_set_palette(struct vc_data *vc, unsigned char *table) in vgacon_set_palette() 1214 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height()
|
/linux-4.4.14/drivers/media/usb/s2255/ |
D | s2255drv.c | 261 struct s2255_vc vc[MAX_CHANNELS]; member 429 static int norm_maxw(struct s2255_vc *vc) in norm_maxw() 435 static int norm_maxh(struct s2255_vc *vc) in norm_maxh() 441 static int norm_minw(struct s2255_vc *vc) in norm_minw() 447 static int norm_minh(struct s2255_vc *vc) in norm_minh() 562 static void s2255_got_frame(struct s2255_vc *vc, int jpgsize) in s2255_got_frame() 611 static void s2255_fillbuff(struct s2255_vc *vc, in s2255_fillbuff() 667 struct s2255_vc *vc = vb2_get_drv_priv(vq); in queue_setup() local 677 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local 709 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local [all …]
|
/linux-4.4.14/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() 934 get_free_scd(struct idt77252_dev *card, struct vc_map *vc) in get_free_scd() 1015 struct vc_map *vc; in dequeue_rx() local 1243 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 …]
|
D | nicstar.c | 1229 vc_map *vc; in ns_open() local 1410 vc_map *vc; in ns_close() local 1571 static void fill_tst(ns_dev * card, int n, vc_map * vc) in fill_tst() 1624 vc_map *vc; in ns_send() local 1715 static int push_scqe(ns_dev * card, vc_map * vc, scq_info * scq, ns_scqe * tbd, in push_scqe() 1965 vc_map *vc; in dequeue_rx() local
|
D | ambassador.h | 368 __be32 vc; member 373 __be32 vc; member 377 __be32 vc; member 381 __be32 vc; member 428 u16 vc; member 454 __be16 vc; member 473 __be16 vc; member
|
D | ambassador.c | 401 static inline void dump_skb (char * prefix, unsigned int vc, struct sk_buff * skb) { in dump_skb() 473 u16 vc = be16_to_cpu (rx->vc); in rx_complete() local 1311 u16 vc = atm_vcc->vci; in amb_send() local
|
D | horizon.c | 463 static inline void dump_skb (char * prefix, unsigned int vc, struct sk_buff * skb) { in dump_skb() 794 static void hrz_close_rx (hrz_dev * dev, u16 vc) { in hrz_close_rx()
|
D | iphase.c | 1749 struct main_vc *vc; local 1909 struct main_vc *vc; local
|
D | idt77252.h | 311 struct vc_map *vc; member
|
/linux-4.4.14/drivers/accessibility/braille/ |
D | braille_console.c | 123 static void vc_follow_cursor(struct vc_data *vc) in vc_follow_cursor() 132 static void vc_maybe_cursor_moved(struct vc_data *vc) in vc_maybe_cursor_moved() 139 static void vc_refresh(struct vc_data *vc) in vc_refresh() 160 struct vc_data *vc = param->vc; in keyboard_notifier_call() local 279 struct vc_data *vc = param->vc; in vt_notifier_call() local
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv.c | 167 static void kvmppc_core_start_stolen(struct kvmppc_vcore *vc) in kvmppc_core_start_stolen() 176 static void kvmppc_core_end_stolen(struct kvmppc_vcore *vc) in kvmppc_core_end_stolen() 190 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() local 213 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() local 245 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat() local 556 static u64 vcore_stolen_time(struct kvmppc_vcore *vc, u64 now) in vcore_stolen_time() 571 struct kvmppc_vcore *vc) in kvmppc_create_dtl_entry() 999 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_lpcr() local 1741 static void kvmppc_remove_runnable(struct kvmppc_vcore *vc, in kvmppc_remove_runnable() 1804 static void kvmppc_start_thread(struct kvm_vcpu *vcpu, struct kvmppc_vcore *vc) in kvmppc_start_thread() [all …]
|
D | book3s_hv_builtin.c | 113 struct kvmppc_vcore *vc = local_paca->kvm_hstate.kvm_vcore; in kvmppc_rm_h_confer() local 227 static void kvmhv_interrupt_vcore(struct kvmppc_vcore *vc, int active) in kvmhv_interrupt_vcore() 240 struct kvmppc_vcore *vc = local_paca->kvm_hstate.kvm_vcore; in kvmhv_commence_exit() local
|
/linux-4.4.14/arch/mips/math-emu/ |
D | ieee754int.h | 58 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 119 #define FLUSHDP(v, vc, vs, ve, vm) \ argument 130 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | vc.c | 96 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_config_channel() local 117 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_pre_scale() local 172 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_bypass_scale() local 235 static struct omap3_vc vc; variable 692 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_i2c_init() local 770 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_init_channel() local
|
D | voltage.h | 69 struct omap_vc_channel *vc; member
|
/linux-4.4.14/net/netrom/ |
D | nr_subr.c | 91 unsigned short vc = nrom->va; in nr_validate_nr() local 107 unsigned short vc = nr->vr; in nr_in_rx_window() local
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-capture.c | 475 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_capture_open() local 535 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_capture_release() local 926 struct fimc_vid_cap *vc = &fimc->vid_cap; in __video_try_or_set_format() local 1027 struct fimc_vid_cap *vc = &fimc->vid_cap; in __fimc_capture_set_format() local 1115 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_pipeline_validate() local 1195 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_cap_streamon() local 1246 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_cap_streamoff() local 1393 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_link_setup() local 1541 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_subdev_set_fmt() local
|
D | fimc-reg.c | 604 struct fimc_vid_cap *vc = &fimc->vid_cap; in fimc_hw_set_camera_source() local
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fb_ili9325.c | 39 static unsigned vc = 0x03; /* Vci1=Vci*0.80 */ variable
|
/linux-4.4.14/net/lapb/ |
D | lapb_subr.c | 93 unsigned short vc = lapb->va; in lapb_validate_nr() local
|
/linux-4.4.14/net/ax25/ |
D | ax25_subr.c | 84 unsigned short vc = ax25->va; in ax25_validate_nr() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | vecemu.c | 262 unsigned int va, vb, vc, vd; in emulate_altivec() local
|
/linux-4.4.14/net/x25/ |
D | x25_subr.c | 98 unsigned short vc = x25->va; in x25_validate_nr() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 86 #define FMT_8_BIT(fmt, vc) [fmt] = { 1, 1, 1, vc, CHIP_R600 } argument 87 #define FMT_16_BIT(fmt, vc) [fmt] = { 1, 1, 2, vc, CHIP_R600 } argument 89 #define FMT_32_BIT(fmt, vc) [fmt] = { 1, 1, 4, vc, CHIP_R600 } argument 91 #define FMT_64_BIT(fmt, vc) [fmt] = { 1, 1, 8, vc, CHIP_R600 } argument 93 #define FMT_128_BIT(fmt, vc) [fmt] = { 1, 1, 16,vc, CHIP_R600 } argument
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 339 sisusbcon_invert_region(struct vc_data *vc, u16 *p, int count) in sisusbcon_invert_region() 1273 struct vc_data *vc = vc_cons[i].d; in sisusbcon_do_font_op() local 1409 static void sisusbdummycon_init(struct vc_data *vc, int init) in sisusbdummycon_init()
|
/linux-4.4.14/arch/alpha/math-emu/ |
D | math.c | 105 unsigned long res, va, vb, vc, swcr, fpcr; in alpha_fp_emul() local
|
/linux-4.4.14/fs/coda/ |
D | inode.c | 155 struct venus_comm *vc; in coda_fill_super() local
|
/linux-4.4.14/net/rose/ |
D | rose_subr.c | 88 unsigned short vc = rose->va; in rose_validate_nr() local
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 530 struct v4l2_queryctrl *vc) in pvr2_queryctrl() 603 static int pvr2_g_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_g_ctrl() 616 static int pvr2_s_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_s_ctrl()
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | math_efp.c | 186 union dw_union vc, va, vb; in do_spe_mathemu() local
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-video.c | 1350 struct v4l2_ctrl *vc; in cx8800_initdev() local 1363 struct v4l2_ctrl *vc; in cx8800_initdev() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgk104.c | 256 int vc = !next->bios.ramcfg_11_02_08; in gk104_ram_calc_gddr5() local 703 int vc = !next->bios.ramcfg_11_02_08; in gk104_ram_calc_sddr3() local
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 222 static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *vc) in cpia2_querycap()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | kvm_host.h | 303 #define VCORE_ENTRY_MAP(vc) ((vc)->entry_exit_map & 0xff) argument 304 #define VCORE_EXIT_MAP(vc) ((vc)->entry_exit_map >> 8) argument 305 #define VCORE_IS_EXITING(vc) (VCORE_EXIT_MAP(vc) != 0) argument
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-csi.c | 562 int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc, in ipu_csi_set_mipi_datatype()
|
/linux-4.4.14/drivers/dma/sh/ |
D | usb-dmac.c | 80 struct virt_dma_chan vc; member
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 487 struct v4l2_capability *vc) in vidioc_querycap()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 332 } vc[4]; member 914 static void _omap_dsi_set_irqs_vc(struct platform_device *dsidev, int vc) in _omap_dsi_set_irqs_vc() 939 int vc; in _dsi_initialize_irq() local
|
/linux-4.4.14/drivers/bus/ |
D | arm-ccn.c | 786 u32 vc = CCN_CONFIG_VC(event->attr.config); in arm_ccn_pmu_event_init() local
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 2323 #define DATA_REC(m, va, vb, vc, vd, ve, vf, vg, vh, nvisit) \ argument
|