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.c831 struct usb_endpoint_descriptor *isoc_tx_ep; member
1978 if (!data->isoc_tx_ep) in alloc_isoc_urb()
1985 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress); in alloc_isoc_urb()
1989 skb, data->isoc_tx_ep->bInterval); in alloc_isoc_urb()
1995 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize), in alloc_isoc_urb()
1999 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize)); in alloc_isoc_urb()
2125 data->isoc_tx_ep = NULL; in __set_isoc_interface()
2131 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) { in __set_isoc_interface()
2132 data->isoc_tx_ep = ep_desc; in __set_isoc_interface()
2142 if (!data->isoc_tx_ep || !data->isoc_rx_ep) { in __set_isoc_interface()