| /linux/drivers/scsi/esas2r/ |
| A D | esas2r_targdb.c | 53 t->target_state = TS_NOT_PRESENT; in esas2r_targ_db_initialize() 65 if (t->target_state != TS_PRESENT) in esas2r_targ_db_remove_all() 98 if (t->buffered_target_state != t->target_state) in esas2r_targ_db_report_changes() 135 if (t->target_state == TS_PRESENT) { in esas2r_targ_db_add_raid() 167 t->target_state = TS_PRESENT; in esas2r_targ_db_add_raid() 195 || t->target_state == TS_PRESENT) { in esas2r_targ_db_add_pthru() 216 t->target_state = TS_PRESENT; in esas2r_targ_db_add_pthru() 225 t->target_state = TS_NOT_PRESENT; in esas2r_targ_db_remove() 267 if (t->target_state == TS_PRESENT) in esas2r_targ_db_find_next_present() 282 if (t->target_state != TS_PRESENT) in esas2r_targ_db_find_by_virt_id() [all …]
|
| A D | esas2r_io.c | 73 if (unlikely(t->target_state != TS_PRESENT && in esas2r_start_request() 541 && t->target_state == TS_PRESENT in esas2r_build_sg_list_prd()
|
| A D | esas2r_ioctl.c | 562 || t->target_state != TS_PRESENT in csmi_ioctl_callback() 581 || t->target_state != TS_PRESENT in csmi_ioctl_callback() 1078 if (t->target_state != TS_PRESENT) { in hba_ioctl_callback() 1180 if (t->target_state != TS_PRESENT) { in hba_ioctl_callback()
|
| /linux/drivers/acpi/ |
| A D | processor_throttling.c | 40 int target_state; member 203 int target_state; in acpi_processor_throttling_notifier() local 219 target_state = p_tstate->target_state; in acpi_processor_throttling_notifier() 238 p_tstate->target_state = target_state; in acpi_processor_throttling_notifier() 241 cpu, target_state); in acpi_processor_throttling_notifier() 251 cpu, target_state); in acpi_processor_throttling_notifier() 294 int target_state; in acpi_processor_tstate_has_changed() local 325 target_state = limit->user.tx; in acpi_processor_tstate_has_changed() 1078 t_state.target_state = state; in __acpi_processor_set_throttling() 1099 arg.target_state = state; in __acpi_processor_set_throttling() [all …]
|
| A D | device_pm.c | 164 int target_state = state; in acpi_device_set_power() local 189 target_state = state; in acpi_device_set_power() 280 acpi_power_state_string(target_state)); in acpi_device_set_power() 282 device->power.state = target_state; in acpi_device_set_power() 284 acpi_power_state_string(target_state)); in acpi_device_set_power() 669 u32 target_state, int *d_min_p, int *d_max_p) in acpi_dev_pm_get_state() argument 693 if (target_state > ACPI_STATE_S0) { in acpi_dev_pm_get_state() 721 && adev->wakeup.sleep_state >= target_state; in acpi_dev_pm_get_state() 756 if (has_sxd && target_state > ACPI_STATE_S0) in acpi_dev_pm_get_state() 850 u32 target_state) in __acpi_device_wakeup_enable() argument [all …]
|
| /linux/sound/soc/sof/intel/ |
| A D | hda-dsp.c | 680 switch (target_state->state) { in hda_dsp_set_power_state() 682 ret = hda_dsp_set_D0_state(sdev, target_state); in hda_dsp_set_power_state() 696 target_state->state); in hda_dsp_set_power_state() 702 target_state->state, target_state->substate); in hda_dsp_set_power_state() 706 sdev->dsp_power_state = *target_state; in hda_dsp_set_power_state() 933 target_state.state, target_state.substate); in hda_dsp_resume() 1016 .state = target_state, in hda_dsp_suspend() 1017 .substate = target_state == SOF_DSP_PM_D0 ? in hda_dsp_suspend() 1027 if (target_state == SOF_DSP_PM_D0) { in hda_dsp_suspend() 1171 struct sof_dsp_power_state target_state = { in hda_dsp_d0i3_work() local [all …]
|
| A D | hda.h | 604 const struct sof_dsp_power_state *target_state); 606 const struct sof_dsp_power_state *target_state); 608 int hda_dsp_suspend(struct snd_sof_dev *sdev, u32 target_state);
|
| A D | byt.c | 86 static int byt_suspend(struct snd_sof_dev *sdev, u32 target_state) in byt_suspend() argument
|
| /linux/drivers/cpuidle/ |
| A D | cpuidle.c | 143 struct cpuidle_state *target_state = &drv->states[index]; in enter_s2idle_proper() local 157 if (!(target_state->flags & CPUIDLE_FLAG_RCU_IDLE)) { in enter_s2idle_proper() 162 target_state->enter_s2idle(dev, drv, index); in enter_s2idle_proper() 165 if (!(target_state->flags & CPUIDLE_FLAG_RCU_IDLE)) { in enter_s2idle_proper() 217 struct cpuidle_state *target_state = &drv->states[index]; in cpuidle_enter_state() local 232 target_state = &drv->states[index]; in cpuidle_enter_state() 236 if (target_state->flags & CPUIDLE_FLAG_TLB_FLUSHED) in cpuidle_enter_state() 240 sched_idle_set_state(target_state); in cpuidle_enter_state() 246 if (!(target_state->flags & CPUIDLE_FLAG_RCU_IDLE)) { in cpuidle_enter_state() 264 entered_state = target_state->enter(dev, drv, index); in cpuidle_enter_state() [all …]
|
| /linux/tools/testing/selftests/kvm/aarch64/ |
| A D | psci_test.c | 118 uint64_t target_state; in guest_test_cpu_on() local 123 target_state = psci_affinity_info(target_cpu, 0); in guest_test_cpu_on() 125 GUEST_ASSERT((target_state == PSCI_0_2_AFFINITY_LEVEL_ON) || in guest_test_cpu_on() 126 (target_state == PSCI_0_2_AFFINITY_LEVEL_OFF)); in guest_test_cpu_on() 127 } while (target_state != PSCI_0_2_AFFINITY_LEVEL_ON); in guest_test_cpu_on()
|
| /linux/sound/soc/sof/ |
| A D | pm.c | 202 u32 target_state = snd_sof_dsp_power_target(sdev); in sof_suspend() local 235 pm_state.event = target_state; in sof_suspend() 244 if (target_state == SOF_DSP_PM_D0) in sof_suspend() 279 ret = snd_sof_dsp_suspend(sdev, target_state); in sof_suspend() 286 if (target_state == SOF_DSP_PM_D0) in sof_suspend()
|
| A D | ops.h | 239 u32 target_state) in snd_sof_dsp_suspend() argument 242 return sof_ops(sdev)->suspend(sdev, target_state); in snd_sof_dsp_suspend() 288 const struct sof_dsp_power_state *target_state) in snd_sof_dsp_set_power_state() argument 295 ret = sof_ops(sdev)->set_power_state(sdev, target_state); in snd_sof_dsp_set_power_state()
|
| A D | ipc4.c | 378 const struct sof_dsp_power_state target_state = { in sof_ipc4_tx_msg() local 383 ret = snd_sof_dsp_set_power_state(sdev, &target_state); in sof_ipc4_tx_msg() 414 const struct sof_dsp_power_state target_state = { in sof_ipc4_set_get_data() local 448 ret = snd_sof_dsp_set_power_state(sdev, &target_state); in sof_ipc4_set_get_data()
|
| A D | sof-priv.h | 306 u32 target_state); /* optional */ 313 const struct sof_dsp_power_state *target_state); /* optional */
|
| A D | ipc3.c | 367 const struct sof_dsp_power_state target_state = { in sof_ipc3_tx_msg() local 372 ret = snd_sof_dsp_set_power_state(sdev, &target_state); in sof_ipc3_tx_msg()
|
| /linux/sound/soc/sof/imx/ |
| A D | imx8m.c | 318 const struct sof_dsp_power_state *target_state) in imx8m_dsp_set_power_state() argument 320 sdev->dsp_power_state = *target_state; in imx8m_dsp_set_power_state() 401 static int imx8m_dsp_suspend(struct snd_sof_dev *sdev, unsigned int target_state) in imx8m_dsp_suspend() argument 404 .state = target_state, in imx8m_dsp_suspend()
|
| A D | imx8ulp.c | 344 static int imx8ulp_dsp_suspend(struct snd_sof_dev *sdev, unsigned int target_state) in imx8ulp_dsp_suspend() argument 347 .state = target_state, in imx8ulp_dsp_suspend() 403 const struct sof_dsp_power_state *target_state) in imx8ulp_dsp_set_power_state() argument 405 sdev->dsp_power_state = *target_state; in imx8ulp_dsp_set_power_state()
|
| A D | imx8.c | 413 static int imx8_dsp_suspend(struct snd_sof_dev *sdev, unsigned int target_state) in imx8_dsp_suspend() argument 416 .state = target_state, in imx8_dsp_suspend() 473 const struct sof_dsp_power_state *target_state) in imx8_dsp_set_power_state() argument 475 sdev->dsp_power_state = *target_state; in imx8_dsp_set_power_state()
|
| /linux/sound/pci/hda/ |
| A D | hda_local.h | 612 unsigned int target_state) in snd_hda_check_power_state() argument 614 return snd_hdac_check_power_state(&codec->core, nid, target_state); in snd_hda_check_power_state() 619 unsigned int target_state) in snd_hda_sync_power_state() argument 621 return snd_hdac_sync_power_state(&codec->core, nid, target_state); in snd_hda_sync_power_state()
|
| /linux/drivers/media/platform/ti/cal/ |
| A D | cal-camerarx.c | 170 u32 target_state; in cal_camerarx_power() local 173 target_state = enable ? CAL_CSI2_COMPLEXIO_CFG_PWR_CMD_STATE_ON : in cal_camerarx_power() 177 target_state, CAL_CSI2_COMPLEXIO_CFG_PWR_CMD_MASK); in cal_camerarx_power() 186 if (current_state == target_state) in cal_camerarx_power()
|
| /linux/drivers/pci/ |
| A D | pci.c | 2749 if (target_state == PCI_POWER_ERROR) in pci_prepare_to_sleep() 2752 pci_enable_wake(dev, target_state, wakeup); in pci_prepare_to_sleep() 2754 error = pci_set_power_state(dev, target_state); in pci_prepare_to_sleep() 2757 pci_enable_wake(dev, target_state, false); in pci_prepare_to_sleep() 2791 pci_power_t target_state; in pci_finish_runtime_suspend() local 2795 if (target_state == PCI_POWER_ERROR) in pci_finish_runtime_suspend() 2800 error = pci_set_power_state(dev, target_state); in pci_finish_runtime_suspend() 2803 pci_enable_wake(dev, target_state, false); in pci_finish_runtime_suspend() 2859 pci_power_t target_state; in pci_dev_need_resume() local 2871 return target_state != pci_dev->current_state && in pci_dev_need_resume() [all …]
|
| /linux/drivers/usb/typec/tipd/ |
| A D | core.c | 783 static int cd321x_switch_power_state(struct tps6598x *tps, u8 target_state) in cd321x_switch_power_state() argument 792 if (state == target_state) in cd321x_switch_power_state() 795 ret = tps6598x_exec_cmd(tps, "SSPS", sizeof(u8), &target_state, 0, NULL); in cd321x_switch_power_state() 803 if (state != target_state) in cd321x_switch_power_state()
|
| /linux/include/sound/ |
| A D | hdaudio.h | 159 hda_nid_t nid, unsigned int target_state); 161 hda_nid_t nid, unsigned int target_state);
|
| /linux/sound/hda/ |
| A D | hdac_device.c | 1127 hda_nid_t nid, unsigned int target_state) in snd_hdac_check_power_state() argument 1135 return (state == target_state); in snd_hdac_check_power_state()
|
| /linux/sound/soc/sof/amd/ |
| A D | acp.h | 348 int amd_sof_acp_suspend(struct snd_sof_dev *sdev, u32 target_state);
|