opnsense-src/sys/dev/usb2/serial
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
..
u3g2.c Sync with usb4bsd: 2009-01-04 00:12:01 +00:00
uark2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
ubsa2.c MFp4: //depot/projects/usb@155730 2009-01-13 19:01:03 +00:00
ubser2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
uchcom2.c Sync with usb4bsd: 2009-01-04 00:12:01 +00:00
ucycom2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
ufoma2.c More usb2 foma driver update. 2009-01-12 20:13:14 +00:00
uftdi2.c Sync with usb4bsd: 2009-01-04 00:12:01 +00:00
uftdi2_reg.h Bring in USB4BSD, Hans Petter Selasky rework of the USB stack 2008-11-04 02:31:03 +00:00
ugensa2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
uipaq2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
ulpt2.c Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them to 2008-12-23 19:59:21 +00:00
umct2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
umodem2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
umoscom2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
uplcom2.c Sync with usb4bsd: 2009-01-04 00:12:01 +00:00
usb2_serial.c Make ufoma2 driver work. 2009-01-08 05:10:03 +00:00
usb2_serial.h Format and wrap function declarations. 2008-12-11 23:13:02 +00:00
uvisor2.c Remove superfluous return statements from the end of void functions. 2008-12-11 23:17:48 +00:00
uvscom2.c MFp4: //depot/projects/usb@155839 2009-01-13 19:03:12 +00:00