Searched defs:b_Action (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A DAPCI1710_Inp_cpt.c397 b_Action =(unsigned char) data[0];
425 unsigned char b_Action; local
429 b_Action = (unsigned char) data[0];
452 switch (b_Action) {
H A DAPCI1710_Tor.c997 unsigned char b_ModulNbr, b_Action; local
1005 b_Action = (unsigned char) data[0]; /* enable or disable */
1030 switch (b_Action) /* Enable or Disable */
H A DAPCI1710_Chrono.c847 unsigned char b_ModulNbr, b_CycleMode, b_InterruptEnable, b_Action; local
849 b_Action = (unsigned char) data[0];
873 switch (b_Action) {

Completed in 64 milliseconds