]> Git Repo - linux.git/blob - include/linux/phy/phy-sun4i-usb.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / linux / phy / phy-sun4i-usb.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2015 Hans de Goede <[email protected]>
4  */
5
6 #ifndef PHY_SUN4I_USB_H_
7 #define PHY_SUN4I_USB_H_
8
9 #include "phy.h"
10
11 /**
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
15  */
16 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);
17
18 #endif
This page took 0.039866 seconds and 4 git commands to generate.