/Linux-v5.4/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-v5.4/drivers/power/supply/ |
D | axp288_charger.c | 137 int cv; member 165 static inline int axp288_charger_set_cv(struct axp288_chrg_info *info, int cv) in axp288_charger_set_cv() argument 170 if (cv <= CV_4100MV) { in axp288_charger_set_cv() 172 cv = CV_4100MV; in axp288_charger_set_cv() 173 } else if (cv <= CV_4150MV) { in axp288_charger_set_cv() 175 cv = CV_4150MV; in axp288_charger_set_cv() 176 } else if (cv <= CV_4200MV) { in axp288_charger_set_cv() 178 cv = CV_4200MV; in axp288_charger_set_cv() 181 cv = CV_4350MV; in axp288_charger_set_cv() 191 info->cv = cv; in axp288_charger_set_cv() [all …]
|
/Linux-v5.4/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Context.c | 40 PERL_UNUSED_VAR(cv); /* -W */ in XS() 63 PERL_UNUSED_VAR(cv); /* -W */ in XS() 86 PERL_UNUSED_VAR(cv); /* -W */ in XS() 111 PERL_UNUSED_VAR(cv); /* -W */ in XS()
|
/Linux-v5.4/net/atm/ |
D | clip.c | 124 struct clip_vcc *cv; in neigh_check_cb() local 128 for (cv = entry->vccs; cv; cv = cv->next) { in neigh_check_cb() 129 unsigned long exp = cv->last_use + cv->idle_timeout; in neigh_check_cb() 131 if (cv->idle_timeout && time_after(jiffies, exp)) { in neigh_check_cb() 133 cv, cv->vcc, entry); in neigh_check_cb() 134 vcc_release_async(cv->vcc, -ETIMEDOUT); in neigh_check_cb()
|
/Linux-v5.4/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-v5.4/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 | 257 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_update() 307 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_final()
|
D | nx-aes-cbc.c | 90 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in cbc_aes_nx_crypt()
|
D | nx-aes-ctr.c | 103 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in ctr_aes_nx_crypt()
|
/Linux-v5.4/scripts/atomic/ |
D | atomics.tbl | 15 # * cv - const pointer to atomic base type (atomic_t/atomic64_t/atomic_long_t) 20 read l cv
|
D | atomic-tbl.sh | 104 cv) type="const ${atomic}_t *";;
|
/Linux-v5.4/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-v5.4/net/ipv4/netfilter/ |
D | arp_tables.c | 723 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 725 if (cv > 0) in compat_standard_to_user() 726 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 727 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
D | ip_tables.c | 883 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 885 if (cv > 0) in compat_standard_to_user() 886 cv -= xt_compat_calc_jump(AF_INET, cv); in compat_standard_to_user() 887 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/Linux-v5.4/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 49 u8 cv[8]; /* control vector */ member
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | ip6_tables.c | 899 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 901 if (cv > 0) in compat_standard_to_user() 902 cv -= xt_compat_calc_jump(AF_INET6, cv); in compat_standard_to_user() 903 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
/Linux-v5.4/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 48 void boot_Perf__Trace__Context(pTHX_ CV *cv); 49 void boot_DynaLoader(pTHX_ CV *cv);
|
/Linux-v5.4/net/bridge/netfilter/ |
D | ebtables.c | 58 compat_int_t cv = *(int *)src; in ebt_standard_compat_to_user() local 60 if (cv >= 0) in ebt_standard_compat_to_user() 61 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user() 62 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in ebt_standard_compat_to_user()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 638 int cv = bios->chip_version; in run_tmds_table() local 643 if (cv >= 0x17 && cv != 0x1a && cv != 0x20 && in run_tmds_table()
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2645 uint32_t cv:1; member 2659 uint32_t cv:1; 3008 uint32_t cv:1; member 3014 uint32_t cv:1; 3093 uint32_t cv:1; member 3099 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-v5.4/net/ceph/ |
D | osdmap.c | 722 u8 ev, cv; in decode_pool() local 728 cv = ceph_decode_8(p); /* compat version */ in decode_pool() 730 pr_warn("got v %d < 5 cv %d of ceph_pg_pool\n", ev, cv); in decode_pool() 733 if (cv > 9) { in decode_pool() 734 pr_warn("got v %d cv %d > 9 of ceph_pg_pool\n", ev, cv); in decode_pool()
|
/Linux-v5.4/drivers/media/usb/gspca/ |
D | xirlink_cit.c | 1222 } cv[7] = { in cit_set_contrast() local 1232 cit_model3_Packet1(gspca_dev, 0x0067, cv[i].cv1); in cit_set_contrast() 1233 cit_model3_Packet1(gspca_dev, 0x005b, cv[i].cv2); in cit_set_contrast() 1234 cit_model3_Packet1(gspca_dev, 0x005c, cv[i].cv3); in cit_set_contrast()
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 1005 u32 cv; /* Counter Value */ in gcm_aes_crypt() member 1028 param.cv = 1; in gcm_aes_crypt()
|