diag_tx_ep 477 drivers/bluetooth/btusb.c struct usb_endpoint_descriptor *diag_tx_ep; diag_tx_ep 3425 drivers/bluetooth/btusb.c data->diag_tx_ep = NULL; diag_tx_ep 3433 drivers/bluetooth/btusb.c if (!data->diag_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) { diag_tx_ep 3434 drivers/bluetooth/btusb.c data->diag_tx_ep = ep_desc; diag_tx_ep 3444 drivers/bluetooth/btusb.c if (!data->diag_tx_ep || !data->diag_rx_ep) { diag_tx_ep 3459 drivers/bluetooth/btusb.c if (!data->diag_tx_ep) diag_tx_ep 3475 drivers/bluetooth/btusb.c pipe = usb_sndbulkpipe(data->udev, data->diag_tx_ep->bEndpointAddress);