Lines Matching defs:command
112 u8 command, int len)
115 u16 cmd = (command << 8) | command;
119 cmd = command << 8;
121 dev_dbg(dev->dev, "command data[%x] 0x%04x\n", i/2, cmd);
277 u8 command, int size,
285 dev_dbg(dev->dev, "addr %04x, command %02x, read_write %d, size %d\n",
286 addr, command, read_write, size);
301 dev_err(dev->dev, "unsupported command %d\n", size);
337 highlander_i2c_command(dev, command, dev->buf_len);