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

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_eeprom.c122 int i_EepromReadMainHeader(unsigned short w_PCIBoardEepromAddress,
125 int i_EepromReadDigitalInputHeader(unsigned short w_PCIBoardEepromAddress,
129 int i_EepromReadDigitalOutputHeader(unsigned short w_PCIBoardEepromAddress,
133 int i_EepromReadTimerHeader(unsigned short w_PCIBoardEepromAddress,
137 int i_EepromReadAnlogOutputHeader(unsigned short w_PCIBoardEepromAddress,
141 int i_EepromReadAnlogInputHeader(unsigned short w_PCIBoardEepromAddress,
148 unsigned short w_EepromReadWord(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation,
150 void v_EepromWaitBusy(unsigned short w_PCIBoardEepromAddress);
152 void v_EepromWaitBusy(unsigned short w_PCIBoardEepromAddress);
160 | (unsigned short w_PCIBoardEepromAddress, |
178 w_EepromReadWord(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, unsigned short w_EepromStartAddress) argument
383 v_EepromWaitBusy(unsigned short w_PCIBoardEepromAddress) argument
805 i_EepromReadMainHeader(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, struct comedi_device *dev) argument
946 i_EepromReadDigitalInputHeader(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, unsigned short w_Address, struct str_DigitalInputHeader *s_Header) argument
991 i_EepromReadDigitalOutputHeader(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, unsigned short w_Address, struct str_DigitalOutputHeader *s_Header) argument
1022 i_EepromReadTimerHeader(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, unsigned short w_Address, struct str_TimerMainHeader *s_Header) argument
1088 i_EepromReadAnlogOutputHeader(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, unsigned short w_Address, struct str_AnalogOutputHeader *s_Header) argument
1126 i_EepromReadAnlogInputHeader(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, unsigned short w_Address, struct str_AnalogInputHeader *s_Header) argument
[all...]

Completed in 10 milliseconds