Searched refs:CAPI_CTR_RUNNING (Results 1 – 3 of 3) sorted by relevance
193 if (ctr->state == CAPI_CTR_RUNNING) in notify_up()196 ctr->state = CAPI_CTR_RUNNING; in notify_up()351 if (ctr->state != CAPI_CTR_RUNNING) { in capi_ctr_handle_message()646 capi_controller[i]->state == CAPI_CTR_RUNNING) { in capi20_isinstalled()705 capi_controller[i]->state != CAPI_CTR_RUNNING) in capi20_register()746 capi_controller[i]->state != CAPI_CTR_RUNNING) in capi20_release()797 if (!ctr || ctr->state != CAPI_CTR_RUNNING) in capi20_put_message()867 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_manufacturer()902 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_version()937 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_serial()[all …]
30 CAPI_CTR_RUNNING = 3, enumerator
24 case CAPI_CTR_RUNNING: return "running"; in state2str()