1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Copyright (c) 2015 Hans de Goede <hdegoede@ 2 * Copyright (c) 2015 Hans de Goede <hdegoede@redhat.com> >> 3 * >> 4 * This program is free software; you can redistribute it and/or modify >> 5 * it under the terms of the GNU General Public License version 2 and >> 6 * only version 2 as published by the Free Software Foundation. >> 7 * >> 8 * This program is distributed in the hope that it will be useful, >> 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of >> 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >> 11 * GNU General Public License for more details. 4 */ 12 */ 5 13 6 #ifndef PHY_SUN4I_USB_H_ 14 #ifndef PHY_SUN4I_USB_H_ 7 #define PHY_SUN4I_USB_H_ 15 #define PHY_SUN4I_USB_H_ 8 16 9 #include "phy.h" 17 #include "phy.h" 10 18 11 /** 19 /** 12 * sun4i_usb_phy_set_squelch_detect() - Enable 20 * sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect 13 * @phy: reference to a sun4i usb phy 21 * @phy: reference to a sun4i usb phy 14 * @enabled: wether to enable or disable squel 22 * @enabled: wether to enable or disable squelch detect 15 */ 23 */ 16 void sun4i_usb_phy_set_squelch_detect(struct p 24 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled); 17 25 18 #endif 26 #endif 19 27
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.