opnsense-src/sys/dev/usb2/controller
Andrew Thompson 13bd84042e MFp4: //depot/projects/usb@155839
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
2009-01-13 19:03:12 +00:00
..
at91dci.c MFp4: //depot/projects/usb@155839 2009-01-13 19:03:12 +00:00
at91dci.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
at91dci_atmelarm.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
atmegadci.c MFp4: //depot/projects/usb@155869 2009-01-13 18:49:35 +00:00
atmegadci.h MFp4: //depot/projects/usb@155869 2009-01-13 18:49:35 +00:00
atmegadci_atmelarm.c MFp4: //depot/projects/usb@155869 2009-01-13 18:49:35 +00:00
ehci2.c MFp4: //depot/projects/usb@155839 2009-01-13 19:03:12 +00:00
ehci2.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
ehci2_pci.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
musb2_otg.c MFp4: //depot/projects/usb@155839 2009-01-13 19:03:12 +00:00
musb2_otg.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
musb2_otg_atmelarm.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
ohci2.c MFp4: //depot/projects/usb@155839 2009-01-13 19:03:12 +00:00
ohci2.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
ohci2_atmelarm.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
ohci2_pci.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
uhci2.c MFp4: //depot/projects/usb@155839 2009-01-13 19:03:12 +00:00
uhci2.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
uhci2_pci.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
usb2_bus.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
usb2_controller.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
usb2_controller.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
usb2_pci.h Bring in USB4BSD, Hans Petter Selasky rework of the USB stack 2008-11-04 02:31:03 +00:00
uss820dci.c MFp4: //depot/projects/usb@155839 2009-01-13 19:03:12 +00:00
uss820dci.h MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00
uss820dci_atmelarm.c MFp4: //depot/projects/usb@155834 2009-01-13 19:03:01 +00:00