Linux Audio

Check our new training course

Loading...
 1/* SPDX-License-Identifier: GPL-2.0-only */
 2/*
 3 * Copyright (c) 2015 Hans de Goede <hdegoede@redhat.com>
 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 */
16void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);
17
18#endif