/drivers/net/wireless/iwlwifi/dvm/ |
D | tt.c | 261 enum iwl_tt_state old_state; in iwl_legacy_tt_handler() local 273 old_state = tt->state; in iwl_legacy_tt_handler() 289 if (tt->state != old_state) { in iwl_legacy_tt_handler() 309 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler() 316 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler() 318 tt->state = old_state; in iwl_legacy_tt_handler() 328 tt->state = old_state; in iwl_legacy_tt_handler() 330 } else if (old_state == IWL_TI_CT_KILL && in iwl_legacy_tt_handler() 368 enum iwl_tt_state old_state; in iwl_advance_tt_handler() local 371 old_state = tt->state; in iwl_advance_tt_handler() [all …]
|
/drivers/input/keyboard/ |
D | pmic8xxx-keypad.c | 180 u16 *old_state) in pmic8xxx_kp_read_matrix() argument 192 if (old_state) { in pmic8xxx_kp_read_matrix() 193 rc = pmic8xxx_kp_read_data(kp, old_state, KEYP_OLD_DATA, in pmic8xxx_kp_read_matrix() 228 u16 *old_state) in __pmic8xxx_kp_scan_matrix() argument 233 int bits_changed = new_state[row] ^ old_state[row]; in __pmic8xxx_kp_scan_matrix() 285 u16 old_state[PM8XXX_MAX_ROWS]; in pmic8xxx_kp_scan_matrix() local 301 rc = pmic8xxx_kp_read_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix() 305 __pmic8xxx_kp_scan_matrix(kp, old_state, kp->keystate); in pmic8xxx_kp_scan_matrix() 306 __pmic8xxx_kp_scan_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix() 311 rc = pmic8xxx_kp_read_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix() [all …]
|
D | cros_ec_keyb.c | 113 int old_state; in cros_ec_keyb_process() local 134 old_state = ckdev->old_kb_state[col] & (1 << row); in cros_ec_keyb_process() 135 if (new_state != old_state) { in cros_ec_keyb_process() 320 uint8_t old_state[ckdev->cols]; in cros_ec_keyb_clear_keyboard() local 334 memcpy(old_state, new_state, sizeof(old_state)); in cros_ec_keyb_clear_keyboard() 336 if (0 == memcmp(old_state, new_state, sizeof(old_state))) in cros_ec_keyb_clear_keyboard()
|
/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 572 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state) in disable_outputs() argument 580 for_each_connector_in_state(old_state, connector, old_conn_state, i) { in disable_outputs() 590 old_crtc_state = old_state->crtc_states[drm_crtc_index(old_conn_state->crtc)]; in disable_outputs() 626 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in disable_outputs() 667 struct drm_atomic_state *old_state) in drm_atomic_helper_update_legacy_modeset_state() argument 676 for_each_connector_in_state(old_state, connector, old_conn_state, i) { in drm_atomic_helper_update_legacy_modeset_state() 701 for_each_connector_in_state(old_state, connector, old_conn_state, i) { in drm_atomic_helper_update_legacy_modeset_state() 713 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in drm_atomic_helper_update_legacy_modeset_state() 719 if (drm_atomic_get_existing_plane_state(old_state, primary) && in drm_atomic_helper_update_legacy_modeset_state() 733 crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state) in crtc_set_mode() argument [all …]
|
/drivers/gpu/drm/msm/ |
D | msm_atomic.c | 88 struct drm_atomic_state *old_state) in msm_atomic_wait_for_commit_done() argument 91 struct msm_drm_private *priv = old_state->dev->dev_private; in msm_atomic_wait_for_commit_done() 93 int ncrtcs = old_state->dev->mode_config.num_crtc; in msm_atomic_wait_for_commit_done() 97 crtc = old_state->crtcs[i]; in msm_atomic_wait_for_commit_done() 107 if (old_state->legacy_cursor_update) in msm_atomic_wait_for_commit_done()
|
/drivers/scsi/qla2xxx/ |
D | qla_inline.h | 161 int old_state; in qla2x00_set_fcport_state() local 163 old_state = atomic_read(&fcport->state); in qla2x00_set_fcport_state() 167 if (old_state && old_state != state) { in qla2x00_set_fcport_state() 171 port_state_str[old_state], port_state_str[state], in qla2x00_set_fcport_state()
|
/drivers/infiniband/hw/usnic/ |
D | usnic_ib_qp_grp.c | 401 enum ib_qp_state old_state; in usnic_ib_qp_grp_modify() local 405 old_state = qp_grp->state; in usnic_ib_qp_grp_modify() 412 switch (old_state) { in usnic_ib_qp_grp_modify() 431 switch (old_state) { in usnic_ib_qp_grp_modify() 474 switch (old_state) { in usnic_ib_qp_grp_modify() 483 switch (old_state) { in usnic_ib_qp_grp_modify() 496 switch (old_state) { in usnic_ib_qp_grp_modify() 526 usnic_ib_qp_grp_state_to_string(old_state), in usnic_ib_qp_grp_modify() 531 usnic_ib_qp_grp_state_to_string(old_state), in usnic_ib_qp_grp_modify()
|
/drivers/power/ |
D | bq25890_charger.c | 498 struct bq25890_state old_state; in bq25890_state_changed() local 501 old_state = bq->state; in bq25890_state_changed() 504 return (old_state.chrg_status != new_state->chrg_status || in bq25890_state_changed() 505 old_state.chrg_fault != new_state->chrg_fault || in bq25890_state_changed() 506 old_state.online != new_state->online || in bq25890_state_changed() 507 old_state.bat_fault != new_state->bat_fault || in bq25890_state_changed() 508 old_state.boost_fault != new_state->boost_fault || in bq25890_state_changed() 509 old_state.vsys_status != new_state->vsys_status); in bq25890_state_changed() 516 struct bq25890_state old_state; in bq25890_handle_state_change() local 519 old_state = bq->state; in bq25890_handle_state_change() [all …]
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_plane.c | 149 struct drm_plane_state *old_state) in exynos_plane_atomic_update() argument 171 struct drm_plane_state *old_state) in exynos_plane_atomic_disable() argument 174 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(old_state->crtc); in exynos_plane_atomic_disable() 176 if (!old_state->crtc) in exynos_plane_atomic_disable()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_drv.c | 70 struct drm_atomic_state *old_state) in omap_atomic_wait_for_completion() argument 77 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in omap_atomic_wait_for_completion() 93 struct drm_atomic_state *old_state = commit->state; in omap_atomic_complete() local 98 drm_atomic_helper_commit_modeset_disables(dev, old_state); in omap_atomic_complete() 99 drm_atomic_helper_commit_planes(dev, old_state, false); in omap_atomic_complete() 100 drm_atomic_helper_commit_modeset_enables(dev, old_state); in omap_atomic_complete() 102 omap_atomic_wait_for_completion(dev, old_state); in omap_atomic_complete() 104 drm_atomic_helper_cleanup_planes(dev, old_state); in omap_atomic_complete() 108 drm_atomic_state_free(old_state); in omap_atomic_complete()
|
D | omap_plane.c | 72 const struct drm_plane_state *old_state) in omap_plane_cleanup_fb() argument 74 if (old_state->fb) in omap_plane_cleanup_fb() 75 omap_framebuffer_unpin(old_state->fb); in omap_plane_cleanup_fb() 79 struct drm_plane_state *old_state) in omap_plane_atomic_update() argument 147 struct drm_plane_state *old_state) in omap_plane_atomic_disable() argument
|
/drivers/net/wireless/prism54/ |
D | islpci_dev.c | 462 islpci_state_t old_state; in islpci_upload_fw() local 465 old_state = islpci_set_state(priv, PRV_STATE_BOOT); in islpci_upload_fw() 475 islpci_set_state(priv, old_state); in islpci_upload_fw() 924 islpci_state_t old_state; in islpci_set_state() local 927 old_state = priv->state; in islpci_set_state() 941 if (old_state == PRV_STATE_OFF) in islpci_set_state() 953 priv->ndev->name, old_state, new_state, priv->state_off); in islpci_set_state() 962 return old_state; in islpci_set_state()
|
/drivers/gpu/drm/rcar-du/ |
D | rcar_du_kms.c | 454 struct drm_atomic_state *old_state = commit->state; in rcar_du_atomic_complete() local 457 drm_atomic_helper_commit_modeset_disables(dev, old_state); in rcar_du_atomic_complete() 458 drm_atomic_helper_commit_modeset_enables(dev, old_state); in rcar_du_atomic_complete() 459 drm_atomic_helper_commit_planes(dev, old_state, false); in rcar_du_atomic_complete() 461 drm_atomic_helper_wait_for_vblanks(dev, old_state); in rcar_du_atomic_complete() 463 drm_atomic_helper_cleanup_planes(dev, old_state); in rcar_du_atomic_complete() 465 drm_atomic_state_free(old_state); in rcar_du_atomic_complete()
|
/drivers/usb/phy/ |
D | phy-mv-usb.c | 341 int old_state = mvotg->phy.otg->state; in mv_otg_update_state() local 343 switch (old_state) { in mv_otg_update_state() 415 int old_state; in mv_otg_work() local 423 old_state = otg->state; in mv_otg_work() 431 if (old_state != mvotg->phy.otg->state) { in mv_otg_work() 433 state_string[old_state], in mv_otg_work() 439 if (old_state == OTG_STATE_B_PERIPHERAL) in mv_otg_work() 453 if (old_state == OTG_STATE_A_WAIT_VFALL) in mv_otg_work() 461 if (old_state != OTG_STATE_A_HOST) in mv_otg_work()
|
/drivers/video/fbdev/ |
D | sa1100fb.c | 869 u_int old_state; in set_ctrlr_state() local 873 old_state = fbi->state; in set_ctrlr_state() 878 if (old_state == C_STARTUP && state == C_REENABLE) in set_ctrlr_state() 887 if (old_state != C_DISABLE && old_state != C_DISABLE_PM) { in set_ctrlr_state() 898 if (old_state != C_DISABLE) { in set_ctrlr_state() 902 if (old_state != C_DISABLE_CLKCHANGE) in set_ctrlr_state() 913 if (old_state == C_DISABLE_CLKCHANGE) { in set_ctrlr_state() 925 if (old_state == C_ENABLE) { in set_ctrlr_state() 938 if (old_state != C_DISABLE_PM) in set_ctrlr_state() 947 if (old_state != C_ENABLE) { in set_ctrlr_state()
|
/drivers/staging/iio/cdc/ |
D | ad7150.c | 79 int old_state; member 504 !(chip->old_state & AD7150_STATUS_OUT1)) in ad7150_event_handler() 512 (chip->old_state & AD7150_STATUS_OUT1)) in ad7150_event_handler() 521 !(chip->old_state & AD7150_STATUS_OUT2)) in ad7150_event_handler() 529 (chip->old_state & AD7150_STATUS_OUT2)) in ad7150_event_handler() 537 chip->old_state = int_status; in ad7150_event_handler()
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 409 YY_BUFFER_STATE old_state; 416 old_state = YY_CURRENT_BUFFER; 421 mm_switch_to_buffer(old_state); 424 yy_switch_to_buffer(old_state);
|
/drivers/gpu/drm/radeon/ |
D | rs780_dpm.c | 431 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_set_engine_clock_scaling() local 434 if ((new_state->sclk_high == old_state->sclk_high) && in rs780_set_engine_clock_scaling() 435 (new_state->sclk_low == old_state->sclk_low)) in rs780_set_engine_clock_scaling() 449 old_state->sclk_high, false, ¤t_max_dividers); in rs780_set_engine_clock_scaling() 478 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_set_engine_clock_spc() local 481 if ((new_state->sclk_high == old_state->sclk_high) && in rs780_set_engine_clock_spc() 482 (new_state->sclk_low == old_state->sclk_low)) in rs780_set_engine_clock_spc() 497 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_activate_engine_clk_scaling() local 499 if ((new_state->sclk_high == old_state->sclk_high) && in rs780_activate_engine_clk_scaling() 500 (new_state->sclk_low == old_state->sclk_low)) in rs780_activate_engine_clk_scaling()
|
D | rv6xx_dpm.c | 1204 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_safe() local 1207 safe_voltage = (new_state->low.vddc >= old_state->low.vddc) ? in rv6xx_set_sw_voltage_to_safe() 1208 new_state->low.vddc : old_state->low.vddc; in rv6xx_set_sw_voltage_to_safe() 1220 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_low() local 1223 old_state->low.vddc); in rv6xx_set_sw_voltage_to_low() 1234 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_backbias() local 1237 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE)) in rv6xx_set_safe_backbias() 1248 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_pcie_gen2() local 1251 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2)) in rv6xx_set_safe_pcie_gen2() 1310 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_step_voltage_if_increasing() local [all …]
|
/drivers/net/wan/ |
D | hdlc_ppp.c | 308 int old_state, action; in ppp_cp_event() local 312 old_state = proto->state; in ppp_cp_event() 313 BUG_ON(old_state >= STATES); in ppp_cp_event() 321 action = cp_table[event][old_state]; in ppp_cp_event() 347 if (old_state != OPENED && proto->state == OPENED) { in ppp_cp_event() 358 if (old_state == OPENED && proto->state != OPENED) { in ppp_cp_event() 366 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event()
|
/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_plane.c | 267 const struct drm_plane_state *old_state) in mdp5_plane_cleanup_fb() argument 271 struct drm_framebuffer *fb = old_state->fb; in mdp5_plane_cleanup_fb() 284 struct drm_plane_state *old_state = plane->state; in mdp5_plane_atomic_check() local 289 plane_enabled(old_state), plane_enabled(state)); in mdp5_plane_atomic_check() 323 if (plane_enabled(state) && plane_enabled(old_state)) { in mdp5_plane_atomic_check() 326 if (state->fb->pixel_format != old_state->fb->pixel_format) { in mdp5_plane_atomic_check() 330 if (state->src_w != old_state->src_w) { in mdp5_plane_atomic_check() 334 if (to_mdp5_plane_state(old_state)->pending) { in mdp5_plane_atomic_check() 352 struct drm_plane_state *old_state) in mdp5_plane_atomic_update() argument
|
/drivers/acpi/ |
D | ac.c | 383 unsigned old_state; in acpi_ac_resume() local 392 old_state = ac->state; in acpi_ac_resume() 395 if (old_state != ac->state) in acpi_ac_resume()
|
/drivers/isdn/hisax/ |
D | amd7930_fn.c | 171 …u_char index = stateHelper[cs->dc.amd7930.old_state] * 8 + stateHelper[cs->dc.amd7930.ph_state] - … in Amd7930_new_ph() 176 cs->dc.amd7930.ph_state, cs->dc.amd7930.old_state, message & 0x0f, index); in Amd7930_new_ph() 178 cs->dc.amd7930.old_state = cs->dc.amd7930.ph_state; in Amd7930_new_ph() 223 cs->dc.amd7930.old_state = 3; in Amd7930_new_ph() 756 cs->dc.amd7930.old_state = 0; in Amd7930_init()
|
/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_plane.c | 58 struct drm_plane_state *old_state) in fsl_dcu_drm_plane_atomic_disable() argument 78 struct drm_plane_state *old_state) in fsl_dcu_drm_plane_atomic_update() argument
|
/drivers/gpu/drm/tegra/ |
D | dc.c | 559 struct drm_plane_state *old_state) in tegra_plane_atomic_update() argument 600 struct drm_plane_state *old_state) in tegra_plane_atomic_disable() argument 608 if (!old_state || !old_state->crtc) in tegra_plane_atomic_disable() 611 dc = to_tegra_dc(old_state->crtc); in tegra_plane_atomic_disable() 709 struct drm_plane_state *old_state) in tegra_cursor_atomic_update() argument 771 struct drm_plane_state *old_state) in tegra_cursor_atomic_disable() argument 777 if (!old_state || !old_state->crtc) in tegra_cursor_atomic_disable() 780 dc = to_tegra_dc(old_state->crtc); in tegra_cursor_atomic_disable()
|