Lines Matching refs:thunderx_gpio
46 struct thunderx_gpio;
49 struct thunderx_gpio *txgpio;
54 struct thunderx_gpio { struct
75 static bool thunderx_gpio_is_gpio_nowarn(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio_nowarn() argument
87 static bool thunderx_gpio_is_gpio(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio()
99 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_request()
106 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_in()
123 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set()
136 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_out()
160 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get_direction()
189 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_config()
261 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get()
279 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_multiple()
292 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_ack()
301 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask()
310 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask_ack()
319 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_unmask()
329 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_set_type()
398 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_child_to_parent_hwirq()
430 struct thunderx_gpio *txgpio; in thunderx_gpio_probe()
573 struct thunderx_gpio *txgpio = pci_get_drvdata(pdev); in thunderx_gpio_remove()