Searched refs:command_port (Results 1 – 1 of 1) sorted by relevance
215 struct usb_serial_port *command_port; in whiteheat_attach() local224 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() local325 command_port = serial->port[COMMAND_PORT]; in whiteheat_release()326 kfree(usb_get_serial_port_data(command_port)); in whiteheat_release()[all …]