Home
last modified time | relevance | path

Searched refs:EC_CMD_TYPEC_CONTROL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c116 return cros_ec_cmd(port->typec_data->ec, 0, EC_CMD_TYPEC_CONTROL, &req, in cros_typec_port_amode_enter()
141 return cros_ec_cmd(port->typec_data->ec, 0, EC_CMD_TYPEC_CONTROL, &req, in cros_typec_port_amode_vdm()
H A Dcros_typec_switch.c48 return cros_ec_cmd(sdata->ec, 0, EC_CMD_TYPEC_CONTROL, &req, sizeof(req), NULL, 0); in cros_typec_cmd_mux_set()
79 return cros_ec_cmd(sdata->ec, 0, EC_CMD_TYPEC_CONTROL, &req, sizeof(req), NULL, 0); in cros_typec_send_clear_event()
H A Dcros_ec_typec.c925 return cros_ec_cmd(typec->ec, 0, EC_CMD_TYPEC_CONTROL, &req, in cros_typec_send_clear_event()
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5734 #define EC_CMD_TYPEC_CONTROL 0x0132 macro