Home
last modified time | relevance | path

Searched refs:rpm_active (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/power/
H A Druntime.c303 refcount_inc(&link->rpm_active); in rpm_get_suppliers()
320 * the rpm_active refcount becomes saturated, in which case in pm_runtime_release_supplier()
324 while (refcount_dec_not_one(&link->rpm_active) && in pm_runtime_release_supplier()
1244 * rpm_put_suppliers() runs, the rpm_active refcounts of the links in __pm_runtime_set_status()
1747 refcount_inc(&link->rpm_active); in pm_runtime_get_suppliers()
1772 refcount_dec_not_one(&link->rpm_active); in pm_runtime_put_suppliers()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_port.c687 unsigned char rpm_active; in serial8250_rpm_get_tx() local
692 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
693 if (rpm_active) in serial8250_rpm_get_tx()
701 unsigned char rpm_active; in serial8250_rpm_put_tx() local
706 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()
707 if (!rpm_active) in serial8250_rpm_put_tx()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec.h635 bool rpm_active; member
H A Dfec_main.c4627 fep->rpm_active = !pm_runtime_status_suspended(dev); in fec_suspend()
4628 if (fep->rpm_active) { in fec_suspend()
4665 if (fep->rpm_active) in fec_resume()
/kernel/linux/linux-6.6/drivers/base/power/
H A Druntime.c300 refcount_inc(&link->rpm_active); in rpm_get_suppliers()
317 * the rpm_active refcount becomes saturated, in which case in pm_runtime_release_supplier()
321 while (refcount_dec_not_one(&link->rpm_active) && in pm_runtime_release_supplier()
1275 * rpm_put_suppliers() runs, the rpm_active refcounts of the links in __pm_runtime_set_status()
/kernel/linux/linux-5.10/include/linux/
H A Ddevice.h593 * @rpm_active: Whether or not the consumer device is runtime-PM-active.
606 refcount_t rpm_active; member
/kernel/linux/linux-6.6/include/linux/
H A Ddevice.h819 * @rpm_active: Whether or not the consumer device is runtime-PM-active.
832 refcount_t rpm_active; member
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c608 refcount_inc(&link->rpm_active); in device_link_add()
655 refcount_set(&link->rpm_active, 1); in device_link_add()
679 refcount_inc(&link->rpm_active); in device_link_add()
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c790 refcount_inc(&link->rpm_active); in device_link_add()
837 refcount_set(&link->rpm_active, 1); in device_link_add()
861 refcount_inc(&link->rpm_active); in device_link_add()

Completed in 34 milliseconds