Lines Matching refs:thunderx_gpio

44 struct thunderx_gpio;
47 struct thunderx_gpio *txgpio;
52 struct thunderx_gpio { struct
73 static bool thunderx_gpio_is_gpio_nowarn(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio_nowarn() argument
85 static bool thunderx_gpio_is_gpio(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio()
97 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_request()
104 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_in()
121 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set()
134 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_out()
158 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get_direction()
187 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_config()
259 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get()
277 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_multiple()
290 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_ack()
299 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask()
308 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask_ack()
317 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_unmask()
327 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_set_type()
402 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_child_to_parent_hwirq()
431 struct thunderx_gpio *txgpio; in thunderx_gpio_probe()
574 struct thunderx_gpio *txgpio = pci_get_drvdata(pdev); in thunderx_gpio_remove()