Lines Matching defs:rtk_phy

85 struct rtk_phy {  struct
86 struct device *dev;
88 struct phy_cfg *phy_cfg;
89 int num_phy;
113 static int rtk_phy3_wait_vbusy(struct phy_reg *phy_reg) in rtk_phy3_wait_vbusy() argument
150 static void do_rtk_usb3_phy_toggle(struct rtk_phy *rtk_phy, int index, bool connect) in do_rtk_usb3_phy_toggle()
183 static int do_rtk_phy_init(struct rtk_phy *rtk_phy, int index) in do_rtk_phy_init()
284 struct rtk_phy *rtk_phy = phy_get_drvdata(phy); in rtk_phy_init() local
303 static void rtk_phy_toggle(struct rtk_phy *rtk_phy, bool connect, int port) in rtk_phy_toggle()
318 struct rtk_phy *rtk_phy = phy_get_drvdata(phy); in rtk_phy_connect() local
328 struct rtk_phy *rtk_phy = phy_get_drvdata(phy); in rtk_phy_disconnect() local
358 struct rtk_phy *rtk_phy = s->private; in rtk_usb3_parameter_show() local
409 static inline void create_debug_files(struct rtk_phy *rtk_phy) in create_debug_files()
424 static inline void remove_debug_files(struct rtk_phy *rtk_phy) in remove_debug_files()
429 static inline void create_debug_files(struct rtk_phy *rtk_phy) { } in create_debug_files()
430 static inline void remove_debug_files(struct rtk_phy *rtk_phy) { } in remove_debug_files()
433 static int get_phy_data_by_efuse(struct rtk_phy *rtk_phy, in get_phy_data_by_efuse()
468 static void update_amplitude_control_value(struct rtk_phy *rtk_phy, in update_amplitude_control_value()
524 static int parse_phy_data(struct rtk_phy *rtk_phy) in parse_phy_data()
561 struct rtk_phy *rtk_phy; in rtk_usb3phy_probe() local
611 struct rtk_phy *rtk_phy = platform_get_drvdata(pdev); in rtk_usb3phy_remove() local