Searched refs:command_info (Results 1 – 2 of 2) sorted by relevance
285 if (!command_info) in whiteheat_attach()288 mutex_init(&command_info->mutex); in whiteheat_attach()289 command_info->port_running = 0; in whiteheat_attach()482 if (!command_info) { in command_port_read_callback()549 mutex_lock(&command_info->mutex); in firm_send_command()766 mutex_lock(&command_info->mutex); in start_command_port()767 if (!command_info->port_running) { in start_command_port()779 command_info->port_running++; in start_command_port()794 mutex_lock(&command_info->mutex); in stop_command_port()795 command_info->port_running--; in stop_command_port()[all …]
742 __u8 command_info[4]; member
Completed in 10 milliseconds