Searched defs:cmd_version (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/misc/ |
A D | cros_ec_spi.c | 80 int cros_ec_spi_command(struct udevice *udev, uint8_t cmd, int cmd_version, in cros_ec_spi_command()
|
A D | cros_ec_lpc.c | 79 int cros_ec_lpc_command(struct udevice *udev, uint8_t cmd, int cmd_version, in cros_ec_lpc_command()
|
A D | cros_ec_i2c.c | 111 int cmd_version, const uint8_t *dout, in cros_ec_i2c_command()
|
A D | cros_ec.c | 144 int cmd, int cmd_version, in create_proto3_request() 258 int cmd, int cmd_version, in send_command_proto3() 287 static int send_command(struct cros_ec_dev *dev, uint cmd, int cmd_version, in send_command() 324 int cmd_version, const void *dout, int dout_len, in ec_command_inptr() 390 static int ec_command(struct udevice *dev, uint cmd, int cmd_version, in ec_command()
|
Completed in 7 milliseconds