mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -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 |
||
|---|---|---|
| .. | ||
| at91dci.c | ||
| at91dci.h | ||
| at91dci_atmelarm.c | ||
| atmegadci.c | ||
| atmegadci.h | ||
| atmegadci_atmelarm.c | ||
| ehci2.c | ||
| ehci2.h | ||
| ehci2_pci.c | ||
| musb2_otg.c | ||
| musb2_otg.h | ||
| musb2_otg_atmelarm.c | ||
| ohci2.c | ||
| ohci2.h | ||
| ohci2_atmelarm.c | ||
| ohci2_pci.c | ||
| uhci2.c | ||
| uhci2.h | ||
| uhci2_pci.c | ||
| usb2_bus.h | ||
| usb2_controller.c | ||
| usb2_controller.h | ||
| usb2_pci.h | ||
| uss820dci.c | ||
| uss820dci.h | ||
| uss820dci_atmelarm.c | ||