Searched refs:edgeport_serial (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/usb/serial/ |
D | io_edgeport.c | 372 struct edgeport_serial { struct 466 static int process_rcvd_data (struct edgeport_serial *edge_serial, unsigned char *buffer, __u16 b… 467 static void process_rcvd_status (struct edgeport_serial *edge_serial, __u8 byte2, __u8 byte3); 476 static void send_more_port_data (struct edgeport_serial *edge_serial, struct edgeport_port *edge_p… 481 static void get_manufacturing_desc (struct edgeport_serial *edge_serial); 482 static void get_boot_desc (struct edgeport_serial *edge_serial); 483 static void load_application_firmware (struct edgeport_serial *edge_serial); 505 static void update_edgeport_E2PROM (struct edgeport_serial *edge_serial) in update_edgeport_E2PROM() 654 static void get_product_info(struct edgeport_serial *edge_serial) in get_product_info() 756 struct edgeport_serial *edge_serial = (struct edgeport_serial *)urb->context; in edge_interrupt_callback() [all …]
|
D | io_ti.c | 108 struct edgeport_serial *edge_serial; 112 struct edgeport_serial { struct 332 static int TIReadBootMemory (struct edgeport_serial *serial, int start_address, int length, __u8 * … in TIReadBootMemory() 359 static int TIWriteBootMemory (struct edgeport_serial *serial, int start_address, int length, __u8 *… in TIWriteBootMemory() 391 static int TIWriteDownloadI2C (struct edgeport_serial *serial, int start_address, int length, __u8 … in TIWriteDownloadI2C() 606 int TIReadRom (struct edgeport_serial *serial, int start_address, int length, __u8 *buffer) in TIReadRom() 626 int TIWriteRom (struct edgeport_serial *serial, int start_address, int length, __u8 *buffer) in TIWriteRom() 647 static int TIGetDescriptorAddress (struct edgeport_serial *serial, int desc_type, struct ti_i2c_des… in TIGetDescriptorAddress() 689 static int TiValidateI2cImage (struct edgeport_serial *serial) in TiValidateI2cImage() 763 static int TIReadManufDescriptor (struct edgeport_serial *serial, __u8 *buffer) in TIReadManufDescriptor() [all …]
|