Searched refs:CAPI_MAXAPPL (Results 1 – 4 of 4) sorted by relevance
59 struct capi20_appl *capi_applications[CAPI_MAXAPPL];93 if (applid < 1 || applid - 1 >= CAPI_MAXAPPL) in __get_capi_appl_by_nr()101 if (applid < 1 || applid - 1 >= CAPI_MAXAPPL) in get_capi_appl_by_nr()185 for (applid = 1; applid <= CAPI_MAXAPPL; applid++) { in notify_up()212 for (applid = 1; applid <= CAPI_MAXAPPL; applid++) { in ctr_down()572 for (applid = 1; applid <= CAPI_MAXAPPL; applid++) { in capi20_register()576 if (applid > CAPI_MAXAPPL) { in capi20_register()
122 if (*pos < CAPI_MAXAPPL) in applications_start()132 if (*pos < CAPI_MAXAPPL) in applications_next()
36 extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
14 #define CAPI_MAXAPPL 240 /* maximum number of applications */ macro