CAPI_CTR_RUNNING  193 drivers/isdn/capi/kcapi.c 		if (ctr->state == CAPI_CTR_RUNNING)
CAPI_CTR_RUNNING  196 drivers/isdn/capi/kcapi.c 		ctr->state = CAPI_CTR_RUNNING;
CAPI_CTR_RUNNING  351 drivers/isdn/capi/kcapi.c 	if (ctr->state != CAPI_CTR_RUNNING) {
CAPI_CTR_RUNNING  641 drivers/isdn/capi/kcapi.c 		    capi_controller[i]->state == CAPI_CTR_RUNNING) {
CAPI_CTR_RUNNING  700 drivers/isdn/capi/kcapi.c 		    capi_controller[i]->state != CAPI_CTR_RUNNING)
CAPI_CTR_RUNNING  741 drivers/isdn/capi/kcapi.c 		    capi_controller[i]->state != CAPI_CTR_RUNNING)
CAPI_CTR_RUNNING  792 drivers/isdn/capi/kcapi.c 	if (!ctr || ctr->state != CAPI_CTR_RUNNING)
CAPI_CTR_RUNNING  862 drivers/isdn/capi/kcapi.c 	if (ctr && ctr->state == CAPI_CTR_RUNNING) {
CAPI_CTR_RUNNING  897 drivers/isdn/capi/kcapi.c 	if (ctr && ctr->state == CAPI_CTR_RUNNING) {
CAPI_CTR_RUNNING  932 drivers/isdn/capi/kcapi.c 	if (ctr && ctr->state == CAPI_CTR_RUNNING) {
CAPI_CTR_RUNNING  967 drivers/isdn/capi/kcapi.c 	if (ctr && ctr->state == CAPI_CTR_RUNNING) {
CAPI_CTR_RUNNING 1139 drivers/isdn/capi/kcapi.c 		retval = wait_on_ctr_state(ctr, CAPI_CTR_RUNNING);
CAPI_CTR_RUNNING   24 drivers/isdn/capi/kcapi_proc.c 	case CAPI_CTR_RUNNING:	return "running";