intr_ep           472 drivers/bluetooth/btusb.c 	struct usb_endpoint_descriptor *intr_ep;
intr_ep           801 drivers/bluetooth/btusb.c 	if (!data->intr_ep)
intr_ep           808 drivers/bluetooth/btusb.c 	size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
intr_ep           816 drivers/bluetooth/btusb.c 	pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
intr_ep           819 drivers/bluetooth/btusb.c 			 btusb_intr_complete, hdev, data->intr_ep->bInterval);
intr_ep          3624 drivers/bluetooth/btusb.c 		if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
intr_ep          3625 drivers/bluetooth/btusb.c 			data->intr_ep = ep_desc;
intr_ep          3640 drivers/bluetooth/btusb.c 	if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)