Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/phy/
Dphy.c320 if (usb_phy->chg_state == state || !usb_phy->charger_detect) in usb_phy_set_charger_state()
325 usb_phy->chg_type = usb_phy->charger_detect(usb_phy); in usb_phy_set_charger_state()
Dphy-mxs-usb.c787 mxs_phy->phy.charger_detect = mxs_phy_charger_detect; in mxs_phy_probe()
/linux-6.6.21/include/linux/usb/
Dphy.h157 enum usb_charger_type (*charger_detect)(struct usb_phy *x); member