Searched refs:cmd_version (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/power/supply/ |
| H A D | cros_charge-control.c | 38 u8 cmd_version; member 48 u8 cmd_version, struct ec_params_charge_control *req) in cros_chctl_send_charge_control_cmd() argument 57 ret = cros_ec_cmd(cros_ec, cmd_version, EC_CMD_CHARGE_CONTROL, req, in cros_chctl_send_charge_control_cmd() 58 outsizes[cmd_version], NULL, 0); in cros_chctl_send_charge_control_cmd() 98 return cros_chctl_send_charge_control_cmd(priv->cros_ec, priv->cmd_version, &req); in cros_chctl_configure_ec() 135 if (priv->cmd_version == 2) in cros_chctl_psy_ext_set_threshold() 285 priv->cmd_version = 3; in cros_chctl_probe() 287 priv->cmd_version = 2; in cros_chctl_probe() 289 priv->cmd_version = 1; in cros_chctl_probe() 293 dev_dbg(dev, "Command version: %u\n", (unsigned int)priv->cmd_version); in cros_chctl_probe() [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-version.c | 35 int cmd_version(int argc, const char **argv) in cmd_version() function
|
| H A D | builtin.h | 40 int cmd_version(int argc, const char **argv);
|
| H A D | perf.c | 73 { "version", cmd_version, 0 },
|
| /linux/tools/usb/usbip/src/ |
| H A D | usbipd.c | 605 cmd_version in main() enumerator 651 cmd = cmd_version; in main() 671 case cmd_version: in main()
|
| /linux/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 3691 uint8_t cmd_version; member 3755 uint8_t cmd_version; member 3782 uint8_t cmd_version; member 3826 uint8_t cmd_version; member 3857 uint8_t cmd_version; member 3932 uint8_t cmd_version; member 4070 uint8_t cmd_version; member 4117 uint8_t cmd_version; member 4155 uint8_t cmd_version; member 4760 uint8_t cmd_version; member
|
| /linux/kernel/trace/ |
| H A D | trace_events_synth.c | 1296 int consumed, cmd_version = 1, n_fields_this_loop; in __create_synth_event() local 1361 if (field_version > cmd_version) in __create_synth_event() 1362 cmd_version = field_version; in __create_synth_event() 1374 if (cmd_version > 1 && n_fields_this_loop >= 1) { in __create_synth_event()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 3815 update_dirty_rect->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dc_dmub_update_dirty_rect() 3870 update_dirty_rect->cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in build_dmub_update_dirty_rect()
|