Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbpa10x.c41 struct usb_anchor rx_anchor; member
111 usb_anchor_urb(urb, &data->rx_anchor); in bpa10x_rx_complete()
147 usb_anchor_urb(urb, &data->rx_anchor); in bpa10x_submit_intr_urb()
187 usb_anchor_urb(urb, &data->rx_anchor); in bpa10x_submit_bulk_urb()
218 usb_kill_anchored_urbs(&data->rx_anchor); in bpa10x_open()
229 usb_kill_anchored_urbs(&data->rx_anchor); in bpa10x_close()
381 init_usb_anchor(&data->rx_anchor); in bpa10x_probe()
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h1878 struct usb_anchor rx_anchor; member
H A Dcore.c6630 usb_anchor_urb(&rx_urb->urb, &priv->rx_anchor); in rtl8xxxu_submit_rx_urb()
7451 init_usb_anchor(&priv->rx_anchor); in rtl8xxxu_start()
7543 usb_kill_anchored_urbs(&priv->rx_anchor); in rtl8xxxu_stop()