Home
last modified time | relevance | path

Searched defs:rtl8152_class (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_lwip.c401 struct usbh_rtl8152 *rtl8152_class = (struct usbh_rtl8152 *)dev->user_data; in rt_usbh_rtl8152_control() local
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()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c944 static int usbh_rtl8152_read_regs(struct usbh_rtl8152 *rtl8152_class, in usbh_rtl8152_read_regs()
973 static int usbh_rtl8152_write_regs(struct usbh_rtl8152 *rtl8152_class, in usbh_rtl8152_write_regs()
1254 static uint8_t usbh_rtl8152_get_version(struct usbh_rtl8152 *rtl8152_class) in usbh_rtl8152_get_version()
1968 int usbh_rtl8152_get_connect_status(struct usbh_rtl8152 *rtl8152_class) in usbh_rtl8152_get_connect_status()
1992 struct usbh_rtl8152 *rtl8152_class = &g_rtl8152_class; in usbh_rtl8152_connect() local
2108 struct usbh_rtl8152 *rtl8152_class = (struct usbh_rtl8152 *)hport->config.intf[intf].priv; in usbh_rtl8152_disconnect() local
2254 __WEAK void usbh_rtl8152_run(struct usbh_rtl8152 *rtl8152_class)
2259 __WEAK void usbh_rtl8152_stop(struct usbh_rtl8152 *rtl8152_class)

Completed in 11 milliseconds