device tree source 的 interrupt-names property 會對應到 pltform_get_irq_byname() 的第二個參數。

*.dtsi or *.dts

interrupt-names = "qup_irq";

.c

platform_get_irq_byname(pdev, "qup_irq");

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-11-06
相关资源
相似解决方案