Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/isdn/capi/
Dkcapi.c59 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()
Dkcapi_proc.c122 if (*pos < CAPI_MAXAPPL) in applications_start()
132 if (*pos < CAPI_MAXAPPL) in applications_next()
Dkcapi.h36 extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
/linux-6.6.21/include/uapi/linux/
Dkernelcapi.h14 #define CAPI_MAXAPPL 240 /* maximum number of applications */ macro