Searched refs:charger_detect (Results 1 – 5 of 5) sorted by relevance
282 if (usb_phy->chg_state == state || !usb_phy->charger_detect) in usb_phy_set_charger_state()287 usb_phy->chg_type = usb_phy->charger_detect(usb_phy); in usb_phy_set_charger_state()
797 mxs_phy->phy.charger_detect = mxs_phy_charger_detect; in mxs_phy_probe()
157 enum usb_charger_type (*charger_detect)(struct usb_phy *x); member
6699 - mxs_phy->phy.charger_detect = mxs_phy_charger_detect;6701 + mxs_phy->phy.charger_detect = mxs_phy_dcd_flow;6703 + mxs_phy->phy.charger_detect = mxs_phy_charger_detect;
13867 enum usb_charger_type (*charger_detect)(struct usb_phy *x);