qcacmn: Add framework for external group interrupt handling
Change-Id: I68a3c597e452e1975a97f9262870e16538f6dc4c CRs-Fixed: 1042915
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
9fd9af065c
commit
31108f318c
@@ -232,6 +232,16 @@ hif_dummy_cancel_deferred_target_sleep(struct hif_softc *hif_sc)
|
||||
void hif_dummy_irq_enable(struct hif_softc *hif_sc, int irq_id)
|
||||
{}
|
||||
|
||||
/**
|
||||
* hif_dummy_grp_irq_enable - dummy call
|
||||
* hif_ctx: hif context
|
||||
* @irq_id: grp id
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void hif_dummy_grp_irq_enable(struct hif_softc *hif_sc, uint32_t grp_id)
|
||||
{}
|
||||
|
||||
/**
|
||||
* hif_dummy_irq_disable - dummy call
|
||||
* hif_ctx: hif context
|
||||
@@ -242,6 +252,15 @@ void hif_dummy_irq_enable(struct hif_softc *hif_sc, int irq_id)
|
||||
void hif_dummy_irq_disable(struct hif_softc *hif_sc, int irq_id)
|
||||
{}
|
||||
|
||||
/**
|
||||
* hif_dummy_grp_irq_disable- dummy call
|
||||
* hif_ctx: hif context
|
||||
* @grp_id: grp id
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void hif_dummy_grp_irq_disable(struct hif_softc *hif_sc, uint32_t grp_id)
|
||||
{}
|
||||
/**
|
||||
* hif_dummy_dump_registers - dummy call
|
||||
* hif_sc: hif context
|
||||
|
Reference in New Issue
Block a user