Lines Matching defs:stm32_gpio_bank

65 		container_of(chip, struct stm32_gpio_bank, range)
84 struct stm32_gpio_bank {
106 struct stm32_gpio_bank *banks;
153 static void stm32_gpio_backup_value(struct stm32_gpio_bank *bank,
160 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset,
169 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset,
176 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset,
183 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset,
192 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);
251 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
264 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
275 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
288 struct stm32_gpio_bank *bank = gpiochip_get_data(chip);
318 struct stm32_gpio_bank *bank = d->domain->host_data;
340 struct stm32_gpio_bank *bank = d->domain->host_data;
366 struct stm32_gpio_bank *bank = irq_data->domain->host_data;
391 struct stm32_gpio_bank *bank = irq_data->domain->host_data;
434 struct stm32_gpio_bank *bank = d->host_data;
478 struct stm32_gpio_bank *bank = d->host_data;
491 struct stm32_gpio_bank *bank = d->host_data;
763 static int stm32_pmx_set_mode(struct stm32_gpio_bank *bank,
807 void stm32_pmx_get_mode(struct stm32_gpio_bank *bank, int pin, u32 *mode,
838 struct stm32_gpio_bank *bank;
868 struct stm32_gpio_bank *bank = gpiochip_get_data(range->gc);
885 static int stm32_pconf_set_driving(struct stm32_gpio_bank *bank,
922 static u32 stm32_pconf_get_driving(struct stm32_gpio_bank *bank,
940 static int stm32_pconf_set_speed(struct stm32_gpio_bank *bank,
977 static u32 stm32_pconf_get_speed(struct stm32_gpio_bank *bank,
995 static int stm32_pconf_set_bias(struct stm32_gpio_bank *bank,
1032 static u32 stm32_pconf_get_bias(struct stm32_gpio_bank *bank,
1050 static bool stm32_pconf_get(struct stm32_gpio_bank *bank,
1078 struct stm32_gpio_bank *bank;
1174 struct stm32_gpio_bank *bank;
1244 struct stm32_gpio_bank *bank = &pctl->banks[pctl->nbanks];
1569 struct stm32_gpio_bank *bank = &pctl->banks[i];
1612 struct stm32_gpio_bank *bank;