Lines Matching full:host
1 # Host command handler functionality
6 menu "Host command handler subsystem"
9 bool "Support Embedded Controller host command handler subsystem"
11 Enable host command processing for embedded controllers on notebook
17 module-str = ec-host-commands
21 int "Stack size for the EC host command handler thread"
25 int "Buffer size in bytes for TX buffer shared by all EC host commands"
32 Buffer size in bytes for TX buffer defined by the host command handler.
38 int "Buffer size in bytes for RX buffer shared by all EC host commands"
45 Buffer size in bytes for TX buffer defined by the host command handler.
51 int "Priority of host command task"
54 Priority of the kernel task that handles the host commands.
55 If the priority is too low (high in value), the host commands handler may be unable to
64 Initialization priority for Host Command. It must be higher than the initialization
89 bool "Initialize the host command subsystem automacitlly"
92 Automatically initialize the host command subsystem with the chosen backend.
96 bool "Create a new task for host command"
98 The ec_host_cmd_init function creates a new thread dedicated for Host Command.