Searched refs:command_port (Results 1 – 1 of 1) sorted by relevance
215 struct usb_serial_port *command_port; in whiteheat_attach() local 224 command_port = serial->port[COMMAND_PORT]; in whiteheat_attach() 227 command_port->bulk_out_endpointAddress); in whiteheat_attach() 256 command_port->bulk_in_endpointAddress); in whiteheat_attach() 289 usb_set_serial_port_data(command_port, command_info); in whiteheat_attach() 290 command_port->write_urb->complete = command_port_write_callback; in whiteheat_attach() 291 command_port->read_urb->complete = command_port_read_callback; in whiteheat_attach() 322 struct usb_serial_port *command_port; in whiteheat_release() local 325 command_port = serial->port[COMMAND_PORT]; in whiteheat_release() 326 kfree(usb_get_serial_port_data(command_port)); in whiteheat_release() 474 struct usb_serial_port *command_port = urb->context; command_port_read_callback() local 532 struct usb_serial_port *command_port; firm_send_command() local 759 struct usb_serial_port *command_port; start_command_port() local 788 struct usb_serial_port *command_port; stop_command_port() local [all...]