/** * ipc_doorbell_fire - fire doorbell to CP * @ipc_pcie: Pointer to iosm_pcie * @irq_n: Doorbell type * @data: ipc state
*/ void ipc_doorbell_fire(struct iosm_pcie *ipc_pcie, int irq_n, u32 data);
/** * ipc_release_irq - Release the IRQ handler. * @ipc_pcie: Pointer to iosm_pcie struct
*/ void ipc_release_irq(struct iosm_pcie *ipc_pcie);
/** * ipc_acquire_irq - acquire IRQ & register IRQ handler. * @ipc_pcie: Pointer to iosm_pcie struct * * Return: 0 on success and failure value on error
*/ int ipc_acquire_irq(struct iosm_pcie *ipc_pcie);
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.