Home
last modified time | relevance | path

Searched refs:CONFIG_USB_OSAL_THREAD_GET_ARGV (Results 1 – 12 of 12) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_osal.h15 #define CONFIG_USB_OSAL_THREAD_GET_ARGV ((uintptr_t)strtoul(argv[1], NULL, 16)) macro
18 #define CONFIG_USB_OSAL_THREAD_GET_ARGV ((uintptr_t)p1) macro
21 #define CONFIG_USB_OSAL_THREAD_GET_ARGV ((uintptr_t)argument) macro
/components/drivers/usb/cherryusb/demo/
A Dusb_host.c67 struct usbh_cdc_acm *cdc_acm_class = (struct usbh_cdc_acm *)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_cdc_acm_thread()
142 struct usbh_hid *hid_class = (struct usbh_hid *)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_hid_thread()
296 struct usbh_msc *msc_class = (struct usbh_msc *)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_msc_thread()
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_dfs.c132 struct usbh_msc *msc_class = (struct usbh_msc *)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_msc_thread()
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ecm.c240 (void)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_cdc_ecm_rx_thread()
A Dusbh_cdc_ncm.c263 (void)CONFIG_USB_OSAL_THREAD_GET_ARGV;
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.c360 (void)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_bl616_rx_thread()
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_rndis.c460 (void)CONFIG_USB_OSAL_THREAD_GET_ARGV;
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c688 (void)CONFIG_USB_OSAL_THREAD_GET_ARGV;
A Dusbh_rtl8152.c2147 (void)CONFIG_USB_OSAL_THREAD_GET_ARGV;
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c660 struct usbh_bus *bus = (struct usbh_bus *)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbh_hub_thread()
/components/drivers/usb/cherryusb/class/msc/
A Dusbd_msc.c853 uint8_t busid = (uint8_t)CONFIG_USB_OSAL_THREAD_GET_ARGV; in usbdev_msc_thread()
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c1496 uint8_t busid = (uint8_t)CONFIG_USB_OSAL_THREAD_GET_ARGV;

Completed in 24 milliseconds