Lines Matching defs:stm32_gpio_bank

68 		container_of(chip, struct stm32_gpio_bank, range)
87 struct stm32_gpio_bank {
110 struct stm32_gpio_bank *banks;
157 static void stm32_gpio_backup_value(struct stm32_gpio_bank *bank,
164 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset,
173 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset,
180 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset,
187 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset,
196 static inline void __stm32_gpio_set(struct stm32_gpio_bank *bank,
209 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
230 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
237 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
250 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
261 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
274 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
294 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
332 struct stm32_gpio_bank *bank = d->domain->host_data;
354 struct stm32_gpio_bank *bank = d->domain->host_data;
380 struct stm32_gpio_bank *bank = irq_data->domain->host_data;
400 struct stm32_gpio_bank *bank = irq_data->domain->host_data;
440 struct stm32_gpio_bank *bank = d->host_data;
465 struct stm32_gpio_bank *bank = d->host_data;
504 struct stm32_gpio_bank *bank = d->host_data;
768 static int stm32_pmx_set_mode(struct stm32_gpio_bank *bank,
810 void stm32_pmx_get_mode(struct stm32_gpio_bank *bank, int pin, u32 *mode,
839 struct stm32_gpio_bank *bank;
866 struct stm32_gpio_bank *bank = gpiochip_get_data(range->gc);
903 static int stm32_pconf_set_driving(struct stm32_gpio_bank *bank,
938 static u32 stm32_pconf_get_driving(struct stm32_gpio_bank *bank,
954 static int stm32_pconf_set_speed(struct stm32_gpio_bank *bank,
989 static u32 stm32_pconf_get_speed(struct stm32_gpio_bank *bank,
1005 static int stm32_pconf_set_bias(struct stm32_gpio_bank *bank,
1040 static u32 stm32_pconf_get_bias(struct stm32_gpio_bank *bank,
1056 static bool stm32_pconf_get(struct stm32_gpio_bank *bank,
1082 struct stm32_gpio_bank *bank;
1200 struct stm32_gpio_bank *bank;
1278 struct stm32_gpio_bank *bank,
1303 struct stm32_gpio_bank *bank = &pctl->banks[pctl->nbanks];
1634 struct stm32_gpio_bank *bank = &pctl->banks[i];
1677 struct stm32_gpio_bank *bank;