/openbmc/linux/drivers/gpio/ |
H A D | gpio-omap.c | 47 struct gpio_bank { struct 48 void __iomem *base; 49 const struct omap_gpio_reg_offs *regs; 50 struct device *dev; 52 int irq; 53 u32 non_wakeup_gpios; 54 u32 enabled_non_wakeup_gpios; 78 void (*set_dataout)(struct gpio_bank *bank, unsigned gpio, int enable); argument 89 static inline struct gpio_bank *omap_irq_data_get_bank(struct irq_data *d) in omap_irq_data_get_bank() argument
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tca642x.c | 95 int tca642x_set_val(uchar chip, uint8_t gpio_bank, in tca642x_set_val() 107 int tca642x_set_pol(uchar chip, uint8_t gpio_bank, in tca642x_set_pol() 119 int tca642x_set_dir(uchar chip, uint8_t gpio_bank, in tca642x_set_dir() 130 int tca642x_get_val(uchar chip, uint8_t gpio_bank) in tca642x_get_val() 227 uint8_t gpio_bank = 0; in do_tca642x() local
|
H A D | omap_gpio.c | 37 struct gpio_bank { struct 54 static void _set_gpio_direction(const struct gpio_bank *bank, int gpio, in _set_gpio_direction() argument
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_gpio.h | 36 struct gpio_bank { struct 40 extern const struct gpio_bank *const omap_gpio_bank; argument
|
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/ |
H A D | gpio.h | 16 struct gpio_bank { struct 17 u8 *base; /* address of registers in physical memory */
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl_stm32.c | 60 struct stm32_gpio_bank *gpio_bank; in stm32_populate_gpio_dev_list() local 92 struct stm32_gpio_bank *gpio_bank; in stm32_pinctrl_get_pins_count() local 121 struct stm32_gpio_bank *gpio_bank; in stm32_pinctrl_get_gpio_dev() local
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/ |
H A D | gpio.h | 32 struct gpio_ctlr_bank gpio_bank[TEGRA_GPIO_BANKS]; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/ |
H A D | gpio.h | 40 struct gpio_ctlr_bank gpio_bank[TEGRA_GPIO_BANKS]; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/ |
H A D | gpio.h | 39 struct gpio_ctlr_bank gpio_bank[TEGRA_GPIO_BANKS]; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/ |
H A D | gpio.h | 40 struct gpio_ctlr_bank gpio_bank[TEGRA_GPIO_BANKS]; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | gpio.h | 71 struct sunxi_gpio gpio_bank[SUNXI_GPIO_BANKS]; member
|
/openbmc/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | 61 struct wpcm450_gpio gpio_bank[WPCM450_NUM_BANKS]; member
|
H A D | pinctrl-npcm7xx.c | 96 struct npcm7xx_gpio gpio_bank[NPCM7XX_GPIO_BANK_NUM]; member
|
H A D | pinctrl-npcm8xx.c | 110 struct npcm8xx_gpio gpio_bank[NPCM8XX_GPIO_BANK_NUM]; member
|