Searched refs:command_info (Results 1 – 4 of 4) sorted by relevance
222 struct whiteheat_command_private *command_info; in whiteheat_attach() local287 command_info = kmalloc(sizeof(struct whiteheat_command_private), in whiteheat_attach()289 if (!command_info) in whiteheat_attach()292 mutex_init(&command_info->mutex); in whiteheat_attach()293 command_info->port_running = 0; in whiteheat_attach()294 init_waitqueue_head(&command_info->wait_command); in whiteheat_attach()295 usb_set_serial_port_data(command_port, command_info); in whiteheat_attach()505 struct whiteheat_command_private *command_info; in command_port_read_callback() local510 command_info = usb_get_serial_port_data(command_port); in command_port_read_callback()511 if (!command_info) { in command_port_read_callback()[all …]
308 u64 command_info; member
720 __u8 command_info[4]; member
1800 osi->command_info = in osd_req_decode_sense_full()1804 _LLU(osi->command_info)); in osd_req_decode_sense_full()