Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dkernelcapi.h14 #define CAPI_MAXAPPL 240 /* maximum number of applications */ macro
/linux-4.19.296/drivers/isdn/capi/
Dkcapi.h39 extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
Dkcapi_proc.c122 if (*pos < CAPI_MAXAPPL) in applications_start()
132 if (*pos < CAPI_MAXAPPL) in applications_next()
Dkcapi.c70 struct capi20_appl *capi_applications[CAPI_MAXAPPL];
106 if (applid < 1 || applid - 1 >= CAPI_MAXAPPL) in __get_capi_appl_by_nr()
114 if (applid < 1 || applid - 1 >= CAPI_MAXAPPL) in get_capi_appl_by_nr()
198 for (applid = 1; applid <= CAPI_MAXAPPL; applid++) { in notify_up()
227 for (applid = 1; applid <= CAPI_MAXAPPL; applid++) { in ctr_down()
691 for (applid = 1; applid <= CAPI_MAXAPPL; applid++) { in capi20_register()
695 if (applid > CAPI_MAXAPPL) { in capi20_register()
/linux-4.19.296/drivers/isdn/hysdn/
Dhycapi.c45 static hycapi_appl hycapi_applications[CAPI_MAXAPPL];
52 (app_id > CAPI_MAXAPPL)) in _hycapi_appCheck()
96 for (i = 0; i < CAPI_MAXAPPL; i++) { in hycapi_remove_ctr()
203 for (i = 0; i < CAPI_MAXAPPL; i++) { in hycapi_restart_internal()
670 for (i = 0; i < CAPI_MAXAPPL; i++) { in hycapi_init()
/linux-4.19.296/drivers/isdn/hardware/avm/
Dt1isa.c320 b1_put_word(port, CAPI_MAXAPPL); in t1isa_load_firmware()
Db1.c314 b1_put_word(port, CAPI_MAXAPPL); in b1_load_firmware()
Db1dma.c696 _put_word(&p, CAPI_MAXAPPL); in b1dma_send_init()
Dc4.c747 _put_word(&p, CAPI_MAXAPPL); in c4_send_init()