Searched refs:tool_action (Results 1 – 2 of 2) sorted by relevance
113 u8 tool_action = 0; in toolaction_show() local118 tool_action), in toolaction_show()119 &tool_action, sizeof(u8)); in toolaction_show()122 return sprintf(buf, "%u\n", tool_action); in toolaction_show()129 u8 tool_action; in toolaction_store() local132 if (kstrtou8(buf, 10, &tool_action)) in toolaction_store()136 tool_action), in toolaction_store()137 &tool_action, sizeof(u8)); in toolaction_store()
544 u8 tool_action; member