Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbfusb.c93 static struct urb *bfusb_get_completed(struct bfusb_data *data) in bfusb_get_completed() function
122 while ((urb = bfusb_get_completed(data))) in bfusb_unlink_urbs()
129 struct urb *urb = bfusb_get_completed(data); in bfusb_send_bulk()