full_cmd          127 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 	int full_cmd, ret;
full_cmd          129 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 	full_cmd = (cmd & GENMASK_ULL(15, 0)) << 16;
full_cmd          130 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 	full_cmd |= (sub_cmd & GENMASK_ULL(15, 0));
full_cmd          132 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 	hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) {
full_cmd          133 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 		if (sst_cmd->cmd == full_cmd && sst_cmd->cpu == cpu &&
full_cmd          142 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 	ret = isst_store_new_cmd(full_cmd, cpu, mbox_cmd_type, param, data);