/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv04.c | 53 int cv = device->bios->version.chip; in nv04_clk_pll_prog() local 55 if (cv == 0x30 || cv == 0x31 || cv == 0x35 || cv == 0x36 || in nv04_clk_pll_prog() 56 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.4.14/drivers/power/ |
D | axp288_charger.c | 178 int cv; member 210 static inline int axp288_charger_set_cv(struct axp288_chrg_info *info, int cv) in axp288_charger_set_cv() argument 215 if (cv <= CV_4100MV) { in axp288_charger_set_cv() 217 cv = CV_4100MV; in axp288_charger_set_cv() 218 } else if (cv <= CV_4150MV) { in axp288_charger_set_cv() 220 cv = CV_4150MV; in axp288_charger_set_cv() 221 } else if (cv <= CV_4200MV) { in axp288_charger_set_cv() 223 cv = CV_4200MV; in axp288_charger_set_cv() 226 cv = CV_4350MV; in axp288_charger_set_cv() 236 info->cv = cv; in axp288_charger_set_cv() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv04.c | 362 int cv = bios->version.chip; in nv04_devinit_pll_set() local 381 if (cv == 0x30 || cv == 0x31 || cv == 0x35 || cv == 0x36 || in nv04_devinit_pll_set() 382 cv >= 0x40) { in nv04_devinit_pll_set()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | dmanv04.c | 98 u32 cv = (nvkm_ro32(fctx, c->ctxp + data) & ~cm); in nv04_fifo_dma_fini() local 99 nvkm_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_fifo_dma_fini()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 839 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 841 if (cv > 0) in compat_standard_to_user() 842 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 843 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
D | ip_tables.c | 1022 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 1024 if (cv > 0) in compat_standard_to_user() 1025 cv -= xt_compat_calc_jump(AF_INET, cv); in compat_standard_to_user() 1026 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/linux-4.4.14/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.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 1034 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 1036 if (cv > 0) in compat_standard_to_user() 1037 cv -= xt_compat_calc_jump(AF_INET6, cv); in compat_standard_to_user() 1038 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2432 uint32_t cv:1; member 2446 uint32_t cv:1; 2750 uint32_t cv:1; member 2756 uint32_t cv:1; 2835 uint32_t cv:1; member 2841 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() 1022 mb->un.varRdRev.cv = 1; in lpfc_read_rev()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 640 int cv = bios->chip_version; in run_tmds_table() local 645 if (cv >= 0x17 && cv != 0x1a && cv != 0x20 && in run_tmds_table()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 959 MLXSW_ITEM32(cmd_mbox, sw2hw_cq, cv, 0x00, 28, 4);
|
/linux-4.4.14/Documentation/ |
D | initrd.txt | 362 http://www.almesberger.net/cv/papers/ols2k-9.ps.gz
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1592 uint32_t cv:4; member 1596 uint32_t cv:4;
|