Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
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.12.1/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h1878 struct usb_anchor rx_anchor; member
Dcore.c6621 usb_anchor_urb(&rx_urb->urb, &priv->rx_anchor); in rtl8xxxu_submit_rx_urb()
7442 init_usb_anchor(&priv->rx_anchor); in rtl8xxxu_start()
7534 usb_kill_anchored_urbs(&priv->rx_anchor); in rtl8xxxu_stop()