Home
last modified time | relevance | path

Searched refs:nrports (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dcomstats.h81 unsigned long nrports; member
94 unsigned long nrports; member
Dstallion.h117 int nrports; member
132 int nrports; member
Distallion.h108 int nrports; member
/linux-2.4.37.9/drivers/char/
Dstallion.c1020 if (minordev < brdp->panels[panelnr]->nrports) { in stl_open()
1024 minordev -= brdp->panels[panelnr]->nrports; in stl_open()
2021 maxoff = curoff + (brdp->nrports * MAXLINE); in stl_readproc()
2033 maxoff = curoff + (panelp->nrports * MAXLINE); in stl_readproc()
2036 totalport += panelp->nrports; in stl_readproc()
2040 for (portnr = 0; (portnr < panelp->nrports); portnr++, in stl_readproc()
2266 for (i = 0; (i < panelp->nrports); i++) { in stl_initports()
2370 brdp->nrports = 8; in stl_initeio()
2373 brdp->nrports = 4; in stl_initeio()
2378 brdp->nrports = 4; in stl_initeio()
[all …]
Distallion.c1047 if ((portnr < 0) || (portnr > brdp->nrports)) in stli_open()
2698 maxoff = curoff + (brdp->nrports * MAXLINE); in stli_readproc()
2705 for (portnr = 0; (portnr < brdp->nrports); portnr++, in stli_readproc()
3359 for (i = 0, panelnr = 0, panelport = 0; (i < brdp->nrports); i++) { in stli_initports()
3971 int panelnr, nrports; in stli_initecp() local
4099 nrports = (status & ECH_PNL16PORT) ? 16 : 8; in stli_initecp()
4100 if ((nrports == 16) && ((status & ECH_PNLXPID) == 0)) in stli_initecp()
4102 brdp->panels[panelnr] = nrports; in stli_initecp()
4103 brdp->nrports += nrports; in stli_initecp()
4257 brdp->nrports = 32; in stli_initonb()
[all …]