| /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/drivers/md/dm-vdo/indexer/ |
| H A D | indexer.h | 331 static inline void uds_init_cond(struct cond_var *cv) in uds_init_cond() argument 333 init_waitqueue_head(&cv->wait_queue); in uds_init_cond() 336 static inline void uds_signal_cond(struct cond_var *cv) in uds_signal_cond() argument 338 wake_up(&cv->wait_queue); in uds_signal_cond() 341 static inline void uds_broadcast_cond(struct cond_var *cv) in uds_broadcast_cond() argument 343 wake_up_all(&cv->wait_queue); in uds_broadcast_cond() 346 void uds_wait_cond(struct cond_var *cv, struct mutex *mutex);
|
| H A D | index-session.c | 726 void uds_wait_cond(struct cond_var *cv, struct mutex *mutex) in uds_wait_cond() argument 730 prepare_to_wait(&cv->wait_queue, &__wait, TASK_IDLE); in uds_wait_cond() 733 finish_wait(&cv->wait_queue, &__wait); in uds_wait_cond()
|
| /linux/drivers/power/supply/ |
| H A D | axp288_charger.c | 142 int cv; member 176 static inline int axp288_charger_set_cv(struct axp288_chrg_info *info, int cv) in axp288_charger_set_cv() argument 181 if (cv >= CV_4350MV) { in axp288_charger_set_cv() 183 cv = CV_4350MV; in axp288_charger_set_cv() 184 } else if (cv >= CV_4200MV) { in axp288_charger_set_cv() 186 cv = CV_4200MV; in axp288_charger_set_cv() 187 } else if (cv >= CV_4150MV) { in axp288_charger_set_cv() 189 cv = CV_4150MV; in axp288_charger_set_cv() 192 cv = CV_4100MV; in axp288_charger_set_cv() 202 info->cv = cv; in axp288_charger_set_cv() [all …]
|
| /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/net/atm/ |
| H A D | clip.c | 136 struct clip_vcc *cv; in neigh_check_cb() local 140 for (cv = entry->vccs; cv; cv = cv->next) { in neigh_check_cb() 141 unsigned long exp = cv->last_use + cv->idle_timeout; in neigh_check_cb() 143 if (cv->idle_timeout && time_after(jiffies, exp)) { in neigh_check_cb() 145 cv, cv->vcc, entry); in neigh_check_cb() 146 vcc_release_async(cv->vcc, -ETIMEDOUT); in neigh_check_cb()
|
| /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/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/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/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/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/drivers/hte/ |
| H A D | hte-tegra194.c | 603 u32 tsh, tsl, src, pv, cv, acv, slice, bit_index, line_id; in tegra_hte_read_fifo() local 619 cv = tegra_hte_readl(gs, HTE_TECCV); in tegra_hte_read_fifo() 620 acv = pv ^ cv; in tegra_hte_read_fifo()
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 729 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 731 if (cv > 0) in compat_standard_to_user() 732 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 733 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
| H A D | ip_tables.c | 882 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 884 if (cv > 0) in compat_standard_to_user() 885 cv -= xt_compat_calc_jump(AF_INET, cv); in compat_standard_to_user() 886 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 | 898 compat_int_t cv = *(int *)src; in compat_standard_to_user() local 900 if (cv > 0) in compat_standard_to_user() 901 cv -= xt_compat_calc_jump(AF_INET6, cv); in compat_standard_to_user() 902 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in compat_standard_to_user()
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 71 compat_int_t cv = *(int *)src; in ebt_standard_compat_to_user() local 73 if (cv >= 0) in ebt_standard_compat_to_user() 74 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user() 75 return copy_to_user(dst, &cv, sizeof(cv)) ? -EFAULT : 0; in ebt_standard_compat_to_user()
|