Home
last modified time | relevance | path

Searched refs:active_uic_cmd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd.c1699 || hba->active_uic_cmd || hba->uic_async_done) in ufshcd_gate_work()
1754 hba->active_uic_cmd || hba->uic_async_done || in __ufshcd_release()
2094 WARN_ON(hba->active_uic_cmd); in ufshcd_dispatch_uic_cmd()
2096 hba->active_uic_cmd = uic_cmd; in ufshcd_dispatch_uic_cmd()
2141 hba->active_uic_cmd = NULL; in ufshcd_wait_for_uic_cmd()
3866 hba->active_uic_cmd = NULL; in ufshcd_uic_pwr_ctrl()
4942 if ((intr_status & UIC_COMMAND_COMPL) && hba->active_uic_cmd) { in ufshcd_uic_cmd_compl()
4943 hba->active_uic_cmd->argument2 |= in ufshcd_uic_cmd_compl()
4945 hba->active_uic_cmd->argument3 = in ufshcd_uic_cmd_compl()
4948 hba->active_uic_cmd in ufshcd_uic_cmd_compl()
[all...]
H A Dufshcd.h641 * @active_uic_cmd: handle of active UIC command
739 struct uic_command *active_uic_cmd; member
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c1822 || hba->active_uic_cmd || hba->uic_async_done) in ufshcd_gate_work()
1879 hba->active_uic_cmd || hba->uic_async_done || in __ufshcd_release()
2334 WARN_ON(hba->active_uic_cmd); in ufshcd_dispatch_uic_cmd()
2336 hba->active_uic_cmd = uic_cmd; in ufshcd_dispatch_uic_cmd()
2382 hba->active_uic_cmd = NULL; in ufshcd_wait_for_uic_cmd()
4181 hba->active_uic_cmd = NULL; in ufshcd_uic_pwr_ctrl()
5319 if (hba->active_uic_cmd && in ufshcd_is_auto_hibern8_error()
5320 (hba->active_uic_cmd->command == UIC_CMD_DME_HIBER_ENTER || in ufshcd_is_auto_hibern8_error()
5321 hba->active_uic_cmd->command == UIC_CMD_DME_HIBER_EXIT)) in ufshcd_is_auto_hibern8_error()
5344 if ((intr_status & UIC_COMMAND_COMPL) && hba->active_uic_cmd) { in ufshcd_uic_cmd_compl()
[all...]
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h837 * @active_uic_cmd: handle of active UIC command
978 struct uic_command *active_uic_cmd; member

Completed in 24 milliseconds