Searched refs:was_active (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/kvm/ |
D | mpic.c | 325 bool active, bool was_active) in IRQ_local_pipe() argument 335 __func__, n_IRQ, active, was_active); in IRQ_local_pipe() 339 __func__, src->output, n_IRQ, active, was_active, in IRQ_local_pipe() 347 if (!was_active && in IRQ_local_pipe() 354 if (was_active && in IRQ_local_pipe() 415 bool active, was_active; in openpic_update_irq() local 427 was_active = !!(src->ivpr & IVPR_ACTIVITY_MASK); in openpic_update_irq() 433 if (!active && !was_active) { in openpic_update_irq() 451 IRQ_local_pipe(opp, src->last_cpu, n_IRQ, active, was_active); in openpic_update_irq() 457 was_active); in openpic_update_irq() [all …]
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-kempld.c | 71 bool was_active; member 321 i2c->was_active = true; in kempld_i2c_probe() 350 if (!i2c->was_active) { in kempld_i2c_remove()
|
/linux-4.4.14/drivers/tty/ |
D | sysrq.c | 760 bool was_active = sysrq->active; in sysrq_handle_keypress() local 832 if (was_active) in sysrq_handle_keypress()
|
/linux-4.4.14/drivers/target/ |
D | target_core_transport.c | 1635 bool was_active = false; in target_stop_cmd() local 1648 was_active = true; in target_stop_cmd() 1651 return was_active; in target_stop_cmd()
|