Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/visorbus/
H A 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()
H A Dcontrolvmchannel.h480 * @tool_action: VISOR_TOOL_ACTIONS Installation Action
544 u8 tool_action; member

Completed in 4 milliseconds