| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| A D | hal_bt_coexist.c | 25 rtlpriv->btcoexist.cstate &= in _rtl8723_dm_bt_check_wifi_state() 29 rtlpriv->btcoexist.cstate |= in _rtl8723_dm_bt_check_wifi_state() 32 rtlpriv->btcoexist.cstate &= in _rtl8723_dm_bt_check_wifi_state() 36 rtlpriv->btcoexist.cstate |= in _rtl8723_dm_bt_check_wifi_state() 39 rtlpriv->btcoexist.cstate &= in _rtl8723_dm_bt_check_wifi_state() 43 rtlpriv->btcoexist.cstate &= in _rtl8723_dm_bt_check_wifi_state() 45 rtlpriv->btcoexist.cstate &= in _rtl8723_dm_bt_check_wifi_state() 51 rtlpriv->btcoexist.cstate |= in _rtl8723_dm_bt_check_wifi_state() 53 rtlpriv->btcoexist.cstate &= in _rtl8723_dm_bt_check_wifi_state() 55 rtlpriv->btcoexist.cstate &= in _rtl8723_dm_bt_check_wifi_state() [all …]
|
| /linux/fs/nfsd/ |
| A D | nfs4proc.c | 712 fh_dup2(&cstate->current_fh, &cstate->save_fh); in nfsd4_restorefh() 724 fh_dup2(&cstate->save_fh, &cstate->current_fh); in nfsd4_savefh() 972 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_read() 1196 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_write() 1228 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->save_fh, in nfsd4_verify_copy() 1233 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_verify_copy() 1517 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_setup_inter_ssc() 1950 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_copy_notify() 1992 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_fallocate() 2678 struct nfsd4_compound_state *cstate = &resp->cstate; in nfsd4_proc_compound() local [all …]
|
| A D | nfs4state.c | 4084 if (!cstate->session) in nfsd4_compound_in_session() 4270 cstate->slot = slot; in nfsd4_sequence() 4272 cstate->clp = clp; in nfsd4_sequence() 4305 cstate->slot = slot; in nfsd4_sequence() 4307 cstate->clp = clp; in nfsd4_sequence() 5369 if (cstate->clp) { in set_client() 5381 if (!cstate->clp) in set_client() 5407 clp = cstate->clp; in nfsd4_process_open1() 6233 clp = cstate->clp; in nfsd4_renew() 6872 if (cstate->session) in nfsd4_lookup_stateid() [all …]
|
| A D | pnfs.h | 56 struct nfsd4_compound_state *cstate, stateid_t *stateid, 61 struct nfsd4_compound_state *cstate, 64 struct nfsd4_compound_state *cstate,
|
| A D | nfs4layouts.c | 227 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() argument 230 struct nfs4_client *clp = cstate->clp; in nfsd4_alloc_layout_stateid() 235 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache, in nfsd4_alloc_layout_stateid() 281 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() argument 292 status = nfsd4_lookup_stateid(cstate, stateid, typemask, 0, &stid, in nfsd4_preprocess_layout_stateid() 297 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid() 304 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid() 505 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() argument 548 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts() argument 552 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| A D | base.c | 119 if (!pstate || !cstate) in nvkm_cstate_find_best() 123 return cstate; in nvkm_cstate_find_best() 138 return cstate; in nvkm_cstate_find_best() 153 return cstate; in nvkm_cstate_get() 171 cstate = nvkm_cstate_find_best(clk, pstate, cstate); in nvkm_cstate_prog() 172 if (!cstate) in nvkm_cstate_prog() 221 kfree(cstate); in nvkm_cstate_del() 242 cstate = kzalloc(sizeof(*cstate), GFP_KERNEL); in nvkm_cstate_new() 243 if (!cstate) in nvkm_cstate_new() 246 *cstate = pstate->base; in nvkm_cstate_new() [all …]
|
| A D | gf100.c | 277 u32 freq = cstate->domain[dom]; in calc_clk() 294 clk1 = cstate->domain[nv_clk_src_hubk06]; in calc_clk() 325 gf100_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gf100_clk_calc() argument 330 if ((ret = calc_clk(clk, cstate, 0x00, nv_clk_src_gpc)) || in gf100_clk_calc() 331 (ret = calc_clk(clk, cstate, 0x01, nv_clk_src_rop)) || in gf100_clk_calc() 332 (ret = calc_clk(clk, cstate, 0x02, nv_clk_src_hubk07)) || in gf100_clk_calc() 333 (ret = calc_clk(clk, cstate, 0x07, nv_clk_src_hubk06)) || in gf100_clk_calc() 334 (ret = calc_clk(clk, cstate, 0x08, nv_clk_src_hubk01)) || in gf100_clk_calc() 335 (ret = calc_clk(clk, cstate, 0x09, nv_clk_src_copy)) || in gf100_clk_calc() 336 (ret = calc_clk(clk, cstate, 0x0c, nv_clk_src_pmu)) || in gf100_clk_calc() [all …]
|
| A D | gt215.c | 274 calc_clk(struct gt215_clk *clk, struct nvkm_cstate *cstate, in calc_clk() argument 277 int ret = gt215_pll_info(&clk->base, idx, pll, cstate->domain[dom], in calc_clk() 285 calc_host(struct gt215_clk *clk, struct nvkm_cstate *cstate) in calc_host() argument 288 u32 kHz = cstate->domain[nv_clk_src_host]; in calc_host() 459 gt215_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gt215_clk_calc() argument 465 if ((ret = calc_clk(clk, cstate, 0x10, 0x4200, nv_clk_src_core)) || in gt215_clk_calc() 466 (ret = calc_clk(clk, cstate, 0x11, 0x4220, nv_clk_src_shader)) || in gt215_clk_calc() 467 (ret = calc_clk(clk, cstate, 0x20, 0x0000, nv_clk_src_disp)) || in gt215_clk_calc() 468 (ret = calc_clk(clk, cstate, 0x21, 0x0000, nv_clk_src_vdec)) || in gt215_clk_calc() 469 (ret = calc_host(clk, cstate))) in gt215_clk_calc() [all …]
|
| A D | gk104.c | 288 struct nvkm_cstate *cstate, int idx, int dom) in calc_clk() argument 291 u32 freq = cstate->domain[dom]; in calc_clk() 308 clk1 = cstate->domain[nv_clk_src_hubk06]; in calc_clk() 339 gk104_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gk104_clk_calc() argument 344 if ((ret = calc_clk(clk, cstate, 0x00, nv_clk_src_gpc)) || in gk104_clk_calc() 345 (ret = calc_clk(clk, cstate, 0x01, nv_clk_src_rop)) || in gk104_clk_calc() 346 (ret = calc_clk(clk, cstate, 0x02, nv_clk_src_hubk07)) || in gk104_clk_calc() 347 (ret = calc_clk(clk, cstate, 0x07, nv_clk_src_hubk06)) || in gk104_clk_calc() 348 (ret = calc_clk(clk, cstate, 0x08, nv_clk_src_hubk01)) || in gk104_clk_calc() 349 (ret = calc_clk(clk, cstate, 0x0c, nv_clk_src_pmu)) || in gk104_clk_calc() [all …]
|
| A D | nv40.c | 146 nv40_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in nv40_clk_calc() argument 149 int gclk = cstate->domain[nv_clk_src_core]; in nv40_clk_calc() 150 int sclk = cstate->domain[nv_clk_src_shader]; in nv40_clk_calc()
|
| /linux/tools/power/cpupower/utils/ |
| A D | cpuidle-info.c | 102 unsigned int cstate, cstates; in proc_cpuidle_cpu_output() local 114 for (cstate = 1; cstate < cstates; cstate++) { in proc_cpuidle_cpu_output() 116 "type[C%d] "), cstate, cstate); in proc_cpuidle_cpu_output() 119 cpuidle_state_latency(cpu, cstate)); in proc_cpuidle_cpu_output() 121 cpuidle_state_residency(cpu, cstate)); in proc_cpuidle_cpu_output() 123 cpuidle_state_usage(cpu, cstate)); in proc_cpuidle_cpu_output() 125 cpuidle_state_time(cpu, cstate)); in proc_cpuidle_cpu_output()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_crtc.c | 847 struct dpu_crtc_state *cstate; in dpu_crtc_atomic_flush() local 912 kfree(cstate); in dpu_crtc_destroy_state() 990 struct dpu_crtc_state *cstate = kzalloc(sizeof(*cstate), GFP_KERNEL); in dpu_crtc_reset() local 995 if (cstate) in dpu_crtc_reset() 1010 if (!cstate) { in dpu_crtc_duplicate_state() 1018 return &cstate->base; in dpu_crtc_duplicate_state() 1101 cstate->bw_control = false; in dpu_crtc_disable() 1102 cstate->bw_split_vote = false; in dpu_crtc_disable() 1188 memset(&cstate->new_perf, 0, sizeof(cstate->new_perf)); in dpu_crtc_atomic_check() 1198 if (cstate->num_mixers) { in dpu_crtc_atomic_check() [all …]
|
| /linux/samples/bpf/ |
| A D | cpustat_kern.c | 106 u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog1() local 121 cstate = bpf_map_lookup_elem(&my_map, &key); in bpf_prog1() 122 if (!cstate) in bpf_prog1() 135 prev_state = *cstate; in bpf_prog1() 136 *cstate = ctx->state; in bpf_prog1() 214 u64 *pts, *cstate, *pstate, cur_ts, delta; in bpf_prog2() local 231 cstate = bpf_map_lookup_elem(&my_map, &key); in bpf_prog2() 232 if (!cstate) in bpf_prog2() 247 if (*cstate != (u32)(-1)) in bpf_prog2()
|
| A D | cpustat_user.c | 33 unsigned long cstate[MAX_CSTATE_ENTRIES]; member 69 printf("%-11lu ", data->cstate[i] / 1000000); in cpu_stat_print() 87 stat_data[c].cstate[i] = value; in cpu_stat_update()
|
| /linux/net/netfilter/ |
| A D | nf_conntrack_pptp.c | 304 info->cstate = PPTP_CALL_OUT_CONF; in pptp_inbound_pkt() 308 info->cstate = PPTP_CALL_NONE; in pptp_inbound_pkt() 318 info->cstate = PPTP_CALL_IN_REQ; in pptp_inbound_pkt() 337 info->cstate = PPTP_CALL_IN_CONF; in pptp_inbound_pkt() 347 info->cstate = PPTP_CALL_NONE; in pptp_inbound_pkt() 411 info->cstate = PPTP_CALL_OUT_REQ; in pptp_outbound_pkt() 421 info->cstate != PPTP_CALL_IN_REP) in pptp_outbound_pkt() 433 info->cstate = PPTP_CALL_IN_REP; in pptp_outbound_pkt() 436 info->cstate = PPTP_CALL_NONE; in pptp_outbound_pkt() 446 info->cstate = PPTP_CALL_CLEAR_REQ; in pptp_outbound_pkt() [all …]
|
| /linux/drivers/staging/media/atomisp/pci/ |
| A D | atomisp_trace_event.h | 88 TP_PROTO(int cstate), 90 TP_ARGS(cstate), 93 __field(int, cstate) 97 __entry->cstate = cstate; 100 TP_printk("cstate=%d", __entry->cstate)
|
| /linux/include/net/ |
| A D | slhc_vj.h | 128 struct cstate { struct 131 struct cstate *next; /* next in ring (xmit) */ argument 138 #define NULLSLSTATE (struct cstate *)0 argument 144 struct cstate *tstate; /* transmit connection states (array)*/ 145 struct cstate *rstate; /* receive connection states (array)*/
|
| /linux/drivers/gpu/drm/tidss/ |
| A D | tidss_kms.c | 53 struct drm_crtc_state *cstate; in tidss_atomic_check() local 77 cstate = drm_atomic_get_crtc_state(state, in tidss_atomic_check() 79 if (IS_ERR(cstate)) in tidss_atomic_check() 80 return PTR_ERR(cstate); in tidss_atomic_check() 81 to_tidss_crtc_state(cstate)->plane_pos_changed = true; in tidss_atomic_check() 85 for_each_new_crtc_in_state(state, crtc, cstate, i) { in tidss_atomic_check() 86 if (to_tidss_crtc_state(cstate)->plane_pos_changed || in tidss_atomic_check() 87 cstate->zpos_changed) { in tidss_atomic_check()
|
| /linux/drivers/idle/ |
| A D | intel_idle.c | 1616 if (cstate + 1 > max_cstate) { in intel_idle_max_cstate_reached() 1658 int cstate, limit; in intel_idle_cst_usable() local 1663 for (cstate = 1; cstate < limit; cstate++) { in intel_idle_cst_usable() 1715 for (cstate = 1; cstate < limit; cstate++) { in intel_idle_init_cstates_acpi() 1722 cx = &acpi_state_table.states[cstate]; in intel_idle_init_cstates_acpi() 1746 if (disabled_states_mask & BIT(cstate)) in intel_idle_init_cstates_acpi() 1759 int cstate, limit; in intel_idle_off_by_default() local 1773 for (cstate = 1; cstate < limit; cstate++) { in intel_idle_off_by_default() 2064 int cstate; in intel_idle_init_cstates_icpu() local 2091 for (cstate = 0; cstate < CPUIDLE_STATE_MAX; ++cstate) { in intel_idle_init_cstates_icpu() [all …]
|
| /linux/arch/x86/events/intel/ |
| A D | Makefile | 7 obj-$(CONFIG_PERF_EVENTS_INTEL_CSTATE) += intel-cstate.o 8 intel-cstate-objs := cstate.o
|
| /linux/drivers/pwm/ |
| A D | pwm-stm32-lp.c | 38 struct pwm_state cstate; in stm32_pwm_lp_apply() local 43 pwm_get_state(pwm, &cstate); in stm32_pwm_lp_apply() 44 reenable = !cstate.enabled; in stm32_pwm_lp_apply() 47 if (cstate.enabled) { in stm32_pwm_lp_apply() 82 if (!cstate.enabled) { in stm32_pwm_lp_apply() 152 if (!cstate.enabled) in stm32_pwm_lp_apply()
|
| /linux/mm/kmsan/ |
| A D | instrumentation.c | 144 *shadow = *(u64 *)(ctx->cstate.param_tls); in get_param0_metadata() 145 *origin = ctx->cstate.param_origin_tls[0]; in get_param0_metadata() 152 *(u64 *)(ctx->cstate.retval_tls) = shadow; in set_retval_metadata() 153 ctx->cstate.retval_origin_tls = origin; in set_retval_metadata() 332 return &kmsan_get_context()->cstate; in __msan_get_context_state()
|
| /linux/drivers/gpu/drm/tve200/ |
| A D | tve200_display.c | 73 struct drm_crtc_state *cstate) in tve200_display_check() argument 75 const struct drm_display_mode *mode = &cstate->mode; in tve200_display_check() 115 cstate->mode_changed = true; in tve200_display_check() 122 struct drm_crtc_state *cstate, in tve200_display_enable() argument 129 const struct drm_display_mode *mode = &cstate->mode; in tve200_display_enable()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| A D | ctrl.c | 76 struct nvkm_cstate *cstate; in nvkm_control_mthd_pstate_attr() local 113 list_for_each_entry(cstate, &pstate->list, head) { in nvkm_control_mthd_pstate_attr() 114 lo = min(lo, cstate->domain[domain->name]); in nvkm_control_mthd_pstate_attr() 115 hi = max(hi, cstate->domain[domain->name]); in nvkm_control_mthd_pstate_attr()
|
| /linux/drivers/net/slip/ |
| A D | slhc.c | 95 struct cstate *ts; in slhc_init() 106 size_t rsize = rslots * sizeof(struct cstate); in slhc_init() 114 size_t tsize = tslots * sizeof(struct cstate); in slhc_init() 230 struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]); in slhc_compress() 231 struct cstate *lcs = ocs; in slhc_compress() 232 struct cstate *cs = lcs->next; in slhc_compress() 499 struct cstate *cs; in slhc_uncompress() 649 struct cstate *cs; in slhc_remember()
|