Searched refs:edgeport_serial (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/serial/ |
D | io_edgeport.c | 116 struct edgeport_serial { struct 224 static void process_rcvd_data(struct edgeport_serial *edge_serial, 226 static void process_rcvd_status(struct edgeport_serial *edge_serial, 245 static void send_more_port_data(struct edgeport_serial *edge_serial, 254 static void get_manufacturing_desc(struct edgeport_serial *edge_serial); 255 static void get_boot_desc(struct edgeport_serial *edge_serial); 256 static void load_application_firmware(struct edgeport_serial *edge_serial); 275 static void update_edgeport_E2PROM(struct edgeport_serial *edge_serial) in update_edgeport_E2PROM() 392 static void dump_product_info(struct edgeport_serial *edge_serial, in dump_product_info() 427 static void get_product_info(struct edgeport_serial *edge_serial) in get_product_info() [all …]
|
D | io_ti.c | 111 struct edgeport_serial *edge_serial; 119 struct edgeport_serial { struct 232 static int do_download_mode(struct edgeport_serial *serial, 234 static int do_boot_mode(struct edgeport_serial *serial, 386 static int read_boot_mem(struct edgeport_serial *serial, in read_boot_mem() 412 static int write_boot_mem(struct edgeport_serial *serial, in write_boot_mem() 446 static int write_i2c_mem(struct edgeport_serial *serial, in write_i2c_mem() 603 static int read_rom(struct edgeport_serial *serial, in read_rom() 621 static int write_rom(struct edgeport_serial *serial, int start_address, in write_rom() 635 static int get_descriptor_addr(struct edgeport_serial *serial, in get_descriptor_addr() [all …]
|