Home
last modified time | relevance | path

Searched refs:cmd_version (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c90 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
[all …]
H A Dcros_ec_lpc.c44 int cros_ec_lpc_command(struct udevice *udev, uint8_t cmd, int cmd_version, in cros_ec_lpc_command() argument
66 args.command_version = cmd_version; in cros_ec_lpc_command()
86 debug_trace("cmd: %02x, ver: %02x", cmd, cmd_version); in cros_ec_lpc_command()
H A Dcros_ec_spi.c82 int cros_ec_spi_command(struct udevice *udev, uint8_t cmd, int cmd_version, in cros_ec_spi_command() argument
126 out[0] = EC_CMD_VERSION0 + cmd_version; in cros_ec_spi_command()
H A Dcros_ec_i2c.c111 int cmd_version, const uint8_t *dout, in cros_ec_i2c_command() argument
167 *ptr++ = EC_CMD_VERSION0 + cmd_version; in cros_ec_i2c_command()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbipd.c605 cmd_version in main() enumerator
651 cmd = cmd_version; in main()
671 case cmd_version: in main()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin.h29 int cmd_version(int argc, const char **argv);
H A Dbuiltin-version.c85 int cmd_version(int argc, const char **argv) in cmd_version() function
H A Dperf.c74 { "version", cmd_version, 0 },
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_proto.c691 const int cmd_version = ec_dev->mkbp_event_supported - 1; in get_next_event() local
699 if (cmd_version == 0) in get_next_event()
703 return get_next_event_xfer(ec_dev, msg, event, cmd_version, in get_next_event()
/OK3568_Linux_fs/u-boot/include/
H A Dcros_ec.h223 int (*command)(struct udevice *dev, uint8_t cmd, int cmd_version,