Lines Matching refs:cmd_version
90 int cmd, int cmd_version, in create_proto3_request() argument
106 rq->command_version = cmd_version; in create_proto3_request()
204 int cmd, int cmd_version, in send_command_proto3() argument
213 out_bytes = create_proto3_request(dev, cmd, cmd_version, in send_command_proto3()
232 static int send_command(struct cros_ec_dev *dev, uint8_t cmd, int cmd_version, in send_command() argument
241 return send_command_proto3(dev, cmd, cmd_version, in send_command()
246 ret = ops->command(dev->dev, cmd, cmd_version, in send_command()
269 int cmd_version, const void *dout, int dout_len, uint8_t **dinp, in ec_command_inptr() argument
275 len = send_command(dev, cmd, cmd_version, dout, dout_len, in ec_command_inptr()
334 static int ec_command(struct cros_ec_dev *dev, uint8_t cmd, int cmd_version, in ec_command() argument
342 len = ec_command_inptr(dev, cmd, cmd_version, dout, dout_len, in ec_command()