Searched refs:sel_host (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
H A Dphy-ab8500-usb.c340 static void ab8500_usb_phy_enable(struct ab8500_usb *ab, bool sel_host) ab8500_usb_phy_enable() argument
343 bit = sel_host ? AB8500_BIT_PHY_CTRL_HOST_EN : ab8500_usb_phy_enable()
361 if (sel_host) ab8500_usb_phy_enable()
370 static void ab8500_usb_phy_disable(struct ab8500_usb *ab, bool sel_host) ab8500_usb_phy_disable() argument
373 bit = sel_host ? AB8500_BIT_PHY_CTRL_HOST_EN : ab8500_usb_phy_disable()

Completed in 49 milliseconds