Searched refs:res_irq (Results 1 – 4 of 4) sorted by relevance
220 struct resource *res_mem, *res_irq = NULL; in sp_probe() local256 res_irq = platform_get_resource(pdev, IORESOURCE_IRQ, 0); in sp_probe()257 if (!res_irq) in sp_probe()270 if (res_irq) { in sp_probe()271 irq = res_irq->start; in sp_probe()272 priv->irq_flags = res_irq->flags & IRQF_TRIGGER_MASK; in sp_probe()273 if (res_irq->flags & IORESOURCE_IRQ_SHAREABLE) in sp_probe()
442 static struct resource res_irq; in vpif_probe() local483 res_irq = DEFINE_RES_IRQ_NAMED(irq, of_node_full_name(pdev->dev.of_node)); in vpif_probe()484 res_irq.flags |= irq_get_trigger_type(irq); in vpif_probe()494 pdev_capture->resource = &res_irq; in vpif_probe()513 pdev_display->resource = &res_irq; in vpif_probe()
329 void hw_atl_itr_res_irq_set(struct aq_hw_s *aq_hw, u32 res_irq) in hw_atl_itr_res_irq_set() argument332 HW_ATL_ITR_RES_SHIFT, res_irq); in hw_atl_itr_res_irq_set()
154 void hw_atl_itr_res_irq_set(struct aq_hw_s *aq_hw, u32 res_irq);