Searched refs:rpm_active (Results 1 – 4 of 4) sorted by relevance
303 refcount_inc(&link->rpm_active); in rpm_get_suppliers()315 while (refcount_dec_not_one(&link->rpm_active)) in rpm_put_suppliers()1660 refcount_inc(&link->rpm_active); in pm_runtime_get_suppliers()1682 if (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_put_suppliers()1719 while (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_drop_link()
714 unsigned char rpm_active; in serial8250_rpm_get_tx() local719 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()720 if (rpm_active) in serial8250_rpm_get_tx()728 unsigned char rpm_active; in serial8250_rpm_put_tx() local733 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()734 if (!rpm_active) in serial8250_rpm_put_tx()
322 while (refcount_dec_not_one(&link->rpm_active)) in device_link_free()576 refcount_inc(&link->rpm_active); in device_link_add()623 refcount_set(&link->rpm_active, 1); in device_link_add()648 refcount_inc(&link->rpm_active); in device_link_add()
583 refcount_t rpm_active; member