Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/8250/
D8250_port.c700 unsigned char rpm_active; in serial8250_rpm_get_tx() local
705 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
706 if (rpm_active) in serial8250_rpm_get_tx()
714 unsigned char rpm_active; in serial8250_rpm_put_tx() local
719 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()
720 if (!rpm_active) in serial8250_rpm_put_tx()
/Linux-v6.1/drivers/net/ethernet/freescale/
Dfec.h605 bool rpm_active; member
Dfec_main.c4217 fep->rpm_active = !pm_runtime_status_suspended(dev); in fec_suspend()
4218 if (fep->rpm_active) { in fec_suspend()
4255 if (fep->rpm_active) in fec_resume()
/Linux-v6.1/drivers/base/power/
Druntime.c303 refcount_inc(&link->rpm_active); in rpm_get_suppliers()
324 while (refcount_dec_not_one(&link->rpm_active) && in pm_runtime_release_supplier()
/Linux-v6.1/include/linux/
Ddevice.h677 refcount_t rpm_active; member
/Linux-v6.1/drivers/base/
Dcore.c772 refcount_inc(&link->rpm_active); in device_link_add()
819 refcount_set(&link->rpm_active, 1); in device_link_add()
843 refcount_inc(&link->rpm_active); in device_link_add()