Searched refs:usb_phy_set_charger_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | phy.h | 232 extern void usb_phy_set_charger_state(struct usb_phy *usb_phy, 281 static inline void usb_phy_set_charger_state(struct usb_phy *usb_phy, in usb_phy_set_charger_state() function
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | phy.h | 232 extern void usb_phy_set_charger_state(struct usb_phy *usb_phy, 281 static inline void usb_phy_set_charger_state(struct usb_phy *usb_phy, in usb_phy_set_charger_state() function
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy.c | 102 * subsystem, the usb phy driver should issue usb_phy_set_charger_state() 271 * usb_phy_set_charger_state - set the USB charger state 279 void usb_phy_set_charger_state(struct usb_phy *usb_phy, in usb_phy_set_charger_state() function 293 EXPORT_SYMBOL_GPL(usb_phy_set_charger_state); variable
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy.c | 120 * subsystem, the usb phy driver should issue usb_phy_set_charger_state() 309 * usb_phy_set_charger_state - set the USB charger state 317 void usb_phy_set_charger_state(struct usb_phy *usb_phy, in usb_phy_set_charger_state() function 331 EXPORT_SYMBOL_GPL(usb_phy_set_charger_state); variable
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | udc.c | 1687 usb_phy_set_charger_state(ci->usb_phy, is_active ? in ci_udc_vbus_session()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | udc.c | 1714 usb_phy_set_charger_state(ci->usb_phy, is_active ? in ci_udc_vbus_session()
|
Completed in 9 milliseconds