Lines Matching refs:edgeport_serial

107 	struct edgeport_serial	*edge_serial;
115 struct edgeport_serial { struct
230 static int do_download_mode(struct edgeport_serial *serial,
232 static int do_boot_mode(struct edgeport_serial *serial,
384 static int read_boot_mem(struct edgeport_serial *serial, in read_boot_mem()
410 static int write_boot_mem(struct edgeport_serial *serial, in write_boot_mem()
444 static int write_i2c_mem(struct edgeport_serial *serial, in write_i2c_mem()
601 static int read_rom(struct edgeport_serial *serial, in read_rom()
619 static int write_rom(struct edgeport_serial *serial, int start_address, in write_rom()
633 static int get_descriptor_addr(struct edgeport_serial *serial, in get_descriptor_addr()
677 static int check_i2c_image(struct edgeport_serial *serial) in check_i2c_image()
757 static int get_manuf_info(struct edgeport_serial *serial, __u8 *buffer) in get_manuf_info()
868 static int i2c_type_bootmode(struct edgeport_serial *serial) in i2c_type_bootmode()
925 static int download_code(struct edgeport_serial *serial, __u8 *image, in download_code()
963 static int check_fw_sanity(struct edgeport_serial *serial, in check_fw_sanity()
1004 static int download_fw(struct edgeport_serial *serial) in download_fw()
1071 static int do_download_mode(struct edgeport_serial *serial, in do_download_mode()
1383 static int do_boot_mode(struct edgeport_serial *serial, in do_boot_mode()
1628 struct edgeport_serial *edge_serial = urb->context; in edge_interrupt_callback()
1843 struct edgeport_serial *edge_serial; in edge_open()
1978 struct edgeport_serial *edge_serial; in edge_close()
2479 static void edge_heartbeat_schedule(struct edgeport_serial *edge_serial) in edge_heartbeat_schedule()
2490 struct edgeport_serial *serial; in edge_heartbeat_work()
2493 serial = container_of(work, struct edgeport_serial, in edge_heartbeat_work()
2530 struct edgeport_serial *edge_serial; in edge_startup()
2535 edge_serial = kzalloc(sizeof(struct edgeport_serial), GFP_KERNEL); in edge_startup()
2571 struct edgeport_serial *edge_serial = usb_get_serial_data(serial); in edge_disconnect()
2578 struct edgeport_serial *edge_serial = usb_get_serial_data(serial); in edge_release()
2688 struct edgeport_serial *edge_serial = usb_get_serial_data(serial); in edge_suspend()
2697 struct edgeport_serial *edge_serial = usb_get_serial_data(serial); in edge_resume()