Searched refs:command_port (Results 1 – 1 of 1) sorted by relevance
221 struct usb_serial_port *command_port; in whiteheat_attach() local230 command_port = serial->port[COMMAND_PORT]; in whiteheat_attach()233 command_port->bulk_out_endpointAddress); in whiteheat_attach()262 command_port->bulk_in_endpointAddress); in whiteheat_attach()295 usb_set_serial_port_data(command_port, command_info); in whiteheat_attach()296 command_port->write_urb->complete = command_port_write_callback; in whiteheat_attach()297 command_port->read_urb->complete = command_port_read_callback; in whiteheat_attach()328 struct usb_serial_port *command_port; in whiteheat_release() local331 command_port = serial->port[COMMAND_PORT]; in whiteheat_release()332 kfree(usb_get_serial_port_data(command_port)); in whiteheat_release()[all …]