Home
last modified time | relevance | path

Searched refs:cur_batch (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/x86/intel/ifs/
H A Dsysfs.c91 unsigned int cur_batch; in current_batch_store() local
94 rc = kstrtouint(buf, 0, &cur_batch); in current_batch_store()
95 if (rc < 0 || cur_batch > 0xff) in current_batch_store()
101 ifsd->cur_batch = cur_batch; in current_batch_store()
118 return sysfs_emit(buf, "0x%02x\n", ifsd->cur_batch); in current_batch_show()
H A Dload.c159 boot_cpu_data.x86_stepping, ifsd->cur_batch); in validate_ifs_metadata()
176 if (ifs_meta->current_image != ifsd->cur_batch) { in validate_ifs_metadata()
269 boot_cpu_data.x86_stepping, ifsd->cur_batch); in ifs_load_firmware()
286 dev_err(dev, "Load failure for batch: %02x\n", ifsd->cur_batch); in ifs_load_firmware()
H A Druntest.c90 cpumask_pr_args(cpu_smt_mask(cpu)), ifsd->cur_batch, ifsd->loaded_version); in message_fail()
102 cpumask_pr_args(cpu_smt_mask(cpu)), ifsd->cur_batch, ifsd->loaded_version); in message_fail()
H A Difs.h231 * @cur_batch: number indicating the currently loaded test file
240 u32 cur_batch; member

Completed in 3 milliseconds