Searched refs:usbh_bluetooth (Results 1 – 6 of 6) sorted by relevance
16 struct usbh_bluetooth { struct49 void usbh_bluetooth_run(struct usbh_bluetooth *bluetooth_class); argument50 void usbh_bluetooth_stop(struct usbh_bluetooth *bluetooth_class);
15 static struct usbh_bluetooth g_bluetooth_class;36 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_connect()44 memset(bluetooth_class, 0, sizeof(struct usbh_bluetooth)); in usbh_bluetooth_connect()109 struct usbh_bluetooth *bluetooth_class = (struct usbh_bluetooth *)hport->config.intf[intf].priv; in usbh_bluetooth_disconnect()142 memset(bluetooth_class, 0, sizeof(struct usbh_bluetooth)); in usbh_bluetooth_disconnect()169 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_hci_bulk_out()237 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_hci_cmd()373 __WEAK void usbh_bluetooth_run(struct usbh_bluetooth *bluetooth_class) in usbh_bluetooth_run()378 __WEAK void usbh_bluetooth_stop(struct usbh_bluetooth *bluetooth_class) in usbh_bluetooth_stop()
136 |usbh_bluetooth.c | ~1000 | 2 * 2048(default) | sizeof(struct usbh_bluetooth) * 1 …
134 |usbh_bluetooth.c | ~1000 | 2 * 2048(default) | sizeof(struct usbh_bluetooth) * 1 …
286 src += Glob('class/wireless/usbh_bluetooth.c')
193 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/wireless/usbh_bluetooth.c)
Completed in 10 milliseconds