/Linux-v4.19/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-v4.19/drivers/power/supply/ |
D | axp288_charger.c | 144 int cv; member 172 static inline int axp288_charger_set_cv(struct axp288_chrg_info *info, int cv) in axp288_charger_set_cv() argument 177 if (cv <= CV_4100MV) { in axp288_charger_set_cv() 179 cv = CV_4100MV; in axp288_charger_set_cv() 180 } else if (cv <= CV_4150MV) { in axp288_charger_set_cv() 182 cv = CV_4150MV; in axp288_charger_set_cv() 183 } else if (cv <= CV_4200MV) { in axp288_charger_set_cv() 185 cv = CV_4200MV; in axp288_charger_set_cv() 188 cv = CV_4350MV; in axp288_charger_set_cv() 198 info->cv = cv; in axp288_charger_set_cv() [all …]
|
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/drivers/crypto/nx/ |
D | nx_csbcpb.h | 14 u8 cv[16]; member 45 u8 cv[16]; member 73 u8 cv[16]; member
|
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-cbc.c | 102 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in cbc_aes_nx_crypt()
|
D | nx-aes-ctr.c | 115 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in ctr_aes_nx_crypt()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | dmanv04.c | 103 u32 cv = (nvkm_ro32(fctx, c->ctxp + data) & ~cm); in nv04_fifo_dma_fini() local 104 nvkm_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_fifo_dma_fini()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 722 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 724 if (cv > 0) in compat_standard_to_user() 725 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 726 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
D | ip_tables.c | 886 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 888 if (cv > 0) in compat_standard_to_user() 889 cv -= xt_compat_calc_jump(AF_INET, cv); in compat_standard_to_user() 890 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 902 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 904 if (cv > 0) in compat_standard_to_user() 905 cv -= xt_compat_calc_jump(AF_INET6, cv); in compat_standard_to_user() 906 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 46 void boot_Perf__Trace__Context(pTHX_ CV *cv); 47 void boot_DynaLoader(pTHX_ CV *cv);
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtables.c | 66 compat_int_t cv = *(int *)src; in ebt_standard_compat_to_user() local 68 if (cv >= 0) in ebt_standard_compat_to_user() 69 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user() 70 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in ebt_standard_compat_to_user()
|
/Linux-v4.19/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-v4.19/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2638 uint32_t cv:1; member 2652 uint32_t cv:1; 3001 uint32_t cv:1; member 3007 uint32_t cv:1; 3086 uint32_t cv:1; member 3092 uint32_t cv:1;
|
D | lpfc_mbox.c | 77 mb->un.varDmp.cv = 1; in lpfc_dump_static_vport() 147 mb->un.varDmp.cv = 1; in lpfc_dump_mem() 181 mb->un.varDmp.cv = 1; in lpfc_dump_wakeup_param() 1033 mb->un.varRdRev.cv = 1; in lpfc_read_rev()
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 723 u8 ev, cv; in decode_pool() local 729 cv = ceph_decode_8(p); /* compat version */ in decode_pool() 731 pr_warn("got v %d < 5 cv %d of ceph_pg_pool\n", ev, cv); in decode_pool() 734 if (cv > 9) { in decode_pool() 735 pr_warn("got v %d cv %d > 9 of ceph_pg_pool\n", ev, cv); in decode_pool()
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | xirlink_cit.c | 1232 } cv[7] = { in cit_set_contrast() local 1242 cit_model3_Packet1(gspca_dev, 0x0067, cv[i].cv1); in cit_set_contrast() 1243 cit_model3_Packet1(gspca_dev, 0x005b, cv[i].cv2); in cit_set_contrast() 1244 cit_model3_Packet1(gspca_dev, 0x005c, cv[i].cv3); in cit_set_contrast()
|
/Linux-v4.19/arch/s390/crypto/ |
D | aes_s390.c | 936 u32 cv; /* Counter Value */ in gcm_aes_crypt() member 959 param.cv = 1; in gcm_aes_crypt()
|
/Linux-v4.19/drivers/s390/crypto/ |
D | pkey_api.c | 68 u8 cv[8]; /* control vector */ member
|
/Linux-v4.19/Documentation/admin-guide/ |
D | initrd.rst | 379 http://www.almesberger.net/cv/papers/ols2k-9.ps.gz
|