Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dphy.h228 extern void usb_phy_set_charger_current(struct usb_phy *usb_phy,
270 static inline void usb_phy_set_charger_current(struct usb_phy *usb_phy, in usb_phy_set_charger_current() function
293 usb_phy_set_charger_current(x, mA); in usb_phy_set_power()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy.c193 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA) in usb_phy_set_charger_current() function
230 EXPORT_SYMBOL_GPL(usb_phy_set_charger_current);