Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dopenpic.c239 bool active, bool was_active) in IRQ_local_pipe() argument
249 __func__, n_IRQ, active, was_active); in IRQ_local_pipe()
253 __func__, src->output, n_IRQ, active, was_active, in IRQ_local_pipe()
262 if (!was_active && dst->outputs_active[src->output]++ == 0) { in IRQ_local_pipe()
268 if (was_active && --dst->outputs_active[src->output] == 0) { in IRQ_local_pipe()
328 bool active, was_active; in openpic_update_irq() local
340 was_active = !!(src->ivpr & IVPR_ACTIVITY_MASK); in openpic_update_irq()
346 if (!active && !was_active) { in openpic_update_irq()
365 IRQ_local_pipe(opp, src->last_cpu, n_IRQ, active, was_active); in openpic_update_irq()
370 IRQ_local_pipe(opp, i, n_IRQ, active, was_active); in openpic_update_irq()
[all …]
/openbmc/qemu/chardev/
H A Dchar-io.c49 bool was_active = iwp->src != NULL; in io_watch_poll_prepare() local
50 if (was_active == now_active) { in io_watch_poll_prepare()
/openbmc/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 …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-kempld.c63 bool was_active; member
314 i2c->was_active = true; in kempld_i2c_probe()
343 if (!i2c->was_active) { in kempld_i2c_remove()
/openbmc/linux/drivers/tty/
H A Dsysrq.c820 bool was_active = sysrq->active; in sysrq_handle_keypress() local
908 if (was_active) in sysrq_handle_keypress()
/openbmc/linux/drivers/net/
H A Dmacsec.c2333 bool was_operational, was_active; in macsec_upd_txsa() local
2373 was_active = tx_sa->active; in macsec_upd_txsa()
2412 tx_sa->active = was_active; in macsec_upd_txsa()
2428 bool was_active; in macsec_upd_rxsa() local
2471 was_active = rx_sa->active; in macsec_upd_rxsa()
2505 rx_sa->active = was_active; in macsec_upd_rxsa()
2518 bool was_active; in macsec_upd_rxsc() local
2537 was_active = rx_sc->active; in macsec_upd_rxsc()
2573 rx_sc->active = was_active; in macsec_upd_rxsc()
/openbmc/qemu/audio/
H A Daudio.c446 int was_active = sw->active; in audio_detach_capture() local
456 if (was_active) { in audio_detach_capture()