Searched refs:usbh_rtl8152 (Results 1 – 7 of 7) sorted by relevance
9 struct usbh_rtl8152 { struct35 void (*init)(struct usbh_rtl8152 *tp); argument36 int (*enable)(struct usbh_rtl8152 *tp);37 void (*disable)(struct usbh_rtl8152 *tp);38 void (*up)(struct usbh_rtl8152 *tp);39 void (*down)(struct usbh_rtl8152 *tp);40 void (*unload)(struct usbh_rtl8152 *tp);41 bool (*in_nway)(struct usbh_rtl8152 *tp);42 void (*hw_phy_cfg)(struct usbh_rtl8152 *tp);44 void (*change_mtu)(struct usbh_rtl8152 *tp);[all …]
21 static struct usbh_rtl8152 g_rtl8152_class;1381 static void rtl_tally_reset(struct usbh_rtl8152 *tp) in rtl_tally_reset()1490 static void rtl_disable(struct usbh_rtl8152 *tp) in rtl_disable()1610 static void r8152b_exit_oob(struct usbh_rtl8152 *tp) in r8152b_exit_oob()1717 static void r8152b_init(struct usbh_rtl8152 *tp) in r8152b_init()1757 static int rtl_enable(struct usbh_rtl8152 *tp) in rtl_enable()1786 static int rtl8152_enable(struct usbh_rtl8152 *tp) in rtl8152_enable()1800 static void rtl8152_up(struct usbh_rtl8152 *tp) in rtl8152_up()1807 static void rtl8152_down(struct usbh_rtl8152 *tp) in rtl8152_down()1815 static int rtl_ops_init(struct usbh_rtl8152 *tp) in rtl_ops_init()[all …]
401 struct usbh_rtl8152 *rtl8152_class = (struct usbh_rtl8152 *)dev->user_data; in rt_usbh_rtl8152_control()440 void usbh_rtl8152_run(struct usbh_rtl8152 *rtl8152_class) in usbh_rtl8152_run()455 void usbh_rtl8152_stop(struct usbh_rtl8152 *rtl8152_class) in usbh_rtl8152_stop()
138 |usbh_rtl8152.c | ~9000 | 16K+ 2K(default) + 2 + 32 | sizeof(struct usbh_rtl8152) * 1 …
136 |usbh_rtl8152.c | ~9000 | 16K+ 2K(default) + 2 + 32 | sizeof(struct usbh_rtl8152) * 1 …
290 src += Glob('class/vendor/net/usbh_rtl8152.c')
235 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/net/usbh_rtl8152.c)
Completed in 21 milliseconds