Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c15 static struct usbh_bluetooth g_bluetooth_class; variable
36 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_connect()
169 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_hci_bulk_out()
204 …usbh_bulk_urb_fill(&g_bluetooth_class.bulkin_urb, g_bluetooth_class.hport, g_bluetooth_class.bulki… in usbh_bluetooth_hci_rx_thread()
205 ret = usbh_submit_urb(&g_bluetooth_class.bulkin_urb); in usbh_bluetooth_hci_rx_thread()
237 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_hci_cmd()
284 interval = g_bluetooth_class.intin->bInterval; in usbh_bluetooth_hci_evt_rx_thread()
288 …usbh_int_urb_fill(&g_bluetooth_class.intin_urb, g_bluetooth_class.hport, g_bluetooth_class.intin, … in usbh_bluetooth_hci_evt_rx_thread()
289 ret = usbh_submit_urb(&g_bluetooth_class.intin_urb); in usbh_bluetooth_hci_evt_rx_thread()
335 …usbh_bulk_urb_fill(&g_bluetooth_class.bulkin_urb, g_bluetooth_class.hport, g_bluetooth_class.bulki… in usbh_bluetooth_hci_acl_rx_thread()
[all …]

Completed in 3 milliseconds