Home
last modified time | relevance | path

Searched refs:txgpio (Results 1 – 1 of 1) sorted by relevance

/drivers/gpio/
A Dgpio-thunderx.c48 struct thunderx_gpio *txgpio; member
110 raw_spin_lock(&txgpio->lock); in thunderx_gpio_dir_in()
143 raw_spin_lock(&txgpio->lock); in thunderx_gpio_dir_out()
196 raw_spin_lock(&txgpio->lock); in thunderx_gpio_set_config()
442 txgpio = devm_kzalloc(dev, sizeof(*txgpio), GFP_KERNEL); in thunderx_gpio_probe()
443 if (!txgpio) in thunderx_gpio_probe()
447 chip = &txgpio->chip; in thunderx_gpio_probe()
474 txgpio->base_msi = 48; in thunderx_gpio_probe()
485 if (!txgpio->msix_entries) { in thunderx_gpio_probe()
502 txgpio->msix_entries[i].entry = txgpio->base_msi + (2 * i); in thunderx_gpio_probe()
[all …]

Completed in 6 milliseconds