Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtmtk.c1002 btmtk_data->isopkt_tx_ep = NULL; in __set_mtk_intr_interface()
1010 if (!btmtk_data->isopkt_tx_ep && in __set_mtk_intr_interface()
1012 btmtk_data->isopkt_tx_ep = ep_desc; in __set_mtk_intr_interface()
1023 if (!btmtk_data->isopkt_tx_ep || in __set_mtk_intr_interface()
1039 if (!btmtk_data->isopkt_tx_ep) in alloc_mtk_intr_urb()
1050 btmtk_data->isopkt_tx_ep->bEndpointAddress); in alloc_mtk_intr_urb()
1054 skb, btmtk_data->isopkt_tx_ep->bInterval); in alloc_mtk_intr_urb()
H A Dbtmtk.h172 struct usb_endpoint_descriptor *isopkt_tx_ep; member