Searched refs:bluetooth_ep_data (Results 1 – 1 of 1) sorted by relevance
110 static struct usb_ep_cfg_data bluetooth_ep_data[] = { variable162 bluetooth_ep_data[HCI_INT_EP_IDX].ep_addr, in hci_tx_thread()168 bluetooth_ep_data[HCI_IN_EP_IDX].ep_addr, in hci_tx_thread()306 usb_transfer(bluetooth_ep_data[HCI_OUT_EP_IDX].ep_addr, ep_out_buf, in acl_read_cb()330 acl_read_cb(bluetooth_ep_data[HCI_OUT_EP_IDX].ep_addr, in bluetooth_status_cb()337 usb_cancel_transfer(bluetooth_ep_data[HCI_INT_EP_IDX].ep_addr); in bluetooth_status_cb()338 usb_cancel_transfer(bluetooth_ep_data[HCI_IN_EP_IDX].ep_addr); in bluetooth_status_cb()339 usb_cancel_transfer(bluetooth_ep_data[HCI_OUT_EP_IDX].ep_addr); in bluetooth_status_cb()456 .num_endpoints = ARRAY_SIZE(bluetooth_ep_data),457 .endpoint = bluetooth_ep_data,