1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2015 Hans de Goede <hdegoede@redhat.com>
6 #ifndef PHY_SUN4I_USB_H_
7 #define PHY_SUN4I_USB_H_
12 * sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect
13 * @phy: reference to a sun4i usb phy
14 * @enabled: wether to enable or disable squelch detect
16 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);