Lines Matching refs:ioh_gpio
78 struct ioh_gpio { struct
95 struct ioh_gpio *chip = gpiochip_get_data(gpio); in ioh_gpio_set() argument
111 struct ioh_gpio *chip = gpiochip_get_data(gpio); in ioh_gpio_get()
119 struct ioh_gpio *chip = gpiochip_get_data(gpio); in ioh_gpio_direction_output()
144 struct ioh_gpio *chip = gpiochip_get_data(gpio); in ioh_gpio_direction_input()
161 static void __maybe_unused ioh_gpio_save_reg_conf(struct ioh_gpio *chip) in ioh_gpio_save_reg_conf()
187 static void __maybe_unused ioh_gpio_restore_reg_conf(struct ioh_gpio *chip) in ioh_gpio_restore_reg_conf()
212 struct ioh_gpio *chip = gpiochip_get_data(gpio); in ioh_gpio_to_irq()
216 static void ioh_gpio_setup(struct ioh_gpio *chip, int num_port) in ioh_gpio_setup()
244 struct ioh_gpio *chip = gc->private; in ioh_irq_type()
305 struct ioh_gpio *chip = gc->private; in ioh_irq_unmask()
314 struct ioh_gpio *chip = gc->private; in ioh_irq_mask()
323 struct ioh_gpio *chip = gc->private; in ioh_irq_disable()
337 struct ioh_gpio *chip = gc->private; in ioh_irq_enable()
350 struct ioh_gpio *chip = dev_id; in ioh_gpio_handler()
372 static int ioh_gpio_alloc_generic_chip(struct ioh_gpio *chip, in ioh_gpio_alloc_generic_chip()
406 struct ioh_gpio *chip; in ioh_gpio_probe()
508 struct ioh_gpio *chip = pci_get_drvdata(pdev); in ioh_gpio_remove()
525 struct ioh_gpio *chip = dev_get_drvdata(dev); in ioh_gpio_suspend()
537 struct ioh_gpio *chip = dev_get_drvdata(dev); in ioh_gpio_resume()