Searched defs:b_ReadType (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A DAPCI1710_Ttl.c384 b_ReadType = (unsigned char) data[0];
389 b_ReadType = (unsigned char) data[0];
417 unsigned char b_ReadType; local
422 b_ReadType = (unsigned char) data[0];
439 switch (b_ReadType) {
H A DAPCI1710_82x54.c597 unsigned char b_ModulNbr, b_ReadType; local
601 b_ReadType = CR_CHAN(insn->chanspec);
605 switch (b_ReadType) {
H A DAPCI1710_Ssi.c370 b_ReadType = (unsigned char) CR_RANGE(insn->chanspec);
404 unsigned char b_ReadType; local
419 b_ReadType = (unsigned char) CR_RANGE(insn->chanspec);
440 switch (b_ReadType) {
H A DAPCI1710_Tor.c1667 b_ReadType = (unsigned char) data[0];
1712 unsigned char b_ReadType; local
1719 b_ReadType = (unsigned char) data[0];
1729 if (b_ReadType == APCI1710_TOR_READINTERRUPT) {
1786 switch (b_ReadType) {
H A DAPCI1710_Chrono.c1096 unsigned char b_ReadType; local
1099 b_ReadType = CR_CHAN(insn->chanspec);
1101 switch (b_ReadType) {

Completed in 72 milliseconds