Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c873 struct usb_endpoint_descriptor *isoc_tx_ep; member
2032 if (!data->isoc_tx_ep) in alloc_isoc_urb()
2039 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress); in alloc_isoc_urb()
2043 skb, data->isoc_tx_ep->bInterval); in alloc_isoc_urb()
2049 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize), in alloc_isoc_urb()
2053 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize)); in alloc_isoc_urb()
2179 data->isoc_tx_ep = NULL; in __set_isoc_interface()
2185 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) { in __set_isoc_interface()
2186 data->isoc_tx_ep = ep_desc; in __set_isoc_interface()
2196 if (!data->isoc_tx_ep || !dat in __set_isoc_interface()
[all...]