Lines Matching refs:usb_serial
78 static int whiteheat_firmware_download(struct usb_serial *serial,
80 static int whiteheat_firmware_attach(struct usb_serial *serial);
83 static int whiteheat_probe(struct usb_serial *serial,
85 static int whiteheat_attach(struct usb_serial *serial);
86 static void whiteheat_release(struct usb_serial *serial);
157 static int start_command_port(struct usb_serial *serial);
158 static void stop_command_port(struct usb_serial *serial);
198 static int whiteheat_firmware_download(struct usb_serial *serial, in whiteheat_firmware_download()
213 static int whiteheat_firmware_attach(struct usb_serial *serial) in whiteheat_firmware_attach()
224 static int whiteheat_probe(struct usb_serial *serial, in whiteheat_probe()
251 static int whiteheat_attach(struct usb_serial *serial) in whiteheat_attach()
358 static void whiteheat_release(struct usb_serial *serial) in whiteheat_release()
821 static int start_command_port(struct usb_serial *serial) in start_command_port()
850 static void stop_command_port(struct usb_serial *serial) in stop_command_port()