Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 25 of 125) sorted by relevance

12345

/linux/drivers/net/ethernet/ti/
A Dnetcp_xgbepcsr.c309 u32 *current_state, u32 *lane_down) in netcp_xgbe_check_link_status() argument
332 switch (current_state[i]) { in netcp_xgbe_check_link_status()
339 current_state[i] = 1; in netcp_xgbe_check_link_status()
352 current_state[i] = 2; in netcp_xgbe_check_link_status()
359 current_state[i] = 1; in netcp_xgbe_check_link_status()
366 current_state[i] = 0; in netcp_xgbe_check_link_status()
372 i, current_state[i]); in netcp_xgbe_check_link_status()
385 status &= (current_state[i] == 1); in netcp_xgbe_check_link_status()
394 u32 current_state[2] = {0, 0}; in netcp_xgbe_serdes_check_lane() local
403 current_state, in netcp_xgbe_serdes_check_lane()
/linux/drivers/pci/
A Dpci-driver.c478 if (pci_dev->current_state == PCI_D0) in pci_device_remove()
479 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()
526 if (pci_dev->current_state != PCI_D0) { in pci_restore_standard_config()
565 if (pci_dev->current_state == PCI_D0) in pci_pm_set_unknown_state()
566 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
595 pci_power_t prev = pci_dev->current_state; in pci_legacy_suspend()
774 pci_power_t prev = pci_dev->current_state; in pci_pm_suspend()
820 pci_power_t prev = pci_dev->current_state; in pci_pm_suspend_noirq()
855 pci_power_name(pci_dev->current_state)); in pci_pm_suspend_noirq()
857 if (pci_dev->current_state == PCI_D0) { in pci_pm_suspend_noirq()
[all …]
A Dpci.c1089 if (dev->current_state == state) in pci_raw_set_power_state()
1105 && dev->current_state > state) { in pci_raw_set_power_state()
1107 pci_power_name(dev->current_state), in pci_raw_set_power_state()
1130 switch (dev->current_state) { in pci_raw_set_power_state()
1163 if (dev->current_state != state) in pci_raw_set_power_state()
1206 dev->current_state = PCI_D3cold; in pci_update_current_state()
1213 dev->current_state = state; in pci_update_current_state()
1243 dev->current_state = PCI_D0; in pci_platform_power_transition()
1340 dev->current_state = state; in __pci_dev_set_current_state()
1392 if (dev->current_state == state) in pci_set_power_state()
[all …]
/linux/drivers/scsi/elx/libefc/
A Defc_sm.c24 if (!ctx->current_state) in efc_sm_post_event()
27 ctx->current_state(ctx, evt, data); in efc_sm_post_event()
37 if (ctx->current_state == state) { in efc_sm_transition()
41 ctx->current_state = state; in efc_sm_transition()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c811 if (dc->current_state) { in dc_destruct()
813 dc->current_state = NULL; in dc_destruct()
1014 if (!dc->current_state) { in dc_construct()
1119 current_ctx = dc->current_state; in disable_dangling_plane()
1632 context = dc->current_state; in dc_enable_stereo()
1809 dc->current_state = context; in dc_commit_state_no_check()
3111 context = dc->current_state; in dc_commit_updates_for_stream()
3192 dc->current_state = context; in dc_commit_updates_for_stream()
3277 if (!dc->current_state) in dc_set_power_state()
3317 memset(dc->current_state, 0, in dc_set_power_state()
[all …]
A Ddc_stream.c265 res_ctx = &dc->current_state->res_ctx; in program_cursor_attributes()
365 res_ctx = &dc->current_state->res_ctx; in program_cursor_position()
480 if (!dc->hwss.update_bandwidth(dc, dc->current_state)) { in dc_stream_add_writeback()
491 dc->hwss.update_writeback(dc, wb_info, dc->current_state); in dc_stream_add_writeback()
494 dc->hwss.enable_writeback(dc, wb_info, dc->current_state); in dc_stream_add_writeback()
538 if (!dc->hwss.update_bandwidth(dc, dc->current_state)) { in dc_stream_remove_writeback()
564 &dc->current_state->res_ctx; in dc_stream_get_vblank_counter()
592 res_ctx = &dc->current_state->res_ctx; in dc_stream_send_dp_sdp()
623 &dc->current_state->res_ctx; in dc_stream_get_scanoutpos()
653 pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_dmdata_status_done()
[all …]
A Ddc_surface.c146 if (dc->current_state == NULL) in dc_plane_get_status()
152 &dc->current_state->res_ctx.pipe_ctx[i]; in dc_plane_get_status()
164 &dc->current_state->res_ctx.pipe_ctx[i]; in dc_plane_get_status()
A Ddc_link_enc_cfg.c69 if (dc->current_state->res_ctx.link_enc_cfg_ctx.mode == LINK_ENC_CFG_TRANSIENT) in get_assignment()
70 assignment = dc->current_state->res_ctx.link_enc_cfg_ctx.transient_assignments[i]; in get_assignment()
72 assignment = dc->current_state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[i]; in get_assignment()
315 if (state != dc->current_state) { in link_enc_cfg_link_encs_assign()
316 struct dc_state *prev_state = dc->current_state; in link_enc_cfg_link_encs_assign()
378 dc->current_state->res_ctx.link_enc_cfg_ctx.transient_assignments[i] = in link_enc_cfg_link_encs_assign()
/linux/sound/usb/
A Dpower.c57 unsigned char current_state; in snd_usb_power_domain_set() local
66 &current_state, sizeof(current_state)); in snd_usb_power_domain_set()
73 if (current_state == state) { in snd_usb_power_domain_set()
90 switch (current_state) { in snd_usb_power_domain_set()
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
A Dhdcp.h408 static inline uint8_t current_state(struct mod_hdcp *hdcp) in current_state() function
426 return (current_state(hdcp) > HDCP1_STATE_START && in is_in_hdcp1_states()
427 current_state(hdcp) <= HDCP1_STATE_END); in is_in_hdcp1_states()
432 return (current_state(hdcp) > HDCP1_DP_STATE_START && in is_in_hdcp1_dp_states()
433 current_state(hdcp) <= HDCP1_DP_STATE_END); in is_in_hdcp1_dp_states()
438 return (current_state(hdcp) > HDCP2_STATE_START && in is_in_hdcp2_states()
439 current_state(hdcp) <= HDCP2_STATE_END); in is_in_hdcp2_states()
444 return (current_state(hdcp) > HDCP2_DP_STATE_START && in is_in_hdcp2_dp_states()
445 current_state(hdcp) <= HDCP2_DP_STATE_END); in is_in_hdcp2_dp_states()
460 return current_state(hdcp) == HDCP_CP_NOT_DESIRED; in is_in_cp_not_desired_state()
[all …]
A Dhdcp.c245 if (current_state(hdcp) != HDCP_UNINITIALIZED) { in reset_connection()
341 if (current_state(hdcp) != HDCP_INITIALIZED) in mod_hdcp_add_display()
385 if (current_state(hdcp) != HDCP_UNINITIALIZED) in mod_hdcp_remove_display()
438 if (current_state(hdcp) != HDCP_UNINITIALIZED) in mod_hdcp_update_authentication()
/linux/drivers/pwm/
A Dpwm-keembay.c122 struct pwm_state current_state; in keembay_pwm_apply() local
138 keembay_pwm_get_state(chip, pwm, &current_state); in keembay_pwm_apply()
141 if (current_state.enabled) in keembay_pwm_apply()
172 if (state->enabled && !current_state.enabled) in keembay_pwm_apply()
/linux/drivers/thermal/
A Dcpuidle_cooling.c128 unsigned long current_state = idle_cdev->state; in cpuidle_cooling_set_cur_state() local
139 if (current_state == 0 && state > 0) { in cpuidle_cooling_set_cur_state()
141 } else if (current_state > 0 && !state) { in cpuidle_cooling_set_cur_state()
/linux/drivers/net/wireless/broadcom/b43/
A Dlo.c555 int current_state; member
591 if (d->current_state == 0) { in lo_probe_possible_loctls()
595 begin = d->current_state - 1; in lo_probe_possible_loctls()
596 end = d->current_state + 1; in lo_probe_possible_loctls()
598 begin = d->current_state - 2; in lo_probe_possible_loctls()
599 end = d->current_state + 2; in lo_probe_possible_loctls()
608 d->current_state = i; in lo_probe_possible_loctls()
638 d->current_state = i; in lo_probe_possible_loctls()
680 d.current_state = 0; in lo_probe_loctls_statemachine()
683 (d.current_state >= 0 in lo_probe_loctls_statemachine()
[all …]
/linux/drivers/acpi/acpica/
A Dacconvert.h36 cv_process_comment(struct asl_comment_state current_state,
40 cv_process_comment_type2(struct asl_comment_state current_state,
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer_debug.c432 …pix_clk = dc->current_state->res_ctx.pipe_ctx[i].stream_res.pix_clk_params.requested_pix_clk_100hz… in dcn10_get_otg_states()
475 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_khz, in dcn10_get_clock_states()
476 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz, in dcn10_get_clock_states()
477 dc->current_state->bw_ctx.bw.dcn.clk.dispclk_khz, in dcn10_get_clock_states()
478 dc->current_state->bw_ctx.bw.dcn.clk.dppclk_khz, in dcn10_get_clock_states()
479 dc->current_state->bw_ctx.bw.dcn.clk.fclk_khz, in dcn10_get_clock_states()
480 dc->current_state->bw_ctx.bw.dcn.clk.socclk_khz); in dcn10_get_clock_states()
A Ddcn10_hw_sequencer.c459 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_khz, in dcn10_log_hw_state()
464 dc->current_state->bw_ctx.bw.dcn.clk.fclk_khz, in dcn10_log_hw_state()
1046 &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_hw_wa_force_recovery()
1071 &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_hw_wa_force_recovery()
1084 &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_hw_wa_force_recovery()
1094 &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_hw_wa_force_recovery()
1106 &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_hw_wa_force_recovery()
1517 hws->funcs.init_pipes(dc, dc->current_state); in dcn10_init_hw()
1625 &dc->current_state->res_ctx.pipe_ctx[i]; in dcn10_reset_hw_ctx_wrap()
3716 struct dc_state *context = dc->current_state; in dcn10_set_clock()
[all …]
/linux/include/linux/soc/ti/
A Dti_sci_protocol.h111 bool *req_state, bool *current_state);
113 bool *req_state, bool *current_state);
115 bool *current_state);
180 bool *req_state, bool *current_state);
182 bool *req_state, bool *current_state);
/linux/drivers/platform/x86/intel/atomisp2/
A Dpm.c104 pdev->current_state = PCI_D3cold; in isp_pci_suspend()
115 pdev->current_state = PCI_D0; in isp_pci_resume()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hwseq.c580 hws->funcs.init_pipes(dc, dc->current_state); in dcn30_init_hw()
746 if (dc->current_state) { in dcn30_apply_idle_power_optimizations()
750 for (i = 0; i < dc->current_state->stream_count; i++) { in dcn30_apply_idle_power_optimizations()
751 if (dc->current_state->stream_status[i].plane_count) in dcn30_apply_idle_power_optimizations()
756 if (i == dc->current_state->stream_count) { in dcn30_apply_idle_power_optimizations()
769 stream = dc->current_state->streams[0]; in dcn30_apply_idle_power_optimizations()
770 plane = (stream ? dc->current_state->stream_status[0].plane_states[0] : NULL); in dcn30_apply_idle_power_optimizations()
787 if (dc->current_state->stream_count == 1 && in dcn30_apply_idle_power_optimizations()
789 dc->current_state->stream_status[0].plane_count == 1 && in dcn30_apply_idle_power_optimizations()
824 unsigned int stutter_period = dc->current_state->perf_params.stutter_period_us; in dcn30_apply_idle_power_optimizations()
/linux/drivers/gpu/drm/radeon/
A Drs780_dpm.c380 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); in rs780_force_voltage() local
382 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && in rs780_force_voltage()
383 (current_state->min_voltage == RS780_VDDC_LEVEL_HIGH)) in rs780_force_voltage()
407 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); in rs780_force_fbdiv() local
409 if (current_state->sclk_low == current_state->sclk_high) in rs780_force_fbdiv()
568 struct igp_ps *current_state = rs780_get_ps(old_ps); in rs780_set_uvd_clock_before_set_eng_clock() local
574 if (new_state->sclk_high >= current_state->sclk_high) in rs780_set_uvd_clock_before_set_eng_clock()
585 struct igp_ps *current_state = rs780_get_ps(old_ps); in rs780_set_uvd_clock_after_set_eng_clock() local
591 if (new_state->sclk_high < current_state->sclk_high) in rs780_set_uvd_clock_after_set_eng_clock()
/linux/drivers/gpu/drm/tidss/
A Dtidss_crtc.c366 struct tidss_crtc_state *state, *current_state; in tidss_crtc_duplicate_state() local
371 current_state = to_tidss_crtc_state(crtc->state); in tidss_crtc_duplicate_state()
381 state->bus_format = current_state->bus_format; in tidss_crtc_duplicate_state()
382 state->bus_flags = current_state->bus_flags; in tidss_crtc_duplicate_state()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hwseq.c247 hws->funcs.init_pipes(dc, dc->current_state); in dcn31_init_hw()
566 update_audio_usage(&dc->current_state->res_ctx, dc->res_pool, in dcn31_reset_back_end_for_pipe()
590 &dc->current_state->res_ctx.pipe_ctx[i]; in dcn31_reset_hw_ctx_wrap()
603 dcn31_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn31_reset_hw_ctx_wrap()
612 dc->current_state->res_ctx.link_enc_cfg_ctx.mode = LINK_ENC_CFG_TRANSIENT; in dcn31_reset_hw_ctx_wrap()
/linux/drivers/hid/intel-ish-hid/ishtp/
A Dhbm.c916 static uint32_t current_state; variable
936 current_state |= (SUSPEND_STATE_BIT | CONNECTED_STANDBY_STATE_BIT); in ishtp_send_suspend()
938 state_status_msg.states_status = current_state; in ishtp_send_suspend()
962 current_state &= ~(CONNECTED_STANDBY_STATE_BIT | SUSPEND_STATE_BIT); in ishtp_send_resume()
964 state_status_msg.states_status = current_state; in ishtp_send_resume()
/linux/drivers/gpu/drm/omapdrm/
A Domap_crtc.c727 struct omap_crtc_state *state, *current_state; in omap_crtc_duplicate_state() local
732 current_state = to_omap_crtc_state(crtc->state); in omap_crtc_duplicate_state()
740 state->zpos = current_state->zpos; in omap_crtc_duplicate_state()
741 state->rotation = current_state->rotation; in omap_crtc_duplicate_state()
742 state->manually_updated = current_state->manually_updated; in omap_crtc_duplicate_state()

Completed in 82 milliseconds

12345