Lines Matching defs:commandcode
59 u8 commandcode, const void *buf, size_t len)
66 retval = i2c_smbus_write_block_data(client, commandcode, len, buf);
70 len, commandcode, retval, (int)len, buf);
80 u16 rmiaddr, int bytecount, bool isread, u8 *commandcode)
132 *commandcode = i;
140 u8 commandcode;
154 false, &commandcode);
158 retval = smb_block_write(xport, commandcode,
175 u8 commandcode, void *buf, size_t len)
182 retval = i2c_smbus_read_block_data(client, commandcode, buf);
195 u8 commandcode;
206 true, &commandcode);
210 retval = smb_block_read(xport, commandcode,