Searched refs:vops (Results 1 – 12 of 12) sorted by relevance
/drivers/ufs/core/ |
D | ufshcd-priv.h | 101 if (hba->vops) in ufshcd_get_var_name() 102 return hba->vops->name; in ufshcd_get_var_name() 108 if (hba->vops && hba->vops->exit) in ufshcd_vops_exit() 109 return hba->vops->exit(hba); in ufshcd_vops_exit() 114 if (hba->vops && hba->vops->get_ufs_hci_version) in ufshcd_vops_get_ufs_hci_version() 115 return hba->vops->get_ufs_hci_version(hba); in ufshcd_vops_get_ufs_hci_version() 123 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify() 124 return hba->vops->clk_scale_notify(hba, up, status); in ufshcd_vops_clk_scale_notify() 132 if (hba->vops && hba->vops->event_notify) in ufshcd_vops_event_notify() 133 hba->vops->event_notify(hba, evt, data); in ufshcd_vops_event_notify() [all …]
|
D | ufshcd-crypto.c | 35 if (hba->vops && hba->vops->program_key) { in ufshcd_program_key() 36 err = hba->vops->program_key(hba, cfg, slot); in ufshcd_program_key()
|
D | ufshcd.c | 2244 if (hba->vops && hba->vops->setup_xfer_req) in ufshcd_send_command() 2245 hba->vops->setup_xfer_req(hba, lrbp->task_tag, in ufshcd_send_command() 9163 if (!hba->vops) in ufshcd_variant_hba_init() 9176 if (!hba->vops) in ufshcd_variant_hba_exit()
|
/drivers/ufs/host/ |
D | tc-dwc-g210-pltfrm.c | 58 struct ufs_hba_variant_ops *vops; in tc_dwc_g210_pltfm_probe() local 62 vops = (struct ufs_hba_variant_ops *)of_id->data; in tc_dwc_g210_pltfm_probe() 65 err = ufshcd_pltfrm_init(pdev, vops); in tc_dwc_g210_pltfm_probe()
|
D | cdns-pltfrm.c | 293 struct ufs_hba_variant_ops *vops; in cdns_ufs_pltfrm_probe() local 297 vops = (struct ufs_hba_variant_ops *)of_id->data; in cdns_ufs_pltfrm_probe() 300 err = ufshcd_pltfrm_init(pdev, vops); in cdns_ufs_pltfrm_probe()
|
D | ufshcd-pltfrm.c | 338 const struct ufs_hba_variant_ops *vops) in ufshcd_pltfrm_init() argument 363 hba->vops = vops; in ufshcd_pltfrm_init()
|
D | ufshcd-pltfrm.h | 33 const struct ufs_hba_variant_ops *vops);
|
D | ufshcd-pci.c | 355 if (hba->vops->device_reset) in ufs_intel_common_init() 358 if (hba->vops->device_reset) in ufs_intel_common_init() 568 hba->vops = (struct ufs_hba_variant_ops *)id->driver_data; in ufshcd_pci_probe()
|
D | tc-dwc-g210-pci.c | 106 hba->vops = &tc_dwc_g210_pci_hba_vops; in tc_dwc_g210_pci_probe()
|
D | ufs-exynos.c | 1594 const struct ufs_hba_variant_ops *vops = &ufs_hba_exynos_ops; in exynos_ufs_probe() local 1598 if (drv_data && drv_data->vops) in exynos_ufs_probe() 1599 vops = drv_data->vops; in exynos_ufs_probe() 1601 err = ufshcd_pltfrm_init(pdev, vops); in exynos_ufs_probe() 1664 .vops = &ufs_hba_exynosauto_vh_ops,
|
D | ufs-exynos.h | 162 const struct ufs_hba_variant_ops *vops; member
|
/drivers/media/platform/cadence/ |
D | cdns-csi2tx.c | 103 struct csi2tx_vops *vops; member 313 if (csi2tx->vops && csi2tx->vops->dphy_setup) { in csi2tx_start() 314 csi2tx->vops->dphy_setup(csi2tx); in csi2tx_start() 590 csi2tx->vops = (struct csi2tx_vops *)of_id->data; in csi2tx_probe()
|