最終更新:2014-06-06 (金) 08:30:30 (3606d)  

devm_request_threaded_irq
Top / devm_request_threaded_irq

allocate an interrupt line for a managed device

http://lxr.onakasuita.org/ident?i=devm_request_threaded_irq

呼び出し元

実装

  • kernel/irq/devres.c?

呼び出し

メモ

  • Except for the extra @dev argument, this function takes the same arguments and performs the same function as request_irq().
  • IRQs requested with this function will be automatically freed on driver detach.