Home
last modified time | relevance | path

Searched refs:CAPI_MAXAPPL (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhycapi.c43 static hycapi_appl hycapi_applications[CAPI_MAXAPPL];
48 (app_id > CAPI_MAXAPPL)) in _hycapi_appCheck()
95 for(i=0; i<CAPI_MAXAPPL;i++) { in hycapi_remove_ctr()
203 for(i=0; i<CAPI_MAXAPPL; i++) { in hycapi_restart_internal()
706 for(i=0;i<CAPI_MAXAPPL;i++) { in hycapi_init()
/linux-2.4.37.9/drivers/isdn/avmb1/
Dkcapi.c105 #define VALID_APPLID(a) ((a) && (a) <= CAPI_MAXAPPL && APPL(a)->applid == a)
116 static struct capi_appl applications[CAPI_MAXAPPL];
188 for (i=0; i < CAPI_MAXAPPL; i++) { in proc_applications_read_proc()
227 for (i=0; i < CAPI_MAXAPPL; i++) { in proc_ncci_read_proc()
367 for (i=0; i < CAPI_MAXAPPL; i++) { in proc_applstats_read_proc()
551 for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { in notify_up()
908 for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { in controllercb_reseted()
1120 for (appl = 1; appl <= CAPI_MAXAPPL; appl++) { in capi_register()
1124 if (appl > CAPI_MAXAPPL) in capi_register()
Dt1isa.c324 b1_put_word(port, CAPI_MAXAPPL); in t1isa_load_firmware()
Db1.c277 b1_put_word(port, CAPI_MAXAPPL); in b1_load_firmware()
Db1dma.c690 _put_word(&p, CAPI_MAXAPPL); in b1dma_send_init()
Dc4.c764 _put_word(&p, CAPI_MAXAPPL); in c4_send_init()
/linux-2.4.37.9/include/linux/
Dkernelcapi.h15 #define CAPI_MAXAPPL 128 /* maximum number of applications */ macro