Lines Matching refs:ref_cnt
119 int ref_cnt; /* Reference counter */ member
914 regnode->ref_cnt++; in regulator_create()
930 KASSERT(regnode->ref_cnt > 0, in regulator_enable()
947 KASSERT(regnode->ref_cnt > 0, in regulator_disable()
967 KASSERT(regnode->ref_cnt > 0, in regulator_stop()
985 KASSERT(regnode->ref_cnt > 0, in regulator_status()
1005 KASSERT(regnode->ref_cnt > 0, in regulator_get_voltage()
1021 KASSERT(regnode->ref_cnt > 0, in regulator_set_voltage()
1042 KASSERT(regnode->ref_cnt > 0, in regulator_check_voltage()
1057 KASSERT(regnode->ref_cnt > 0, in regulator_get_name()
1102 KASSERT(regnode->ref_cnt > 0, in regulator_release()
1111 regnode->ref_cnt--; in regulator_release()