Symbol: ufs_hba_variant_ops
drivers/ufs/host/cdns-pltfrm.c
247
static const struct ufs_hba_variant_ops cdns_ufs_pltfm_hba_vops = {
drivers/ufs/host/cdns-pltfrm.c
255
static const struct ufs_hba_variant_ops cdns_ufs_m31_16nm_pltfm_hba_vops = {
drivers/ufs/host/cdns-pltfrm.c
288
struct ufs_hba_variant_ops *vops;
drivers/ufs/host/cdns-pltfrm.c
292
vops = (struct ufs_hba_variant_ops *)of_id->data;
drivers/ufs/host/tc-dwc-g210-pci.c
30
static struct ufs_hba_variant_ops tc_dwc_g210_pci_hba_vops = {
drivers/ufs/host/tc-dwc-g210-pltfrm.c
24
static struct ufs_hba_variant_ops tc_dwc_g210_20bit_pltfm_hba_vops = {
drivers/ufs/host/tc-dwc-g210-pltfrm.c
30
static struct ufs_hba_variant_ops tc_dwc_g210_40bit_pltfm_hba_vops = {
drivers/ufs/host/tc-dwc-g210-pltfrm.c
58
struct ufs_hba_variant_ops *vops;
drivers/ufs/host/tc-dwc-g210-pltfrm.c
62
vops = (struct ufs_hba_variant_ops *)of_id->data;
drivers/ufs/host/ufs-amd-versal2.c
507
static struct ufs_hba_variant_ops ufs_versal2_hba_vops = {
drivers/ufs/host/ufs-exynos.c
2012
static const struct ufs_hba_variant_ops ufs_hba_exynos_ops = {
drivers/ufs/host/ufs-exynos.c
2028
static struct ufs_hba_variant_ops ufs_hba_exynosauto_vh_ops = {
drivers/ufs/host/ufs-exynos.c
2038
const struct ufs_hba_variant_ops *vops = &ufs_hba_exynos_ops;
drivers/ufs/host/ufs-exynos.h
180
const struct ufs_hba_variant_ops *vops;
drivers/ufs/host/ufs-hisi.c
542
static const struct ufs_hba_variant_ops ufs_hba_hi3660_vops = {
drivers/ufs/host/ufs-hisi.c
551
static const struct ufs_hba_variant_ops ufs_hba_hi3670_vops = {
drivers/ufs/host/ufs-mediatek.c
2313
static const struct ufs_hba_variant_ops ufs_hba_mtk_vops = {
drivers/ufs/host/ufs-qcom.c
2335
static const struct ufs_hba_variant_ops ufs_hba_qcom_vops = {
drivers/ufs/host/ufs-qcom.c
2360
static const struct ufs_hba_variant_ops ufs_hba_qcom_sa8255p_vops = {
drivers/ufs/host/ufs-qcom.c
2384
const struct ufs_hba_variant_ops *vops;
drivers/ufs/host/ufs-qcom.h
316
const struct ufs_hba_variant_ops *vops;
drivers/ufs/host/ufs-renesas.c
520
static const struct ufs_hba_variant_ops ufs_renesas_vops = {
drivers/ufs/host/ufs-rockchip.c
233
static const struct ufs_hba_variant_ops ufs_hba_rk3576_vops = {
drivers/ufs/host/ufs-rockchip.c
250
const struct ufs_hba_variant_ops *vops;
drivers/ufs/host/ufs-sprd.h
74
const struct ufs_hba_variant_ops ufs_hba_sprd_vops;
drivers/ufs/host/ufshcd-pci.c
481
static struct ufs_hba_variant_ops ufs_qemu_hba_vops = {
drivers/ufs/host/ufshcd-pci.c
488
static struct ufs_hba_variant_ops ufs_intel_cnl_hba_vops = {
drivers/ufs/host/ufshcd-pci.c
496
static struct ufs_hba_variant_ops ufs_intel_ehl_hba_vops = {
drivers/ufs/host/ufshcd-pci.c
504
static struct ufs_hba_variant_ops ufs_intel_lkf_hba_vops = {
drivers/ufs/host/ufshcd-pci.c
516
static struct ufs_hba_variant_ops ufs_intel_adl_hba_vops = {
drivers/ufs/host/ufshcd-pci.c
525
static struct ufs_hba_variant_ops ufs_intel_mtl_hba_vops = {
drivers/ufs/host/ufshcd-pci.c
655
hba->vops = (struct ufs_hba_variant_ops *)id->driver_data;
drivers/ufs/host/ufshcd-pltfrm.c
493
const struct ufs_hba_variant_ops *vops)
drivers/ufs/host/ufshcd-pltfrm.h
34
const struct ufs_hba_variant_ops *vops);
include/ufs/ufshcd.h
992
const struct ufs_hba_variant_ops *vops;