Searched defs:ui_Channel_num (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A Dhwdrv_apci3200.h138 unsigned int ui_Channel_num; member in struct:str_BoardInfos
H A Dhwdrv_apci3200.c85 unsigned int ui_Channel_num=0; variable
450 unsigned int ui_Channel_num, unsigned int *CJCCurrentSource,
457 printk("\n Channel = %u", ui_Channel_num);
464 if (ui_Channel_num <= 1)
465 i_DiffChannel = ui_Channel_num, i_Module = 0;
466 else if ((ui_Channel_num >= 2) && (ui_Channel_num <= 3))
467 i_DiffChannel = ui_Channel_num - 2, i_Module = 1;
468 else if ((ui_Channel_num >= 4) && (ui_Channel_num <
449 i_APCI3200_GetChannelCalibrationValue(struct comedi_device *dev, unsigned int ui_Channel_num, unsigned int *CJCCurrentSource, unsigned int *ChannelCurrentSource, unsigned int *ChannelGainFactor) argument
[all...]

Completed in 9 milliseconds