K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / src / linux-headers-3.13.0-24 / include / linux / mfd / abx500 /
server ip : 104.21.89.46

your ip : 172.70.127.192

H O M E


Filename/usr/src/linux-headers-3.13.0-24/include/linux/mfd/abx500/ab8500-gpio.h
Size666
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified20-Jan-2014 10:40
Last accessed06-Jul-2025 17:32
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
/*
* Copyright ST-Ericsson 2010.
*
* Author: Bibek Basu <[email protected]>
* Licensed under GPLv2.
*/

#ifndef _AB8500_GPIO_H
#define _AB8500_GPIO_H

/*
* Platform data to register a block: only the initial gpio/irq number.
* Array sizes are large enough to contain all AB8500 and AB9540 GPIO
* registers.
*/

struct abx500_gpio_platform_data {
int gpio_base;
};

enum abx500_gpio_pull_updown {
ABX500_GPIO_PULL_DOWN = 0x0,
ABX500_GPIO_PULL_NONE = 0x1,
ABX500_GPIO_PULL_UP = 0x3,
};

enum abx500_gpio_vinsel {
ABX500_GPIO_VINSEL_VBAT = 0x0,
ABX500_GPIO_VINSEL_VIN_1V8 = 0x1,
ABX500_GPIO_VINSEL_VDD_BIF = 0x2,
};

#endif /* _AB8500_GPIO_H */