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()
641 capi_controller[i]->state == CAPI_CTR_RUNNING) { in capi20_isinstalled()
700 capi_controller[i]->state != CAPI_CTR_RUNNING) in capi20_register()
741 capi_controller[i]->state != CAPI_CTR_RUNNING) in capi20_release()
792 if (!ctr || ctr->state != CAPI_CTR_RUNNING) in capi20_put_message()
862 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_manufacturer()
897 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_version()
932 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_serial()
967 if (ctr && ctr->state == CAPI_CTR_RUNNING) { in capi20_get_profile()
1139 retval = wait_on_ctr_state(ctr, CAPI_CTR_RUNNING); in old_capi_manufacturer()