Lines Matching refs:CAPI_CTR_RUNNING
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()
640 capi_controller[i]->state == CAPI_CTR_RUNNING) { in capi20_isinstalled()
699 capi_controller[i]->state != CAPI_CTR_RUNNING) in capi20_register()
740 capi_controller[i]->state != CAPI_CTR_RUNNING) in capi20_release()
791 if (!ctr || ctr->state != CAPI_CTR_RUNNING) in capi20_put_message()
861 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_manufacturer()
896 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_version()
931 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_serial()
966 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_profile()
1138 retval = wait_on_ctr_state(ctr, CAPI_CTR_RUNNING); in old_capi_manufacturer()