Lines Matching refs:max77620_gpio
17 struct max77620_gpio { struct
28 struct max77620_gpio *gpio = data; in max77620_gpio_irqhandler() argument
54 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_irq_mask()
62 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_irq_unmask()
70 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_set_irq_type()
99 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_bus_lock()
107 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_bus_sync_unlock()
134 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_dir_input()
148 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_get()
167 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_dir_output()
190 static int max77620_gpio_set_debounce(struct max77620_gpio *mgpio, in max77620_gpio_set_debounce()
226 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_set()
242 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_set_config()
265 struct max77620_gpio *gpio = gpiochip_get_data(gc); in max77620_gpio_irq_init_hw()
290 struct max77620_gpio *mgpio; in max77620_gpio_probe()