Home
last modified time | relevance | path

Searched refs:mcq_config_resource (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ufs/core/
H A Dufshcd-priv.h242 if (hba->vops && hba->vops->mcq_config_resource) in ufshcd_vops_mcq_config_resource()
243 return hba->vops->mcq_config_resource(hba); in ufshcd_vops_mcq_config_resource()
/linux/drivers/ufs/host/
H A Dufshcd-pci.c490 .mcq_config_resource = ufs_qemu_mcq_config_resource,
H A Dufs-mediatek.c1819 .mcq_config_resource = ufs_mtk_mcq_config_resource,
H A Dufs-qcom.c1881 .mcq_config_resource = ufs_qcom_mcq_config_resource,
/linux/include/ufs/
H A Dufshcd.h380 int (*mcq_config_resource)(struct ufs_hba *hba); member