Home
last modified time | relevance | path

Searched refs:rpm_active (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/tty/serial/8250/
D8250_port.c652 unsigned char rpm_active; in serial8250_rpm_get_tx() local
657 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
658 if (rpm_active) in serial8250_rpm_get_tx()
666 unsigned char rpm_active; in serial8250_rpm_put_tx() local
671 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()
672 if (!rpm_active) in serial8250_rpm_put_tx()
/Linux-v6.6/drivers/net/ethernet/freescale/
Dfec.h635 bool rpm_active; member
Dfec_main.c4630 fep->rpm_active = !pm_runtime_status_suspended(dev); in fec_suspend()
4631 if (fep->rpm_active) { in fec_suspend()
4668 if (fep->rpm_active) in fec_resume()
/Linux-v6.6/drivers/base/power/
Druntime.c300 refcount_inc(&link->rpm_active); in rpm_get_suppliers()
321 while (refcount_dec_not_one(&link->rpm_active) && in pm_runtime_release_supplier()
/Linux-v6.6/include/linux/
Ddevice.h832 refcount_t rpm_active; member
/Linux-v6.6/drivers/base/
Dcore.c788 refcount_inc(&link->rpm_active); in device_link_add()
835 refcount_set(&link->rpm_active, 1); in device_link_add()
859 refcount_inc(&link->rpm_active); in device_link_add()