Home
last modified time | relevance | path

Searched refs:cur_batch (Results 1 – 2 of 2) sorted by relevance

/linux/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 Difs.h368 u32 cur_batch; member