| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A 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()
|
| H A 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/tools/perf/scripts/perl/Perf-Trace-Util/ |
| H A 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/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A 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/rust/kernel/sync/ |
| H A D | poll.rs | 52 pub fn register_wait(&self, file: &File, cv: &PollCondVar) { in register_wait() 61 unsafe { bindings::poll_wait(file.as_ptr(), cv.wait_queue_head.get(), self.table) } in register_wait()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx_csbcpb.h | 14 u8 cv[16]; member 45 u8 cv[16]; member 73 u8 cv[16]; member
|
| /linux/security/ipe/ |
| H A D | policy_parser.c | 95 u16 *const cv[] = { &p->version.major, &p->version.minor, &p->version.rev }; in parse_version() local 102 if (sep_count >= ARRAY_SIZE(cv)) in parse_version() 105 rc = kstrtou16(token, 10, cv[sep_count]); in parse_version() 113 if (sep_count != ARRAY_SIZE(cv)) in parse_version()
|
| /linux/scripts/atomic/ |
| H A D | atomics.tbl | 15 # * cv - const pointer to atomic base type (atomic_t/atomic64_t/atomic_long_t) 20 read l cv
|
| H A D | atomic-tbl.sh | 123 cv) type="const ${atomic}_t *";;
|
| /linux/lib/zlib_dfltcc/ |
| H A D | dfltcc_inflate.c | 132 param->cv = state->check; in dfltcc_inflate() 143 state->check = param->cv; in dfltcc_inflate()
|
| H A D | dfltcc_deflate.c | 240 param->cv = strm->adler; in dfltcc_deflate() 272 strm->adler = param->cv; in dfltcc_deflate()
|
| H A D | dfltcc.h | 69 uint32_t cv; /* Check Value */ member
|
| /linux/drivers/iio/adc/ |
| H A D | aspeed_adc.c | 121 int cv; member 280 data->cv = BIT(ASPEED_RESOLUTION_BITS - 1) - adc_raw; in aspeed_adc_compensation() 283 dev_dbg(data->dev, "Compensating value = %d\n", data->cv); in aspeed_adc_compensation() 357 *val = (data->cv * data->battery_mode_gain.mult) / in aspeed_adc_read_raw() 360 *val = data->cv; in aspeed_adc_read_raw()
|
| /linux/drivers/platform/surface/ |
| H A D | surface_acpi_notify.c | 413 u8 cv; member 417 u8 cv; /* Command value (san_gsb_request_cv). */ member 428 u8 cv; /* Command value (should be 0x02). */ member 658 switch (buffer->data.in.cv) { in san_opreg_handler() 670 buffer->data.in.cv); in san_opreg_handler()
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | hwctrset.h | 33 __u64 cv[]; /* Counter values (variable length) */ member
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_rx.c | 377 u16 cv; in fun_handle_cqe_pkt() local 433 cv = be16_to_cpu(rxreq->pkt_cv); in fun_handle_cqe_pkt() 436 cqe_to_pkt_hash_type(cv)); in fun_handle_cqe_pkt() 445 trace_funeth_rx(q, rxreq->nsgl, pkt_len, skb->hash, cv); in fun_handle_cqe_pkt()
|
| /linux/tools/perf/tests/shell/ |
| H A D | record_lbr.sh | 102 zero_nr=$(echo "$out" | grep -A3 'branch stack: nr:0' | grep thread | grep -cv swapper || true)
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 739 compat_int_t cv = *(int *)src; in compat_standard_to_user() 741 if (cv > 0) in compat_standard_to_user() local 742 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 743 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
| H A D | ip_tables.c | 880 compat_int_t cv = *(int *)src; in compat_standard_to_user() 882 if (cv > 0) in compat_standard_to_user() local 883 cv -= xt_compat_calc_jump(AF_INET, cv); in compat_standard_to_user() 884 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 896 compat_int_t cv = *(int *)src; in compat_standard_to_user() 898 if (cv > 0) in compat_standard_to_user() local 899 cv -= xt_compat_calc_jump(AF_INET6, cv); in compat_standard_to_user() 900 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_ccamisc.h | 52 u8 cv[8]; /* control vector */ member
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A 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/net/bridge/netfilter/ |
| H A D | ebtables.c | 72 compat_int_t cv = *(int *)src; in ebt_standard_compat_to_user() local 74 if (cv >= 0) in ebt_standard_compat_to_user() 75 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user() 76 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in ebt_standard_compat_to_user()
|
| /linux/drivers/media/usb/gspca/ |
| H A 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/net/ceph/ |
| H A D | osdmap.c | 800 u8 ev, cv; in decode_pool() local 806 cv = ceph_decode_8(p); /* compat version */ in decode_pool() 808 pr_warn("got v %d < 5 cv %d of ceph_pg_pool\n", ev, cv); in decode_pool() 811 if (cv > 9) { in decode_pool() 812 pr_warn("got v %d cv %d > 9 of ceph_pg_pool\n", ev, cv); in decode_pool()
|