Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/ufs/
Dcdns-pltfrm.c115 if (hba->vops && hba->vops->phy_initialization) in cdns_ufs_init()
116 status = hba->vops->phy_initialization(hba); in cdns_ufs_init()
150 .phy_initialization = cdns_ufs_m31_16nm_phy_initialization,
Dtc-dwc-g210-pltfrm.c26 .phy_initialization = tc_dwc_g210_config_20_bit,
32 .phy_initialization = tc_dwc_g210_config_40_bit,
Dufshcd-dwc.c123 if (hba->vops->phy_initialization) { in ufshcd_dwc_link_startup_notify()
124 err = hba->vops->phy_initialization(hba); in ufshcd_dwc_link_startup_notify()
Dtc-dwc-g210-pci.c98 tc_dwc_g210_pci_hba_vops.phy_initialization = in tc_dwc_g210_pci_probe()
101 tc_dwc_g210_pci_hba_vops.phy_initialization = in tc_dwc_g210_pci_probe()
Dufshcd.h329 int (*phy_initialization)(struct ufs_hba *); member