Searched refs:res_irq (Results 1 – 4 of 4) sorted by relevance
220 struct resource *res_mem, *res_irq = NULL; in sp_probe() local247 res_irq = platform_get_resource(pdev, IORESOURCE_IRQ, 0); in sp_probe()248 if (!res_irq) in sp_probe()261 if (res_irq) { in sp_probe()262 irq = res_irq->start; in sp_probe()263 priv->irq_flags = res_irq->flags & IRQF_TRIGGER_MASK; in sp_probe()264 if (res_irq->flags & IORESOURCE_IRQ_SHAREABLE) in sp_probe()
442 static struct resource res_irq; in vpif_probe() local482 res_irq = DEFINE_RES_IRQ_NAMED(irq, of_node_full_name(pdev->dev.of_node)); in vpif_probe()483 res_irq.flags |= irq_get_trigger_type(irq); in vpif_probe()493 pdev_capture->resource = &res_irq; in vpif_probe()512 pdev_display->resource = &res_irq; in vpif_probe()
372 void hw_atl_itr_res_irq_set(struct aq_hw_s *aq_hw, u32 res_irq) in hw_atl_itr_res_irq_set() argument375 HW_ATL_ITR_RES_SHIFT, res_irq); in hw_atl_itr_res_irq_set()
175 void hw_atl_itr_res_irq_set(struct aq_hw_s *aq_hw, u32 res_irq);