Lines Matching refs:thunderx_gpio

45 struct thunderx_gpio;
48 struct thunderx_gpio *txgpio;
53 struct thunderx_gpio { struct
74 static bool thunderx_gpio_is_gpio_nowarn(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio_nowarn() argument
86 static bool thunderx_gpio_is_gpio(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio()
98 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_request()
105 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_in()
122 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set()
135 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_out()
159 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get_direction()
185 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_config()
257 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get()
275 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_multiple()
288 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_ack()
297 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask()
306 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask_ack()
315 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_unmask()
325 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_set_type()
394 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_child_to_parent_hwirq()
406 struct thunderx_gpio *txgpio; in thunderx_gpio_probe()
542 struct thunderx_gpio *txgpio = pci_get_drvdata(pdev); in thunderx_gpio_remove()