Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/visorbus/
Dvisorchipset.c113 u8 tool_action = 0; in toolaction_show() local
118 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() local
132 if (kstrtou8(buf, 10, &tool_action)) in toolaction_store()
136 tool_action), in toolaction_store()
137 &tool_action, sizeof(u8)); in toolaction_store()
Dcontrolvmchannel.h544 u8 tool_action; member