Searched refs:isoc_tx_ep (Results 1 – 1 of 1) sorted by relevance
919 struct usb_endpoint_descriptor *isoc_tx_ep; member 2063 if (!data->isoc_tx_ep) in alloc_isoc_urb() 2070 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress); in alloc_isoc_urb() 2074 skb, data->isoc_tx_ep->bInterval); in alloc_isoc_urb() 2080 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize), in alloc_isoc_urb() 2084 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize)); in alloc_isoc_urb() 2211 data->isoc_tx_ep = NULL; in __set_isoc_interface() 2217 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) { in __set_isoc_interface() 2218 data->isoc_tx_ep = ep_desc; in __set_isoc_interface() 2228 if (!data->isoc_tx_ep || !dat in __set_isoc_interface() [all...]