Lines Matching defs:serial

122 	struct usb_serial *serial;  member
378 static int read_boot_mem(struct edgeport_serial *serial, in read_boot_mem()
404 static int write_boot_mem(struct edgeport_serial *serial, in write_boot_mem()
438 static int write_i2c_mem(struct edgeport_serial *serial, in write_i2c_mem()
595 static int read_rom(struct edgeport_serial *serial, in read_rom()
613 static int write_rom(struct edgeport_serial *serial, int start_address, in write_rom()
627 static int get_descriptor_addr(struct edgeport_serial *serial, in get_descriptor_addr()
671 static int check_i2c_image(struct edgeport_serial *serial) in check_i2c_image()
751 static int get_manuf_info(struct edgeport_serial *serial, u8 *buffer) in get_manuf_info()
862 static int i2c_type_bootmode(struct edgeport_serial *serial) in i2c_type_bootmode()
906 static int bulk_xfer(struct usb_serial *serial, void *buffer, in bulk_xfer()
919 static int download_code(struct edgeport_serial *serial, u8 *image, in download_code()
957 static int check_fw_sanity(struct edgeport_serial *serial, in check_fw_sanity()
998 static int download_fw(struct edgeport_serial *serial) in download_fw()
1065 static int do_download_mode(struct edgeport_serial *serial, in do_download_mode()
1377 static int do_boot_mode(struct edgeport_serial *serial, in do_boot_mode()
2446 struct edgeport_serial *serial; in edge_heartbeat_work() local
2465 static int edge_calc_num_ports(struct usb_serial *serial, in edge_calc_num_ports()
2484 static int edge_startup(struct usb_serial *serial) in edge_startup()
2525 static void edge_disconnect(struct usb_serial *serial) in edge_disconnect()
2532 static void edge_release(struct usb_serial *serial) in edge_release()
2643 static int edge_suspend(struct usb_serial *serial, pm_message_t message) in edge_suspend()
2652 static int edge_resume(struct usb_serial *serial) in edge_resume()