Searched refs:rom_desc (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_ti.c706 static int TIGetDescriptorAddress (struct edgeport_serial *serial, int desc_type, struct ti_i2c_desc *rom_desc) argument
717 (__u8 *)rom_desc );
721 if (rom_desc->Type == desc_type)
724 start_address = start_address + sizeof(struct ti_i2c_desc) + rom_desc->Size;
726 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type);
732 static int ValidChecksum(struct ti_i2c_desc *rom_desc, __u8 *buffer) argument
737 for (i=0; i < rom_desc->Size; i++) {
740 if (cs != rom_desc->CheckSum) {
741 dbg ("%s - Mismatch %x - %x", __FUNCTION__, rom_desc->CheckSum, cs);
752 struct ti_i2c_desc *rom_desc; local
830 struct ti_i2c_desc *rom_desc; local
1073 struct ti_i2c_desc *rom_desc; local
[all...]

Completed in 50 milliseconds