Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c169 cmd.psr_set_version.psr_set_version_data.cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dmub_psr_set_version()
191 cmd.psr_enable.data.cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dmub_psr_enable()
248 cmd.psr_set_level.psr_set_level_data.cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dmub_psr_set_level()
284 cmd.psr_set_power_opt.psr_set_power_opt_data.cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dmub_psr_set_power_opt()
381 copy_settings_data->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dmub_psr_copy_settings()
434 cmd.psr_force_static.psr_force_static_data.cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dmub_psr_force_static()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_lpc.c75 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 Dcros_ec.c137 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 Dcros_ec_spi.c79 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 Dcros_ec_i2c.c110 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/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2261 uint8_t cmd_version; member
2319 uint8_t cmd_version; member
2346 uint8_t cmd_version; member
2390 uint8_t cmd_version; member
2421 uint8_t cmd_version; member
2496 uint8_t cmd_version; member
2634 uint8_t cmd_version; member
2681 uint8_t cmd_version; member
2719 uint8_t cmd_version; member
2979 uint8_t cmd_version; member
/openbmc/linux/tools/perf/
H A Dbuiltin.h26 int cmd_version(int argc, const char **argv);
H A Dbuiltin-version.c86 int cmd_version(int argc, const char **argv) in cmd_version() function
H A Dperf.c70 { "version", cmd_version, 0 },
/openbmc/linux/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()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto.c716 const int cmd_version = ec_dev->mkbp_event_supported - 1; in get_next_event() local
724 if (cmd_version == 0) in get_next_event()
728 return get_next_event_xfer(ec_dev, msg, event, cmd_version, in get_next_event()
/openbmc/u-boot/include/
H A Dcros_ec.h227 int (*command)(struct udevice *dev, uint8_t cmd, int cmd_version,
/openbmc/sdbusplus/tools/
H A Dsdbus++-gen-meson531 function cmd_version() { function
/openbmc/linux/kernel/trace/
H A Dtrace_events_synth.c1275 int consumed, cmd_version = 1, n_fields_this_loop; in __create_synth_event() local
1340 if (field_version > cmd_version) in __create_synth_event()
1341 cmd_version = field_version; in __create_synth_event()
1353 if (cmd_version > 1 && n_fields_this_loop >= 1) { in __create_synth_event()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c930 payload->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dc_build_cursor_update_payload0()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch2304 class cmd_version(Command):
2313 cmds["version"] = cmd_version
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3356 update_dirty_rect->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in build_dmub_update_dirty_rect()