Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dbpa10x.c56 struct usb_anchor rx_anchor; member
126 usb_anchor_urb(urb, &data->rx_anchor); in bpa10x_rx_complete()
163 usb_anchor_urb(urb, &data->rx_anchor); in bpa10x_submit_intr_urb()
204 usb_anchor_urb(urb, &data->rx_anchor); in bpa10x_submit_bulk_urb()
236 usb_kill_anchored_urbs(&data->rx_anchor); in bpa10x_open()
247 usb_kill_anchored_urbs(&data->rx_anchor); in bpa10x_close()
396 init_usb_anchor(&data->rx_anchor); in bpa10x_probe()
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h633 struct usb_anchor rx_anchor; member
Drtl8xxxu.c5095 usb_anchor_urb(&rx_urb->urb, &priv->rx_anchor); in rtl8xxxu_submit_rx_urb()
5430 init_usb_anchor(&priv->rx_anchor); in rtl8xxxu_start()
5513 usb_kill_anchored_urbs(&priv->rx_anchor); in rtl8xxxu_stop()