/linux/drivers/scsi/esas2r/ |
H 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() 99 state = 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() [all …]
|
H 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()
|
H 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()
|
H A D | esas2r_disc.c | 1175 if (t->target_state == TS_PRESENT) in esas2r_disc_fix_curr_requests()
|
/linux/drivers/acpi/ |
H A D | processor_throttling.c | 35 int target_state; /* target T-state */ member 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() 228 if (p_limit->thermal.tx > target_state) in acpi_processor_throttling_notifier() 229 target_state = p_limit->thermal.tx; in acpi_processor_throttling_notifier() 230 if (p_limit->user.tx > target_state) in acpi_processor_throttling_notifier() 231 target_state = p_limit->user.tx; in acpi_processor_throttling_notifier() 232 if (pr->throttling_platform_limit > target_state) in acpi_processor_throttling_notifier() 233 target_state = pr->throttling_platform_limit; in acpi_processor_throttling_notifier() [all …]
|
H 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() 240 result = acpi_power_transition(device, target_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 671 char method[] = { '_', 'S', '0' + target_state, 'D', '\0' }; in acpi_dev_pm_get_state() 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() [all …]
|
/linux/sound/soc/sof/intel/ |
H A D | hda-dsp.c | 554 const struct sof_dsp_power_state *target_state) in hda_dsp_set_D0_state() argument 576 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_D0_state() 581 if (target_state->substate == SOF_HDA_DSP_PM_D0I3) { in hda_dsp_set_D0_state() 676 const struct sof_dsp_power_state *target_state) in hda_dsp_set_power_state() argument 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() 692 sdev->dsp_power_state.state, target_state->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() [all …]
|
H A D | hda.h | 613 const struct sof_dsp_power_state *target_state); 615 const struct sof_dsp_power_state *target_state); 617 int hda_dsp_suspend(struct snd_sof_dev *sdev, u32 target_state);
|
H A D | byt.c | 86 static int byt_suspend(struct snd_sof_dev *sdev, u32 target_state) in byt_suspend() argument
|
/linux/sound/soc/sof/ |
H 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()
|
H 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()
|
H A D | sof-priv.h | 298 u32 target_state); /* optional */ 305 const struct sof_dsp_power_state *target_state); /* optional */
|
/linux/sound/soc/sof/imx/ |
H A D | imx8ulp.c | 343 static int imx8ulp_dsp_suspend(struct snd_sof_dev *sdev, unsigned int target_state) in imx8ulp_dsp_suspend() argument 346 .state = target_state, in imx8ulp_dsp_suspend() 402 const struct sof_dsp_power_state *target_state) in imx8ulp_dsp_set_power_state() argument 404 sdev->dsp_power_state = *target_state; in imx8ulp_dsp_set_power_state()
|
H A D | imx8m.c | 361 const struct sof_dsp_power_state *target_state) in imx8m_dsp_set_power_state() argument 363 sdev->dsp_power_state = *target_state; in imx8m_dsp_set_power_state() 444 static int imx8m_dsp_suspend(struct snd_sof_dev *sdev, unsigned int target_state) in imx8m_dsp_suspend() argument 447 .state = target_state, in imx8m_dsp_suspend()
|
H A D | imx8.c | 412 static int imx8_dsp_suspend(struct snd_sof_dev *sdev, unsigned int target_state) in imx8_dsp_suspend() argument 415 .state = target_state, in imx8_dsp_suspend() 472 const struct sof_dsp_power_state *target_state) in imx8_dsp_set_power_state() argument 474 sdev->dsp_power_state = *target_state; in imx8_dsp_set_power_state()
|
/linux/drivers/media/platform/ti/cal/ |
H 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/ |
H A D | pci.c | 2753 pci_power_t target_state = pci_target_state(dev, wakeup); in pci_prepare_to_sleep() local 2756 if (target_state == PCI_POWER_ERROR) in pci_prepare_to_sleep() 2759 pci_enable_wake(dev, target_state, wakeup); in pci_prepare_to_sleep() 2761 error = pci_set_power_state(dev, target_state); in pci_prepare_to_sleep() 2764 pci_enable_wake(dev, target_state, false); in pci_prepare_to_sleep() 2798 pci_power_t target_state; in pci_finish_runtime_suspend() local 2801 target_state = pci_target_state(dev, device_can_wakeup(&dev->dev)); in pci_finish_runtime_suspend() 2802 if (target_state == PCI_POWER_ERROR) in pci_finish_runtime_suspend() 2805 __pci_enable_wake(dev, target_state, pci_dev_run_wake(dev)); in pci_finish_runtime_suspend() 2807 error = pci_set_power_state(dev, target_state); in pci_finish_runtime_suspend() [all …]
|
/linux/drivers/usb/typec/tipd/ |
H 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/sound/hda/ |
H 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/ |
H A D | acp.h | 349 int amd_sof_acp_suspend(struct snd_sof_dev *sdev, u32 target_state);
|
H A D | acp.c | 610 int amd_sof_acp_suspend(struct snd_sof_dev *sdev, u32 target_state) in amd_sof_acp_suspend() argument
|
/linux/include/scsi/ |
H A D | scsi_transport_iscsi.h | 275 int target_state; /* session target bind state */ member
|
/linux/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 1801 session->target_state = ISCSI_SESSION_TARGET_SCANNED; in iscsi_user_scan_session() 1984 if (session->target_state == ISCSI_SESSION_TARGET_ALLOCATED) { in __iscsi_unbind_session() 1986 } else if (session->target_state != ISCSI_SESSION_TARGET_SCANNED) { in __iscsi_unbind_session() 1994 session->target_state = ISCSI_SESSION_TARGET_UNBINDING; in __iscsi_unbind_session() 2010 session->target_state = ISCSI_SESSION_TARGET_UNBOUND; in __iscsi_unbind_session() 2089 session->target_state = ISCSI_SESSION_TARGET_ALLOCATED; in iscsi_add_session() 4402 iscsi_session_target_state_name[session->target_state]); in show_priv_session_target_state() 4405 static ISCSI_CLASS_ATTR(priv_sess, target_state, S_IRUGO,
|
/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 352 static int mt8195_dsp_suspend(struct snd_sof_dev *sdev, u32 target_state) in mt8195_dsp_suspend() argument
|
/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 360 static int mt8186_dsp_suspend(struct snd_sof_dev *sdev, u32 target_state) in mt8186_dsp_suspend() argument
|