Home
last modified time | relevance | path

Searched refs:CONFIG_USB_OSAL_THREAD_SET_ARGV (Results 1 – 20 of 20) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_osal.h14 #define CONFIG_USB_OSAL_THREAD_SET_ARGV int argc, char **argv macro
17 #define CONFIG_USB_OSAL_THREAD_SET_ARGV void *p1, void *p2, void *p3 macro
20 #define CONFIG_USB_OSAL_THREAD_SET_ARGV void *argument macro
30 typedef void (*usb_thread_entry_t)(CONFIG_USB_OSAL_THREAD_SET_ARGV);
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.h43 void usbh_bluetooth_hci_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
45 void usbh_bluetooth_hci_evt_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
46 void usbh_bluetooth_hci_acl_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
A Dusbh_rndis.h49 void usbh_rndis_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
A Dusbh_bluetooth.c193 void usbh_bluetooth_hci_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_bluetooth_hci_rx_thread() argument
275 void usbh_bluetooth_hci_evt_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_bluetooth_hci_evt_rx_thread() argument
324 void usbh_bluetooth_hci_acl_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_bluetooth_hci_acl_rx_thread() argument
A Dusbh_rndis.c447 void usbh_rndis_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) argument
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ecm.h44 void usbh_cdc_ecm_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
A Dusbh_cdc_ncm.h48 void usbh_cdc_ncm_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
A Dusbh_cdc_ecm.c235 void usbh_cdc_ecm_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_cdc_ecm_rx_thread() argument
A Dusbh_cdc_ncm.c253 void usbh_cdc_ncm_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) argument
/components/drivers/usb/cherryusb/demo/
A Dusb_host.c64 static void usbh_cdc_acm_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_cdc_acm_thread() argument
139 static void usbh_hid_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_hid_thread() argument
293 static void usbh_msc_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_msc_thread() argument
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.h62 void usbh_rtl8152_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
A Dusbh_asix.h171 void usbh_asix_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
A Dusbh_asix.c675 void usbh_asix_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) argument
A Dusbh_rtl8152.c2135 void usbh_rtl8152_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) argument
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.h208 void usbh_bl616_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
A Dusbh_bl616.c351 void usbh_bl616_rx_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_bl616_rx_thread() argument
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_dfs.c130 static void usbh_msc_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_msc_thread() argument
/components/drivers/usb/cherryusb/class/msc/
A Dusbd_msc.c61 static void usbdev_msc_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV);
849 static void usbdev_msc_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbdev_msc_thread() argument
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c655 static void usbh_hub_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) in usbh_hub_thread() argument
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c1492 static void usbdev_ep0_thread(CONFIG_USB_OSAL_THREAD_SET_ARGV) argument

Completed in 27 milliseconds