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
platform_data
fsa9480.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2010 Samsung Electronics
3
* Minkyu Kang <
[email protected]
>
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation.
8
*/
9
10
#ifndef _FSA9480_H_
11
#define _FSA9480_H_
12
13
#define FSA9480_ATTACHED 1
14
#define FSA9480_DETACHED 0
15
16
struct
fsa9480_platform_data
{
17
void
(*
cfg_gpio
) (
void
);
18
void
(*
usb_cb
) (
u8
attached);
19
void
(*
uart_cb
) (
u8
attached);
20
void
(*
charger_cb
) (
u8
attached);
21
void
(*
jig_cb
) (
u8
attached);
22
void
(*
reset_cb
) (
void
);
23
void
(*
usb_power
) (
u8
on);
24
int
wakeup
;
25
};
26
27
#endif
/* _FSA9480_H_ */
Generated on Thu Jan 10 2013 14:52:19 for Linux Kernel by
1.8.2