bulk_in_ep 56 drivers/bluetooth/bfusb.c unsigned int bulk_in_ep; bulk_in_ep 226 drivers/bluetooth/bfusb.c pipe = usb_rcvbulkpipe(data->udev, data->bulk_in_ep); bulk_in_ep 604 drivers/bluetooth/bfusb.c struct usb_host_endpoint *bulk_in_ep; bulk_in_ep 615 drivers/bluetooth/bfusb.c bulk_in_ep = &intf->cur_altsetting->endpoint[1]; bulk_in_ep 617 drivers/bluetooth/bfusb.c if (!bulk_out_ep || !bulk_in_ep) { bulk_in_ep 628 drivers/bluetooth/bfusb.c data->bulk_in_ep = bulk_in_ep->desc.bEndpointAddress;