Lines Matching refs:edgeport_serial
88 struct edgeport_serial *edge_serial;
96 struct edgeport_serial { struct
335 static int read_boot_mem(struct edgeport_serial *serial, in read_boot_mem()
361 static int write_boot_mem(struct edgeport_serial *serial, in write_boot_mem()
396 static int write_i2c_mem(struct edgeport_serial *serial, in write_i2c_mem()
550 static int read_rom(struct edgeport_serial *serial, in read_rom()
568 static int write_rom(struct edgeport_serial *serial, int start_address, in write_rom()
584 static int get_descriptor_addr(struct edgeport_serial *serial, in get_descriptor_addr()
628 static int check_i2c_image(struct edgeport_serial *serial) in check_i2c_image()
708 static int get_manuf_info(struct edgeport_serial *serial, __u8 *buffer) in get_manuf_info()
833 static int i2c_type_bootmode(struct edgeport_serial *serial) in i2c_type_bootmode()
890 static int download_code(struct edgeport_serial *serial, __u8 *image, in download_code()
934 static int download_fw(struct edgeport_serial *serial) in download_fw()
1502 struct edgeport_serial *edge_serial = urb->context; in edge_interrupt_callback()
1709 struct edgeport_serial *edge_serial; in edge_open()
1857 struct edgeport_serial *edge_serial; in edge_close()
2378 struct edgeport_serial *edge_serial; in edge_startup()
2382 edge_serial = kzalloc(sizeof(struct edgeport_serial), GFP_KERNEL); in edge_startup()