| /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 | 56 pub fn register_wait(&self, file: &File, cv: &PollCondVar) { in register_wait() 61 // containing `cv.wait_queue_head` is invalidated. Since the destructor clears all in register_wait() 63 // `cv.wait_queue_head` remains valid for at least an rcu grace period after the removal 65 unsafe { bindings::poll_wait(file.as_ptr(), cv.wait_queue_head.get(), self.table) }
|
| /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/arch/s390/include/uapi/asm/ |
| H A D | hwctrset.h | 33 __u64 cv[]; /* Counter values (variable length) */ member
|
| /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/drivers/net/wireless/realtek/rtw89/ |
| H A D | efuse_be.c | 38 if (chip->chip_id == RTL8922A && hal->cv == CHIP_CAV) in rtw89_enable_efuse_pwr_cut_ddv_be() 59 if (chip->chip_id == RTL8922A && hal->cv == CHIP_CAV) in rtw89_disable_efuse_pwr_cut_ddv_be() 556 rtwdev->hal.cv = ecv; in rtw89_efuse_read_ecv_be()
|
| H A D | pci_be.c | 348 if (chip->chip_id == RTL8922A && hal->cv == CHIP_CAV) in rtw89_pci_pcie_setting_be() 376 switch (hal->cv) { in rtw89_pci_ser_setting_be()
|
| H A D | rtw8852b.c | 488 if (rtwdev->hal.cv == CHIP_CBV && rtwdev->hci.type == RTW89_HCI_TYPE_PCIE) { in rtw8852b_pwr_on_func() 756 md->kt_ver = rtwdev->hal.cv; in rtw8852b_btc_set_rfe()
|
| H A D | core.c | 509 record->cv[path] = rtw89_read_rf(rtwdev, path, RR_VCO, in rtw89_core_rfk_record() 6152 bool no_ng16 = (chip->chip_id == RTL8852A && hal->cv == CHIP_CBV) || in rtw89_init_he_cap() 6153 (chip->chip_id == RTL8852B && hal->cv == CHIP_CAV); in rtw89_init_he_cap() 7131 u8 cv; in rtw89_read_chip_ver() local 7133 cv = rtw89_read32_mask(rtwdev, R_AX_SYS_CFG1, B_AX_CHIP_VER_MASK); in rtw89_read_chip_ver() 7134 if (chip->chip_id == RTL8852A && cv <= CHIP_CBV) { in rtw89_read_chip_ver() 7136 cv = CHIP_CAV; in rtw89_read_chip_ver() 7138 cv = CHIP_CBV; in rtw89_read_chip_ver() 7141 hal->cv = cv; in rtw89_read_chip_ver() 7171 !(rtwdev->chip->chip_id == RTL8852A && rtwdev->hal.cv <= CHIP_CBV) && in rtw89_core_setup_phycap() [all …]
|
| H A D | rtw8851b.c | 486 if (rtwdev->hal.cv == CHIP_CAV) { in rtw8851b_pwr_on_func() 489 rtwdev->hal.cv = val8; in rtw8851b_pwr_on_func() 494 if (rtwdev->hal.cv != CHIP_CAV) { in rtw8851b_pwr_on_func() 573 if (rtwdev->hal.cv == CHIP_CAV) { in rtw8851b_pwr_off_func() 2124 md->kt_ver = rtwdev->hal.cv; in rtw8851b_btc_set_rfe()
|
| /linux/tools/perf/tests/shell/ |
| H A D | record_lbr.sh | 120 zero_nr=$(echo "$out" | grep -A3 'branch stack: nr:0' | grep thread | grep -cv swapper || true)
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_ccamisc.h | 52 u8 cv[8]; /* control vector */ member
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 74 compat_int_t cv = *(int *)src; in ebt_standard_compat_to_user() local 76 if (cv >= 0) in ebt_standard_compat_to_user() 77 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user() 78 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 | 802 u8 ev, cv; in decode_pool() local 808 cv = ceph_decode_8(p); /* compat version */ in decode_pool() 810 pr_warn("got v %d < 5 cv %d of ceph_pg_pool\n", ev, cv); in decode_pool() 813 if (cv > 9) { in decode_pool() 814 pr_warn("got v %d cv %d > 9 of ceph_pg_pool\n", ev, cv); in decode_pool()
|