Home
last modified time | relevance | path

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

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