HomeSort by relevance Sort by last modified time
    Searched refs:gpio_info (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
params_setup.c 19 static struct gpio_info param_reset;
20 static struct gpio_info param_poweroff;
22 static struct gpio_info *rst_gpio;
23 static struct gpio_info *poweroff_gpio;
24 static struct gpio_info suspend_gpio[10];
28 struct gpio_info *plat_get_rockchip_gpio_reset(void)
33 struct gpio_info *plat_get_rockchip_gpio_poweroff(void)
38 struct gpio_info *plat_get_rockchip_suspend_gpio(uint32_t *count)
62 sizeof(struct gpio_info));
68 sizeof(struct gpio_info));
    [all...]
  /external/u-boot/arch/microblaze/include/asm/
gpio.h 11 #define gpio_status() gpio_info()
12 extern void gpio_info(void);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/include/
plat_params.h 69 struct gpio_info { struct
84 struct gpio_info gpio;
plat_private.h 88 struct gpio_info *plat_get_rockchip_gpio_reset(void);
89 struct gpio_info *plat_get_rockchip_gpio_poweroff(void);
90 struct gpio_info *plat_get_rockchip_suspend_gpio(uint32_t *count);
  /external/u-boot/arch/arm/mach-davinci/include/mach/
gpio.h 52 #define gpio_status() gpio_info()
66 void gpio_info(void);
  /external/u-boot/arch/arm/mach-s5pc1xx/include/mach/
gpio.h 720 struct gpio_info { struct
726 static struct gpio_info s5pc100_gpio_data[S5PC100_GPIO_NUM_PARTS] = {
731 static struct gpio_info s5pc110_gpio_data[S5PC110_GPIO_NUM_PARTS] = {
735 static inline struct gpio_info *get_gpio_data(void)
  /external/u-boot/arch/arm/mach-exynos/include/mach/
gpio.h 1350 struct gpio_info { struct
1356 static struct gpio_info exynos4_gpio_data[EXYNOS4_GPIO_NUM_PARTS] = {
1364 static struct gpio_info exynos4x12_gpio_data[EXYNOS4X12_GPIO_NUM_PARTS] = {
1376 static struct gpio_info exynos5_gpio_data[EXYNOS5_GPIO_NUM_PARTS] = {
1388 static struct gpio_info exynos5420_gpio_data[EXYNOS5420_GPIO_NUM_PARTS] = {
    [all...]
  /external/u-boot/drivers/gpio/
xilinx_gpio.c 240 void gpio_info(void) function
da8xx_gpio.c 378 void gpio_info(void) function
s5p_gpio.c 48 const struct gpio_info *data;
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
pmu.c 1045 struct gpio_info *suspend_gpio;
1060 struct gpio_info *suspend_gpio;
    [all...]

Completed in 204 milliseconds