Lines Matching refs:pch_gpio
98 struct pch_gpio { struct
112 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_set() argument
128 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_get()
136 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_direction_output()
161 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_direction_input()
178 static void pch_gpio_save_reg_conf(struct pch_gpio *chip) in pch_gpio_save_reg_conf()
195 static void pch_gpio_restore_reg_conf(struct pch_gpio *chip) in pch_gpio_restore_reg_conf()
214 struct pch_gpio *chip = container_of(gpio, struct pch_gpio, gpio); in pch_gpio_to_irq()
218 static void pch_gpio_setup(struct pch_gpio *chip) in pch_gpio_setup()
239 struct pch_gpio *chip = gc->private; in pch_irq_type()
296 struct pch_gpio *chip = gc->private; in pch_irq_unmask()
304 struct pch_gpio *chip = gc->private; in pch_irq_mask()
312 struct pch_gpio *chip = gc->private; in pch_irq_ack()
319 struct pch_gpio *chip = dev_id; in pch_gpio_handler()
334 static void pch_gpio_alloc_generic_chip(struct pch_gpio *chip, in pch_gpio_alloc_generic_chip()
358 struct pch_gpio *chip; in pch_gpio_probe()
450 struct pch_gpio *chip = pci_get_drvdata(pdev); in pch_gpio_remove()
469 struct pch_gpio *chip = pci_get_drvdata(pdev); in pch_gpio_suspend()
493 struct pch_gpio *chip = pci_get_drvdata(pdev); in pch_gpio_resume()