Searched refs:cmd_version (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/drivers/misc/ |
| H A D | cros_ec_lpc.c | 75 int cros_ec_lpc_command(struct udevice *udev, uint8_t cmd, int cmd_version, in cros_ec_lpc_command() argument 97 args.command_version = cmd_version; in cros_ec_lpc_command() 117 debug_trace("cmd: %02x, ver: %02x", cmd, cmd_version); in cros_ec_lpc_command()
|
| H A D | cros_ec.c | 137 int cmd, int cmd_version, in create_proto3_request() argument 153 rq->command_version = cmd_version; in create_proto3_request() 251 int cmd, int cmd_version, in send_command_proto3() argument 260 out_bytes = create_proto3_request(cdev, cmd, cmd_version, in send_command_proto3() 280 static int send_command(struct cros_ec_dev *dev, uint cmd, int cmd_version, in send_command() argument 289 return send_command_proto3(dev, cmd, cmd_version, in send_command() 294 ret = ops->command(dev->dev, cmd, cmd_version, in send_command() 317 int cmd_version, const void *dout, int dout_len, in ec_command_inptr() argument 324 len = send_command(cdev, cmd, cmd_version, dout, dout_len, &din, in ec_command_inptr() 383 static int ec_command(struct udevice *dev, uint cmd, int cmd_version, in ec_command() argument [all …]
|
| H A D | cros_ec_spi.c | 79 int cros_ec_spi_command(struct udevice *udev, uint8_t cmd, int cmd_version, in cros_ec_spi_command() argument 123 out[0] = EC_CMD_VERSION0 + cmd_version; in cros_ec_spi_command()
|
| H A D | cros_ec_i2c.c | 110 int cmd_version, const uint8_t *dout, in cros_ec_i2c_command() argument 166 *ptr++ = EC_CMD_VERSION0 + cmd_version; in cros_ec_i2c_command()
|
| /openbmc/u-boot/include/ |
| H A D | cros_ec.h | 227 int (*command)(struct udevice *dev, uint8_t cmd, int cmd_version,
|
| /openbmc/sdbusplus/tools/ |
| H A D | sdbus++-gen-meson | 531 function cmd_version() { function
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
| H A D | 0001-Update-Versioneer-to-0.22.patch | 2304 class cmd_version(Command): 2313 cmds["version"] = cmd_version
|