Lines Matching refs:st_gpio_bank
204 container_of(chip, struct st_gpio_bank, range)
207 container_of(chip, struct st_gpio_bank, gpio_chip)
315 struct st_gpio_bank { struct
327 struct st_gpio_bank *banks; argument
402 static inline int st_gpio_bank(int gpio) in st_gpio_bank() function
680 static inline void __st_gpio_set(struct st_gpio_bank *bank, in __st_gpio_set()
689 static void st_gpio_direction(struct st_gpio_bank *bank, in st_gpio_direction()
731 struct st_gpio_bank *bank = gpio_chip_to_bank(chip); in st_gpio_get()
738 struct st_gpio_bank *bank = gpio_chip_to_bank(chip); in st_gpio_set()
752 struct st_gpio_bank *bank = gpio_chip_to_bank(chip); in st_gpio_direction_output()
912 struct st_gpio_bank *bank = gpio_range_to_bank(range); in st_get_pio_control()
937 struct st_gpio_bank *bank = gpio_range_to_bank(range); in st_pmx_set_gpio_direction()
1278 struct st_gpio_bank *bank = gpio_chip_to_bank(gc); in st_gpio_irq_mask()
1286 struct st_gpio_bank *bank = gpio_chip_to_bank(gc); in st_gpio_irq_unmask()
1294 struct st_gpio_bank *bank = gpio_chip_to_bank(gc); in st_gpio_irq_set_type()
1361 static void __gpio_irq_handler(struct st_gpio_bank *bank) in __gpio_irq_handler()
1408 struct st_gpio_bank *bank = gpio_chip_to_bank(gc); in st_gpio_irq_handler()
1455 struct st_gpio_bank *bank = &info->banks[bank_nr]; in st_gpiolib_register_bank()