Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-thunderx.c57 struct thunderx_line *line_entries; /* per line irq info */ member
113 writeq(txgpio->line_entries[line].fil_bits, in thunderx_gpio_dir_in()
136 u64 bit_cfg = txgpio->line_entries[line].fil_bits | GPIO_BIT_CFG_TX_OE; in thunderx_gpio_dir_out()
234 txgpio->line_entries[line].fil_bits = in thunderx_gpio_set_config()
238 bit_cfg |= txgpio->line_entries[line].fil_bits; in thunderx_gpio_set_config()
330 &txgpio->line_entries[irqd_to_hwirq(d)]; in thunderx_gpio_irq_set_type()
486 txgpio->line_entries = devm_kcalloc(dev, in thunderx_gpio_probe()
490 if (!txgpio->line_entries) { in thunderx_gpio_probe()
499 txgpio->line_entries[i].line = i; in thunderx_gpio_probe()
500 txgpio->line_entries[i].txgpio = txgpio; in thunderx_gpio_probe()
[all …]