1 #ifndef _PHY_GENERIC_H_
2 #define _PHY_GENERIC_H_
4 struct usb_phy_gen_xceiv
{
9 struct regulator
*reset
;
12 int usb_gen_phy_init(struct usb_phy
*phy
);
13 void usb_gen_phy_shutdown(struct usb_phy
*phy
);
15 int usb_phy_gen_create_phy(struct device
*dev
, struct usb_phy_gen_xceiv
*nop
,
16 enum usb_phy_type type
, u32 clk_rate
, bool needs_vcc
,
18 void usb_phy_gen_cleanup_phy(struct usb_phy_gen_xceiv
*nop
);