Lines Matching refs:pch_gpio
97 struct pch_gpio { struct
111 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_set() argument
127 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_get()
135 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_direction_output()
158 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_direction_input()
174 static void pch_gpio_save_reg_conf(struct pch_gpio *chip) in pch_gpio_save_reg_conf()
191 static void pch_gpio_restore_reg_conf(struct pch_gpio *chip) in pch_gpio_restore_reg_conf()
209 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_to_irq()
213 static void pch_gpio_setup(struct pch_gpio *chip) in pch_gpio_setup()
234 struct pch_gpio *chip = gc->private; in pch_irq_type()
291 struct pch_gpio *chip = gc->private; in pch_irq_unmask()
299 struct pch_gpio *chip = gc->private; in pch_irq_mask()
307 struct pch_gpio *chip = gc->private; in pch_irq_ack()
314 struct pch_gpio *chip = dev_id; in pch_gpio_handler()
329 static void pch_gpio_alloc_generic_chip(struct pch_gpio *chip, in pch_gpio_alloc_generic_chip()
353 struct pch_gpio *chip; in pch_gpio_probe()
448 struct pch_gpio *chip = pci_get_drvdata(pdev); in pch_gpio_remove()
470 struct pch_gpio *chip = pci_get_drvdata(pdev); in pch_gpio_suspend()
494 struct pch_gpio *chip = pci_get_drvdata(pdev); in pch_gpio_resume()