Searched refs:rpm_active (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | runtime.c | 303 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 D | 8250_port.c | 687 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 D | 8250_port.c | 652 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 D | fec.h | 635 bool rpm_active; member
|
H A D | fec_main.c | 4627 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 D | runtime.c | 300 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 D | device.h | 593 * @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 D | device.h | 819 * @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 D | core.c | 608 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 D | core.c | 790 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