Searched refs:ulpi_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/phy/ |
D | phy-msm-usb.c | 169 static int ulpi_read(struct usb_phy *phy, u32 reg) in ulpi_read() function 220 .read = ulpi_read, 249 val = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_phy_notify_disconnect() 488 ulpi_read(phy, 0x14); in msm_otg_suspend() 824 chg_det = ulpi_read(phy, 0x34); in msm_chg_check_secondary_det() 828 chg_det = ulpi_read(phy, 0x87); in msm_chg_check_secondary_det() 844 chg_det = ulpi_read(phy, 0x34); in msm_chg_enable_secondary_det() 885 chg_det = ulpi_read(phy, 0x34); in msm_chg_check_primary_det() 889 chg_det = ulpi_read(phy, 0x87); in msm_chg_check_primary_det() 905 chg_det = ulpi_read(phy, 0x34); in msm_chg_enable_primary_det() [all …]
|