Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dphy.h229 extern void usb_phy_get_charger_current(struct usb_phy *usb_phy,
270 static inline void usb_phy_get_charger_current(struct usb_phy *usb_phy, in usb_phy_set_charger_current()
275 static inline void usb_phy_get_charger_current(struct usb_phy *usb_phy, usb_phy_get_charger_current() function
/linux/drivers/power/supply/
H A Dsc2731_charger.c449 usb_phy_get_charger_current(info->usb_phy, &min, &max); in sc2731_charger_detect_status()