/usr/src/linux-headers-5.15.0-190/include/linux/phy
NameSizeModeActions
tegra/-0755rm
omap_control_phy.h24570644editdlrm
omap_usb.h6790644editdlrm
phy-dp.h18420644editdlrm
phy-mipi-dphy.h63810644editdlrm
phy-sun4i-usb.h4290644editdlrm
phy.h135370644editdlrm
ulpi_phy.h7830644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/include/linux/phy/omap_usb.h (679B)
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * omap_usb.h -- omap usb2 phy header file * * Copyright (C) 2012-2020 Texas Instruments Incorporated - http://www.ti.com * Author: Kishon Vijay Abraham I */ #ifndef __DRIVERS_OMAP_USB2_H #define __DRIVERS_OMAP_USB2_H #include #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy) #if defined(CONFIG_OMAP_USB2) || defined(CONFIG_OMAP_USB2_MODULE) extern int omap_usb2_set_comparator(struct phy_companion *comparator); #else static inline int omap_usb2_set_comparator(struct phy_companion *comparator) { return -ENODEV; } #endif #endif /* __DRIVERS_OMAP_USB_H */