Lines Matching full:htvec
9 #define pr_fmt(fmt) "htvec: " fmt
31 struct htvec { struct
40 static struct htvec *htvec_priv; argument
48 struct htvec *priv = irq_desc_get_handler_data(desc); in htvec_irq_dispatch()
72 struct htvec *priv = irq_data_get_irq_chip_data(d); in htvec_ack_irq()
82 struct htvec *priv = irq_data_get_irq_chip_data(d); in htvec_mask_irq()
97 struct htvec *priv = irq_data_get_irq_chip_data(d); in htvec_unmask_irq()
121 struct htvec *priv = domain->host_data; in htvec_domain_alloc()
154 static void htvec_reset(struct htvec *priv) in htvec_reset()
191 struct htvec *priv; in htvec_init()
207 pr_err("loongson-htvec: cannot add IRQ domain\n"); in htvec_init()
262 IRQCHIP_DECLARE(htvec, "loongson,htvec-1.0", htvec_of_init);