Searched refs:usb_phy_get_charger_current (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | phy.h | 230 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
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | phy.h | 230 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
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy.c | 115 usb_phy_get_charger_current(usb_phy, &min, &max); in usb_phy_notify_charger_work() 233 * usb_phy_get_charger_current - get the USB charger current 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); variable
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy.c | 130 usb_phy_get_charger_current(usb_phy, &min, &max); in usb_phy_notify_charger_work() 271 * usb_phy_get_charger_current - get the USB charger current 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); variable
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | sc2731_charger.c | 449 usb_phy_get_charger_current(info->usb_phy, &min, &max); in sc2731_charger_detect_status()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | sc2731_charger.c | 449 usb_phy_get_charger_current(info->usb_phy, &min, &max); in sc2731_charger_detect_status()
|
Completed in 6 milliseconds