/external/kernel-headers/original/asm-arm/arch/ |
gpio.h | 2 * linux/include/asm-arm/arch-omap/gpio.h 4 * OMAP GPIO handling defines and functions 76 void (*set_gpio_direction)(int gpio, int is_input); 77 void (*set_gpio_dataout)(int gpio, int enable); 78 int (*get_gpio_datain)(int gpio); 83 extern int omap_request_gpio(int gpio); 84 extern void omap_free_gpio(int gpio); 85 extern void omap_set_gpio_direction(int gpio, int is_input); 86 extern void omap_set_gpio_dataout(int gpio, int enable); 87 extern int omap_get_gpio_datain(int gpio); [all...] |
gpio-switch.h | 2 * GPIO switch definitions 35 s16 gpio; member in struct:omap_gpio_switch
|
mux.h | 262 /* OMAP-1510 GPIO */ 267 /* OMAP1610 GPIO */ 271 /* OMAP-1710 GPIO */ 327 /* OMAP16XX GPIO */ 463 /* 24xx GPIO */ 476 /* 242x DBG GPIO */ 516 /* Keypad GPIO*/ 531 /* 24xx Menelaus Keypad GPIO */
|
board.h | 15 #include <asm/arch/gpio-switch.h> 129 /* See include/asm-arm/arch-omap/gpio-switch.h for definitions */ 132 u16 gpio; member in struct:omap_gpio_switch_config
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_custom_gpio.c | 2 * Customer code to add GPIO control during WLAN start/stop 58 /* Customer specific Host GPIO defintion */ 62 MODULE_PARM_DESC(dhd_oob_gpio_num, "DHD oob gpio number"); 77 WL_ERROR(("%s: ERROR customer specific Host GPIO is NOT defined \n", 82 WL_ERROR(("%s: customer specific Host GPIO number is (%d)\n", 97 WL_TRACE(("%s: call customer specific GPIO to insert WLAN RESET\n", 109 WL_TRACE(("%s: callc customer specific GPIO to remove WLAN RESET\n", 121 WL_TRACE(("%s: call customer specific GPIO to turn off WL_REG_ON\n", 129 WL_TRACE(("%s: call customer specific GPIO to turn on WL_REG_ON\n",
|
/bootable/bootloader/legacy/arch_msm7k/ |
Android.mk | 13 gpio.c \
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
gpio.h | 44 void (*set_gpio_direction)(int gpio, int is_input); 45 void (*set_gpio_dataout)(int gpio, int enable); 46 int (*get_gpio_datain)(int gpio);
|
gpio-switch.h | 25 s16 gpio; member in struct:omap_gpio_switch
|
board.h | 17 #include <asm/arch/gpio-switch.h> 115 u16 gpio; member in struct:omap_gpio_switch_config
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/ |
gpio.h | 44 void (*set_gpio_direction)(int gpio, int is_input); 45 void (*set_gpio_dataout)(int gpio, int enable); 46 int (*get_gpio_datain)(int gpio);
|
gpio-switch.h | 25 s16 gpio; member in struct:omap_gpio_switch
|