Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/power/
Druntime.c303 refcount_inc(&link->rpm_active); in rpm_get_suppliers()
315 while (refcount_dec_not_one(&link->rpm_active)) in __rpm_put_suppliers()
1710 refcount_inc(&link->rpm_active); in pm_runtime_get_suppliers()
1735 refcount_dec_not_one(&link->rpm_active); in pm_runtime_put_suppliers()
1774 while (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_drop_link()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_port.c719 unsigned char rpm_active; in serial8250_rpm_get_tx() local
724 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
725 if (rpm_active) in serial8250_rpm_get_tx()
733 unsigned char rpm_active; in serial8250_rpm_put_tx() local
738 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()
739 if (!rpm_active) in serial8250_rpm_put_tx()
/Linux-v5.15/drivers/base/
Dcore.c488 while (refcount_dec_not_one(&link->rpm_active)) in device_link_release_fn()
760 refcount_inc(&link->rpm_active); in device_link_add()
807 refcount_set(&link->rpm_active, 1); in device_link_add()
833 refcount_inc(&link->rpm_active); in device_link_add()
/Linux-v5.15/include/linux/
Ddevice.h602 refcount_t rpm_active; member