Home
last modified time | relevance | path

Searched refs:usb_phy_get_charger_current (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dphy.h233 extern void usb_phy_get_charger_current(struct usb_phy *usb_phy,
278 static inline void usb_phy_get_charger_current(struct usb_phy *usb_phy, in usb_phy_get_charger_current() function
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy.c115 usb_phy_get_charger_current(usb_phy, &min, &max); in usb_phy_notify_charger_work()
242 void usb_phy_get_charger_current(struct usb_phy *usb_phy, in usb_phy_get_charger_current() function
268 EXPORT_SYMBOL_GPL(usb_phy_get_charger_current);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc262 usb_phy_get_charger_current
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc2731_charger.c449 usb_phy_get_charger_current(info->usb_phy, &min, &max); in sc2731_charger_detect_status()