Lines Matching defs:sgpio
410 sirfsoc_gpio_to_bank(struct sirfsoc_gpio_chip *sgpio, unsigned int offset) in sirfsoc_gpio_to_bank()
423 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(gc); in sirfsoc_gpio_irq_ack() local
440 static void __sirfsoc_gpio_irq_mask(struct sirfsoc_gpio_chip *sgpio, in __sirfsoc_gpio_irq_mask()
462 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(gc); in sirfsoc_gpio_irq_mask() local
471 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(gc); in sirfsoc_gpio_irq_unmask() local
492 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(gc); in sirfsoc_gpio_irq_type() local
554 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(gc); in sirfsoc_gpio_handle_irq() local
600 static inline void sirfsoc_gpio_set_input(struct sirfsoc_gpio_chip *sgpio, in sirfsoc_gpio_set_input()
612 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(chip); in sirfsoc_gpio_request() local
635 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(chip); in sirfsoc_gpio_free() local
651 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(chip); in sirfsoc_gpio_direction_input() local
668 static inline void sirfsoc_gpio_set_output(struct sirfsoc_gpio_chip *sgpio, in sirfsoc_gpio_set_output()
694 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(chip); in sirfsoc_gpio_direction_output() local
713 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(chip); in sirfsoc_gpio_get_value() local
730 struct sirfsoc_gpio_chip *sgpio = gpiochip_get_data(chip); in sirfsoc_gpio_set_value() local
747 static void sirfsoc_gpio_set_pullup(struct sirfsoc_gpio_chip *sgpio, in sirfsoc_gpio_set_pullup()
764 static void sirfsoc_gpio_set_pulldown(struct sirfsoc_gpio_chip *sgpio, in sirfsoc_gpio_set_pulldown()
784 struct sirfsoc_gpio_chip *sgpio; in sirfsoc_gpio_probe() local