Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy.c282 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()
Dphy-mxs-usb.c797 mxs_phy->phy.charger_detect = mxs_phy_charger_detect; in mxs_phy_probe()
/kernel/linux/linux-5.10/include/linux/usb/
Dphy.h157 enum usb_charger_type (*charger_detect)(struct usb_phy *x); member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch6699 - 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;
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch13867 enum usb_charger_type (*charger_detect)(struct usb_phy *x);