Lines Matching defs:offset

158 				    u32 offset, u32 value)  in stm32_gpio_backup_value()
164 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_mode()
173 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_driving()
180 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_speed()
187 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_bias()
197 unsigned offset, int value) in __stm32_gpio_set()
207 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request()
223 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get()
230 static void stm32_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in stm32_gpio_set()
238 unsigned offset, int value) in stm32_gpio_direction_output()
248 static int stm32_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) in stm32_gpio_to_irq()
261 static int stm32_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in stm32_gpio_get_direction()
893 unsigned offset, u32 drive) in stm32_pconf_set_driving()
928 unsigned int offset) in stm32_pconf_get_driving()
944 unsigned offset, u32 speed) in stm32_pconf_set_speed()
979 unsigned int offset) in stm32_pconf_get_speed()
995 unsigned offset, u32 bias) in stm32_pconf_set_bias()
1030 unsigned int offset) in stm32_pconf_get_bias()
1046 unsigned int offset, bool dir) in stm32_pconf_get()
1072 int offset, ret = 0; in stm32_pconf_parse_conf() local
1190 int offset; in stm32_pconf_dbg_show() local
1268 unsigned int offset) in stm32_pctrl_get_desc_pin_from_gpio()
1429 int offset, ret, i; in stm32_pctrl_dt_setup_irq() local
1664 u32 val, alt, mode, offset = stm32_gpio_pin(pin); in stm32_pinctrl_restore_gpio_regs() local