/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv04.c | 56 int cv = nvkm_bios(clk)->version.chip; in nv04_clk_pll_prog() local 58 if (cv == 0x30 || cv == 0x31 || cv == 0x35 || cv == 0x36 || in nv04_clk_pll_prog() 59 cv >= 0x40) { in nv04_clk_pll_prog()
|
D | pllnv04.c | 57 int cv = bios->version.chip; in getMNP_single() local 58 if (cv < 0x17 || cv == 0x1a || cv == 0x20) { in getMNP_single() 63 } else if (cv < 0x40) { in getMNP_single()
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Context.c | 56 PERL_UNUSED_VAR(cv); /* -W */ in XS() 79 PERL_UNUSED_VAR(cv); /* -W */ in XS() 102 PERL_UNUSED_VAR(cv); /* -W */ in XS() 127 PERL_UNUSED_VAR(cv); /* -W */ in XS()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv04.c | 358 int cv = bios->version.chip; in nv04_devinit_pll_set() local 378 if (cv == 0x30 || cv == 0x31 || cv == 0x35 || cv == 0x36 || in nv04_devinit_pll_set() 379 cv >= 0x40) { in nv04_devinit_pll_set()
|
/linux-4.1.27/net/atm/ |
D | clip.c | 123 struct clip_vcc *cv; in neigh_check_cb() local 127 for (cv = entry->vccs; cv; cv = cv->next) { in neigh_check_cb() 128 unsigned long exp = cv->last_use + cv->idle_timeout; in neigh_check_cb() 130 if (cv->idle_timeout && time_after(jiffies, exp)) { in neigh_check_cb() 132 cv, cv->vcc, entry); in neigh_check_cb() 133 vcc_release_async(cv->vcc, -ETIMEDOUT); in neigh_check_cb()
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx_csbcpb.h | 13 u8 cv[16]; member 44 u8 cv[16]; member 72 u8 cv[16]; member
|
D | nx-aes-cbc.c | 102 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in cbc_aes_nx_crypt()
|
D | nx-aes-xcbc.c | 271 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_update() 322 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_final()
|
D | nx-aes-ctr.c | 115 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in ctr_aes_nx_crypt()
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 40 void boot_Perf__Trace__Context(pTHX_ CV *cv); 41 void boot_DynaLoader(pTHX_ CV *cv);
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 826 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 828 if (cv > 0) in compat_standard_to_user() 829 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 830 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
D | ip_tables.c | 1012 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 1014 if (cv > 0) in compat_standard_to_user() 1015 cv -= xt_compat_calc_jump(AF_INET, cv); in compat_standard_to_user() 1016 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/linux-4.1.27/net/ceph/ |
D | osdmap.c | 541 u8 ev, cv; in decode_pool() local 547 cv = ceph_decode_8(p); /* compat version */ in decode_pool() 549 pr_warn("got v %d < 5 cv %d of ceph_pg_pool\n", ev, cv); in decode_pool() 552 if (cv > 9) { in decode_pool() 553 pr_warn("got v %d cv %d > 9 of ceph_pg_pool\n", ev, cv); in decode_pool()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 219 u32 cv = (nv_ro32(fctx, c->ctxp + data) & ~cm); in nv04_fifo_chan_fini() local 220 nv_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_fifo_chan_fini()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 1025 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 1027 if (cv > 0) in compat_standard_to_user() 1028 cv -= xt_compat_calc_jump(AF_INET6, cv); in compat_standard_to_user() 1029 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 67 compat_int_t cv = *(int *)src; in ebt_standard_compat_to_user() local 69 if (cv >= 0) in ebt_standard_compat_to_user() 70 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user() 71 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in ebt_standard_compat_to_user()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2228 uint32_t cv:1; member 2242 uint32_t cv:1; 2545 uint32_t cv:1; member 2551 uint32_t cv:1; 2630 uint32_t cv:1; member 2636 uint32_t cv:1;
|
D | lpfc_mbox.c | 75 mb->un.varDmp.cv = 1; in lpfc_dump_static_vport() 145 mb->un.varDmp.cv = 1; in lpfc_dump_mem() 179 mb->un.varDmp.cv = 1; in lpfc_dump_wakeup_param() 1017 mb->un.varRdRev.cv = 1; in lpfc_read_rev()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 639 int cv = bios->chip_version; in run_tmds_table() local 644 if (cv >= 0x17 && cv != 0x1a && cv != 0x20 && in run_tmds_table()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | xirlink_cit.c | 1235 } cv[7] = { in cit_set_contrast() local 1245 cit_model3_Packet1(gspca_dev, 0x0067, cv[i].cv1); in cit_set_contrast() 1246 cit_model3_Packet1(gspca_dev, 0x005b, cv[i].cv2); in cit_set_contrast() 1247 cit_model3_Packet1(gspca_dev, 0x005c, cv[i].cv3); in cit_set_contrast()
|
/linux-4.1.27/Documentation/ |
D | initrd.txt | 362 http://www.almesberger.net/cv/papers/ols2k-9.ps.gz
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1592 uint32_t cv:4; member 1596 uint32_t cv:4;
|