Home
last modified time | relevance | path

Searched refs:was_active (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dmpic.c324 bool active, bool was_active) in IRQ_local_pipe() argument
334 __func__, n_IRQ, active, was_active); in IRQ_local_pipe()
338 __func__, src->output, n_IRQ, active, was_active, in IRQ_local_pipe()
346 if (!was_active && in IRQ_local_pipe()
353 if (was_active && in IRQ_local_pipe()
414 bool active, was_active; in openpic_update_irq() local
426 was_active = !!(src->ivpr & IVPR_ACTIVITY_MASK); in openpic_update_irq()
432 if (!active && !was_active) { in openpic_update_irq()
450 IRQ_local_pipe(opp, src->last_cpu, n_IRQ, active, was_active); in openpic_update_irq()
456 was_active); in openpic_update_irq()
[all …]
/linux/drivers/net/
H A Dmacsec.c2288 bool was_operational, was_active; in macsec_upd_txsa() local
2328 was_active = tx_sa->active; in macsec_upd_txsa()
2367 tx_sa->active = was_active; in macsec_upd_txsa()
2383 bool was_active; in macsec_upd_rxsa() local
2426 was_active = rx_sa->active; in macsec_upd_rxsa()
2460 rx_sa->active = was_active; in macsec_upd_rxsa()
2473 bool was_active; in macsec_upd_rxsc() local
2492 was_active = rx_sc->active; in macsec_upd_rxsc()
2528 rx_sc->active = was_active; in macsec_upd_rxsc()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_v2.c899 bool was_active = pm_runtime_active(hdmi->dev); in mtk_hdmi_v2_enable() local
914 if (!was_active) { in mtk_hdmi_v2_enable()