Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
usb
gpio_vbus.h
Go to the documentation of this file.
1
/*
2
* A simple GPIO VBUS sensing driver for B peripheral only devices
3
* with internal transceivers.
4
* Optionally D+ pullup can be controlled by a second GPIO.
5
*
6
* Copyright (c) 2008 Philipp Zabel <
[email protected]
>
7
*
8
* This program is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License version 2 as
10
* published by the Free Software Foundation.
11
*
12
*/
13
26
struct
gpio_vbus_mach_info
{
27
int
gpio_vbus
;
28
int
gpio_pullup
;
29
bool
gpio_vbus_inverted
;
30
bool
gpio_pullup_inverted
;
31
bool
wakeup
;
32
};
Generated on Thu Jan 10 2013 14:52:44 for Linux Kernel by
1.8.2