Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/serial/
Dwhiteheat.c217 struct whiteheat_command_private *command_info; in whiteheat_attach() local
282 command_info = kmalloc(sizeof(struct whiteheat_command_private), in whiteheat_attach()
284 if (!command_info) in whiteheat_attach()
287 mutex_init(&command_info->mutex); in whiteheat_attach()
288 command_info->port_running = 0; in whiteheat_attach()
289 init_waitqueue_head(&command_info->wait_command); in whiteheat_attach()
290 usb_set_serial_port_data(command_port, command_info); in whiteheat_attach()
474 struct whiteheat_command_private *command_info; in command_port_read_callback() local
479 command_info = usb_get_serial_port_data(command_port); in command_port_read_callback()
480 if (!command_info) { in command_port_read_callback()
[all …]
/linux-5.19.10/include/uapi/linux/
Dcdrom.h742 __u8 command_info[4]; member