Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/irqchip/
Dirq-starfive-jh8100-intc.c29 struct starfive_irq_chip { struct
35 static void starfive_intc_bit_set(struct starfive_irq_chip *irqc, in starfive_intc_bit_set() argument
45 static void starfive_intc_bit_clear(struct starfive_irq_chip *irqc, in starfive_intc_bit_clear()
57 struct starfive_irq_chip *irqc = irq_data_get_irq_chip_data(d); in starfive_intc_unmask()
66 struct starfive_irq_chip *irqc = irq_data_get_irq_chip_data(d); in starfive_intc_mask()
95 struct starfive_irq_chip *irqc = irq_data_get_irq_handler_data(&desc->irq_data); in starfive_intc_irq_handler()
120 struct starfive_irq_chip *irqc; in starfive_intc_init()
/linux-6.12.1/drivers/pinctrl/starfive/
Dpinctrl-starfive-jh7100.c1162 static const struct irq_chip starfive_irq_chip = { variable
1309 gpio_irq_chip_set_chip(&sfp->gc.irq, &starfive_irq_chip); in starfive_probe()