Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2015 Hans de Goede <hdegoede@redhat.com>
0004  */
0005 
0006 #ifndef PHY_SUN4I_USB_H_
0007 #define PHY_SUN4I_USB_H_
0008 
0009 #include "phy.h"
0010 
0011 /**
0012  * sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect
0013  * @phy: reference to a sun4i usb phy
0014  * @enabled: wether to enable or disable squelch detect
0015  */
0016 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);
0017 
0018 #endif