Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/usb/
Dphy.h230 extern void usb_phy_get_charger_current(struct usb_phy *usb_phy,
275 static inline void usb_phy_get_charger_current(struct usb_phy *usb_phy, in usb_phy_get_charger_current() function
/linux-6.6.21/drivers/usb/phy/
Dphy.c130 usb_phy_get_charger_current(usb_phy, &min, &max); in usb_phy_notify_charger_work()
280 void usb_phy_get_charger_current(struct usb_phy *usb_phy, in usb_phy_get_charger_current() function
306 EXPORT_SYMBOL_GPL(usb_phy_get_charger_current);
/linux-6.6.21/drivers/power/supply/
Dsc2731_charger.c449 usb_phy_get_charger_current(info->usb_phy, &min, &max); in sc2731_charger_detect_status()