Searched refs:command_info (Results 1 – 2 of 2) sorted by relevance
283 if (!command_info) in whiteheat_attach()286 mutex_init(&command_info->mutex); in whiteheat_attach()287 command_info->port_running = 0; in whiteheat_attach()481 if (!command_info) { in command_port_read_callback()548 mutex_lock(&command_info->mutex); in firm_send_command()765 mutex_lock(&command_info->mutex); in start_command_port()766 if (!command_info->port_running) { in start_command_port()778 command_info->port_running++; in start_command_port()793 mutex_lock(&command_info->mutex); in stop_command_port()794 command_info->port_running--; in stop_command_port()[all …]
742 __u8 command_info[4]; member
Completed in 13 milliseconds