Searched refs:plat_irq (Results 1 – 1 of 1) sorted by relevance
102 int plat_irq; member311 if (pchan->plat_irq > 0) { in pcc_mbox_request_channel()314 rc = devm_request_irq(dev, pchan->plat_irq, pcc_mbox_irq, 0, in pcc_mbox_request_channel()318 pchan->plat_irq); in pcc_mbox_request_channel()343 if (pchan_info->plat_irq > 0) in pcc_mbox_free_channel()344 devm_free_irq(chan->mbox->dev, pchan_info->plat_irq, chan); in pcc_mbox_free_channel()453 pchan->plat_irq = pcc_map_interrupt(pcct_ss->platform_interrupt, in pcc_parse_subspace_irq()455 if (pchan->plat_irq <= 0) { in pcc_parse_subspace_irq()