mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
This change is about removing three fields from "struct usb2_xfer" which can be reached from "struct usb2_xfer_root" instead and cleaning up the code after this change. The fields are "xfer->udev", "xfer->xfer_mtx" and "xfer->usb2_sc". In this process the following changes were also made: Rename "usb2_root" to "xroot" which is short for "xfer root". Rename "priv_mtx" to "xfer_mtx" in USB core. The USB_XFER_LOCK and USB_XFER_UNLOCK macros should only be used in the USB core due to dependency towards "xroot". Substitute macros for the real lock in two USB device drivers. Submitted by: Hans Petter Selasky |
||
|---|---|---|
| .. | ||
| u3g2.c | ||
| uark2.c | ||
| ubsa2.c | ||
| ubser2.c | ||
| uchcom2.c | ||
| ucycom2.c | ||
| ufoma2.c | ||
| uftdi2.c | ||
| uftdi2_reg.h | ||
| ugensa2.c | ||
| uipaq2.c | ||
| ulpt2.c | ||
| umct2.c | ||
| umodem2.c | ||
| umoscom2.c | ||
| uplcom2.c | ||
| usb2_serial.c | ||
| usb2_serial.h | ||
| uvisor2.c | ||
| uvscom2.c | ||