Home
last modified time | relevance | path

Searched refs:CAPI_CTR_RUNNING (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/isdn/capi/
Dkcapi.c193 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()
[all …]
Dkcapi.h30 CAPI_CTR_RUNNING = 3, enumerator
Dkcapi_proc.c23 case CAPI_CTR_RUNNING: return "running"; in state2str()