Lines Matching +full:per +full:- +full:board
8 ------------
10 This document details the S3C2410/S3C2440 in-built OHCI USB host support.
13 -------------
19 Device Drivers --->
20 USB support --->
21 <*> Support for Host-side USB
27 - CONFIG_USB
28 - CONFIG_USB_OHCI_HCD
35 Board Support
36 -------------
39 added by the board specific support file in linux/arch/arm/mach-s3c2410,
40 such as mach-bast.c or mach-smdk2410.c
43 board implements extra power control or over-current monitoring.
47 the board support file's responsibility to ensure that the second
52 -------------
54 See arch/arm/mach-s3c2410/include/mach/usb-control.h for the
56 can be found in linux/arch/arm/mach-s3c2410/usb-simtec.c .
59 that get called to enable over-current detection, and to
68 Called to enable or disable the over-current monitoring.
73 The OHCI driver fills this field in for the over-current code
74 to call when there is a change to the over-current state on
75 an port. The ports argument is a bitmask of 1 bit per port,
76 with bit X being 1 for an over-current on port X.
89 ---------------