Searched refs:command_info (Results 1 – 2 of 2) sorted by relevance
221 struct whiteheat_command_private *command_info; in whiteheat_attach() local286 command_info = kmalloc(sizeof(struct whiteheat_command_private), in whiteheat_attach()288 if (!command_info) in whiteheat_attach()291 mutex_init(&command_info->mutex); in whiteheat_attach()292 command_info->port_running = 0; in whiteheat_attach()293 init_waitqueue_head(&command_info->wait_command); in whiteheat_attach()294 usb_set_serial_port_data(command_port, command_info); in whiteheat_attach()478 struct whiteheat_command_private *command_info; in command_port_read_callback() local483 command_info = usb_get_serial_port_data(command_port); in command_port_read_callback()484 if (!command_info) { in command_port_read_callback()[all …]
723 __u8 command_info[4]; member