Searched refs:command_port (Results 1 – 1 of 1) sorted by relevance
253 struct usb_serial_port *command_port; in whiteheat_attach() local262 command_port = serial->port[COMMAND_PORT]; in whiteheat_attach()265 command_port->bulk_out_endpointAddress); in whiteheat_attach()294 command_port->bulk_in_endpointAddress); in whiteheat_attach()327 usb_set_serial_port_data(command_port, command_info); in whiteheat_attach()328 command_port->write_urb->complete = command_port_write_callback; in whiteheat_attach()329 command_port->read_urb->complete = command_port_read_callback; in whiteheat_attach()360 struct usb_serial_port *command_port; in whiteheat_release() local363 command_port = serial->port[COMMAND_PORT]; in whiteheat_release()364 kfree(usb_get_serial_port_data(command_port)); in whiteheat_release()[all …]