Home
last modified time | relevance | path

Searched refs:command_state (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/vt6656/
H A Dwcmd.c45 priv->command_state = WLAN_CMD_IDLE; in vnt_cmd_complete()
60 priv->command_state = WLAN_CMD_INIT_MAC80211_START; in vnt_cmd_complete()
64 priv->command_state = WLAN_CMD_TBTT_WAKEUP_START; in vnt_cmd_complete()
68 priv->command_state = WLAN_CMD_BECON_SEND_START; in vnt_cmd_complete()
72 priv->command_state = WLAN_CMD_SETPOWER_START; in vnt_cmd_complete()
76 priv->command_state = WLAN_CMD_CHANGE_ANTENNA_START; in vnt_cmd_complete()
99 switch (priv->command_state) { in vnt_run_command()
183 priv->command_state = WLAN_CMD_IDLE; in vnt_reset_command_timer()
H A Ddevice.h356 enum vnt_cmd_state command_state; member
/openbmc/qemu/qga/
H A Dmain.c100 GACommandState *command_state; member
1463 s->command_state = ga_command_state_new(); in initialize_agent()
1464 ga_command_state_init(s, s->command_state); in initialize_agent()
1465 ga_command_state_init_all(s->command_state); in initialize_agent()
1500 if (s->command_state) { in cleanup_agent()
1501 ga_command_state_cleanup_all(s->command_state); in cleanup_agent()
1502 ga_command_state_free(s->command_state); in cleanup_agent()