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

/drivers/isdn/capi/
H A Dkcapi.h30 CAPI_CTR_RUNNING = 3, enumerator in enum:__anon1753
H A Dkcapi.c193 if (ctr->state == CAPI_CTR_RUNNING)
196 ctr->state = CAPI_CTR_RUNNING;
351 if (ctr->state != CAPI_CTR_RUNNING) {
640 capi_controller[i]->state == CAPI_CTR_RUNNING) {
699 capi_controller[i]->state != CAPI_CTR_RUNNING)
740 capi_controller[i]->state != CAPI_CTR_RUNNING)
791 if (!ctr || ctr->state != CAPI_CTR_RUNNING)
861 if (ctr && ctr->state == CAPI_CTR_RUNNING) {
896 if (ctr && ctr->state == CAPI_CTR_RUNNING) {
931 if (ctr && ctr->state == CAPI_CTR_RUNNING) {
[all...]
H A Dkcapi_proc.c24 case CAPI_CTR_RUNNING: return "running";

Completed in 54 milliseconds