Lines Matching full:throw
42 throw I2CException("Failed to get funcs", busStr, devAddr, errno); in getFuncs()
57 throw I2CException("Missing SMBUS_READ_BYTE", busStr, devAddr); in checkReadFuncs()
63 throw I2CException("Missing SMBUS_READ_BYTE_DATA", busStr, in checkReadFuncs()
70 throw I2CException("Missing SMBUS_READ_WORD_DATA", busStr, in checkReadFuncs()
77 throw I2CException("Missing SMBUS_READ_BLOCK_DATA", busStr, in checkReadFuncs()
84 throw I2CException("Missing I2C_FUNC_SMBUS_READ_I2C_BLOCK", in checkReadFuncs()
103 throw I2CException("Missing SMBUS_WRITE_BYTE", busStr, devAddr); in checkWriteFuncs()
109 throw I2CException("Missing SMBUS_WRITE_BYTE_DATA", busStr, in checkWriteFuncs()
116 throw I2CException("Missing SMBUS_WRITE_WORD_DATA", busStr, in checkWriteFuncs()
123 throw I2CException("Missing SMBUS_WRITE_BLOCK_DATA", busStr, in checkWriteFuncs()
130 throw I2CException("Missing I2C_FUNC_SMBUS_WRITE_I2C_BLOCK", in checkWriteFuncs()
137 throw I2CException("Missing I2C_FUNC_SMBUS_PROC_CALL", busStr, in checkWriteFuncs()
144 throw I2CException("Missing I2C_FUNC_SMBUS_BLOCK_PROC_CALL", in checkWriteFuncs()
170 throw I2CException("Failed to execute block process call", busStr, in processCallSMBus()
231 throw I2CException("Failed to execute I2C block process call", busStr, in processCallI2C()
236 throw I2CException( in processCallI2C()
252 throw I2CException("Device already open", busStr, devAddr); in open()
263 throw I2CException("Failed to open", busStr, devAddr, errno); in open()
278 throw I2CException("Failed to set I2C_SLAVE", busStr, devAddr, errno); in open()
294 throw I2CException("Failed to close", busStr, devAddr, errno); in close()
314 throw I2CException("Failed to read byte", busStr, devAddr, errno); in read()
333 throw I2CException("Failed to read byte data", busStr, devAddr, errno); in read()
352 throw I2CException("Failed to read word data", busStr, devAddr, errno); in read()
380 throw I2CException("Failed to read i2c block data", busStr, in read()
388 throw I2CException("Failed to read block data", busStr, devAddr, errno); in read()
407 throw I2CException("Failed to write byte", busStr, devAddr, errno); in write()
424 throw I2CException("Failed to write byte data", busStr, devAddr, errno); in write()
441 throw I2CException("Failed to write word data", busStr, devAddr, errno); in write()
471 throw I2CException("Failed to write block data", busStr, devAddr, in write()
490 throw I2CException("Failed to execute process call", busStr, devAddr, in processCall()
517 throw I2CException( in processCall()