Searched refs:cur_batch (Results 1 – 2 of 2) sorted by relevance
91 unsigned int cur_batch; in current_batch_store() local94 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()
368 u32 cur_batch; member