Lines Matching refs:ufs_hba
23 void (*late_init)(struct ufs_hba *hba);
87 static int ufs_intel_hce_enable_notify(struct ufs_hba *hba, in ufs_intel_hce_enable_notify()
101 static int ufs_intel_disable_lcc(struct ufs_hba *hba) in ufs_intel_disable_lcc()
113 static int ufs_intel_link_startup_notify(struct ufs_hba *hba, in ufs_intel_link_startup_notify()
131 static int ufs_intel_set_lanes(struct ufs_hba *hba, u32 lanes) in ufs_intel_set_lanes()
145 static int ufs_intel_lkf_pwr_change_notify(struct ufs_hba *hba, in ufs_intel_lkf_pwr_change_notify()
175 static int ufs_intel_lkf_apply_dev_quirks(struct ufs_hba *hba) in ufs_intel_lkf_apply_dev_quirks()
215 static void intel_cache_ltr(struct ufs_hba *hba) in intel_cache_ltr()
225 struct ufs_hba *hba = dev_get_drvdata(dev); in intel_ltr_set()
279 static void intel_add_debugfs(struct ufs_hba *hba) in intel_add_debugfs()
291 static void intel_remove_debugfs(struct ufs_hba *hba) in intel_remove_debugfs()
298 static int ufs_intel_device_reset(struct ufs_hba *hba) in ufs_intel_device_reset()
333 static int ufs_intel_common_init(struct ufs_hba *hba) in ufs_intel_common_init()
365 static void ufs_intel_common_exit(struct ufs_hba *hba) in ufs_intel_common_exit()
371 static int ufs_intel_resume(struct ufs_hba *hba, enum ufs_pm_op op) in ufs_intel_resume()
392 static int ufs_intel_ehl_init(struct ufs_hba *hba) in ufs_intel_ehl_init()
398 static void ufs_intel_lkf_late_init(struct ufs_hba *hba) in ufs_intel_lkf_late_init()
410 static int ufs_intel_lkf_init(struct ufs_hba *hba) in ufs_intel_lkf_init()
424 static int ufs_intel_adl_init(struct ufs_hba *hba) in ufs_intel_adl_init()
471 struct ufs_hba *hba = dev_get_drvdata(dev); in ufshcd_pci_restore()
486 ufshcd_shutdown((struct ufs_hba *)pci_get_drvdata(pdev)); in ufshcd_pci_shutdown()
496 struct ufs_hba *hba = pci_get_drvdata(pdev); in ufshcd_pci_remove()
515 struct ufs_hba *hba; in ufshcd_pci_probe()