Home
last modified time | relevance | path

Searched refs:command_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/serial/
A Dwhiteheat.c283 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 …]
/linux/include/uapi/linux/
A Dcdrom.h742 __u8 command_info[4]; member

Completed in 13 milliseconds