Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/usb/
A Dcatc.c214 struct catc *catc = urb->context; in catc_rx_done() local
280 struct catc *catc = urb->context; in catc_irq_done() local
330 catc->rx_urb->dev = catc->usbdev; in catc_irq_done()
358 catc->tx_urb->transfer_buffer = catc->tx_buf[catc->tx_idx]; in catc_tx_run()
359 catc->tx_urb->dev = catc->usbdev; in catc_tx_run()
365 catc->tx_idx = !catc->tx_idx; in catc_tx_run()
374 struct catc *catc = urb->context; in catc_tx_done() local
420 tx_buf = catc->tx_buf[catc->tx_idx] + catc->tx_ptr; in catc_start_xmit()
500 struct catc *catc = urb->context; in catc_ctrl_done() local
605 struct catc *catc = from_timer(catc, t, timer); in catc_stats_timer() local
[all …]
A DMakefile6 obj-$(CONFIG_USB_CATC) += catc.o
A DKconfig32 module will be called catc.

Completed in 11 milliseconds