Home
last modified time | relevance | path

Searched refs:was_active (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-kempld.c63 bool was_active; member
312 i2c->was_active = true; in kempld_i2c_probe()
341 if (!i2c->was_active) { in kempld_i2c_remove()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dmpic.c324 bool active, bool was_active) in IRQ_local_pipe()
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()
323 IRQ_local_pipe(struct openpic *opp, int n_CPU, int n_IRQ, bool active, bool was_active) IRQ_local_pipe() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dmpic.c324 bool active, bool was_active) in IRQ_local_pipe()
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()
323 IRQ_local_pipe(struct openpic *opp, int n_CPU, int n_IRQ, bool active, bool was_active) IRQ_local_pipe() argument
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dsysrq.c825 bool was_active = sysrq->active; in sysrq_handle_keypress() local
911 if (was_active) in sysrq_handle_keypress()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsysrq.c822 bool was_active = sysrq->active; in sysrq_handle_keypress() local
910 if (was_active) in sysrq_handle_keypress()
/kernel/linux/linux-5.10/drivers/net/
H A Dmacsec.c2356 bool was_operational, was_active; in macsec_upd_txsa() local
2396 was_active = tx_sa->active; in macsec_upd_txsa()
2435 tx_sa->active = was_active; in macsec_upd_txsa()
2451 bool was_active; in macsec_upd_rxsa() local
2494 was_active = rx_sa->active; in macsec_upd_rxsa()
2528 rx_sa->active = was_active; in macsec_upd_rxsa()
2541 bool was_active; in macsec_upd_rxsc() local
2560 was_active = rx_sc->active; in macsec_upd_rxsc()
2596 rx_sc->active = was_active; in macsec_upd_rxsc()
/kernel/linux/linux-6.6/drivers/net/
H A Dmacsec.c2325 bool was_operational, was_active; in macsec_upd_txsa() local
2365 was_active = tx_sa->active; in macsec_upd_txsa()
2404 tx_sa->active = was_active; in macsec_upd_txsa()
2420 bool was_active; in macsec_upd_rxsa() local
2463 was_active = rx_sa->active; in macsec_upd_rxsa()
2497 rx_sa->active = was_active; in macsec_upd_rxsa()
2510 bool was_active; in macsec_upd_rxsc() local
2529 was_active = rx_sc->active; in macsec_upd_rxsc()
2565 rx_sc->active = was_active; in macsec_upd_rxsc()

Completed in 30 milliseconds