rpm_active 342 drivers/base/core.c refcount_inc(&link->rpm_active); rpm_active 377 drivers/base/core.c refcount_set(&link->rpm_active, 1); rpm_active 381 drivers/base/core.c refcount_inc(&link->rpm_active); rpm_active 436 drivers/base/core.c while (refcount_dec_not_one(&link->rpm_active)) rpm_active 304 drivers/base/power/runtime.c refcount_inc(&link->rpm_active); rpm_active 318 drivers/base/power/runtime.c while (refcount_dec_not_one(&link->rpm_active)) rpm_active 1650 drivers/base/power/runtime.c while (refcount_dec_not_one(&link->rpm_active)) rpm_active 1672 drivers/base/power/runtime.c refcount_inc(&link->rpm_active); rpm_active 1694 drivers/base/power/runtime.c if (refcount_dec_not_one(&link->rpm_active)) rpm_active 678 drivers/tty/serial/8250/8250_port.c unsigned char rpm_active; rpm_active 683 drivers/tty/serial/8250/8250_port.c rpm_active = xchg(&p->rpm_tx_active, 1); rpm_active 684 drivers/tty/serial/8250/8250_port.c if (rpm_active) rpm_active 692 drivers/tty/serial/8250/8250_port.c unsigned char rpm_active; rpm_active 697 drivers/tty/serial/8250/8250_port.c rpm_active = xchg(&p->rpm_tx_active, 0); rpm_active 698 drivers/tty/serial/8250/8250_port.c if (!rpm_active) rpm_active 1112 include/linux/device.h refcount_t rpm_active;