Home
last modified time | relevance | path

Searched refs:ufs_hba_variant_ops (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dtc-dwc-g210-pltfrm.c23 static struct ufs_hba_variant_ops tc_dwc_g210_20bit_pltfm_hba_vops = {
29 static struct ufs_hba_variant_ops tc_dwc_g210_40bit_pltfm_hba_vops = {
57 struct ufs_hba_variant_ops *vops; in tc_dwc_g210_pltfm_probe()
61 vops = (struct ufs_hba_variant_ops *)of_id->data; in tc_dwc_g210_pltfm_probe()
Dcdns-pltfrm.c248 static const struct ufs_hba_variant_ops cdns_ufs_pltfm_hba_vops = {
256 static const struct ufs_hba_variant_ops cdns_ufs_m31_16nm_pltfm_hba_vops = {
289 struct ufs_hba_variant_ops *vops; in cdns_ufs_pltfrm_probe()
293 vops = (struct ufs_hba_variant_ops *)of_id->data; in cdns_ufs_pltfrm_probe()
Dufshcd-pci.c209 static struct ufs_hba_variant_ops ufs_intel_cnl_hba_vops = {
217 static struct ufs_hba_variant_ops ufs_intel_ehl_hba_vops = {
350 hba->vops = (struct ufs_hba_variant_ops *)id->driver_data; in ufshcd_pci_probe()
Dufshcd-pltfrm.h32 const struct ufs_hba_variant_ops *vops);
Dtc-dwc-g210-pci.c54 static struct ufs_hba_variant_ops tc_dwc_g210_pci_hba_vops = {
Dufs-hisi.c542 static const struct ufs_hba_variant_ops ufs_hba_hi3660_vops = {
551 static const struct ufs_hba_variant_ops ufs_hba_hi3670_vops = {
Dufshcd-pltfrm.c385 const struct ufs_hba_variant_ops *vops) in ufshcd_pltfrm_init()
Dufshcd.h296 struct ufs_hba_variant_ops { struct
723 const struct ufs_hba_variant_ops *vops;
Dufs-mediatek.c919 static const struct ufs_hba_variant_ops ufs_hba_mtk_vops = {
Dufs-qcom.c1482 static const struct ufs_hba_variant_ops ufs_hba_qcom_vops = {
Dufs-exynos.c1214 static struct ufs_hba_variant_ops ufs_hba_exynos_ops = {
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch53898 @@ -324,6 +325,7 @@ struct ufs_hba_variant_ops {
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch355521 +static struct ufs_hba_variant_ops hiufs_pltfm_hba_vops = {
355544 + struct ufs_hba_variant_ops *vops;
355548 + vops = (struct ufs_hba_variant_ops *)of_id->data;
356113 @@ -326,6 +327,7 @@ struct ufs_hba_variant_ops {