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

/drivers/usb/serial/
H A Dio_ti.c658 int desc_type, struct ti_i2c_desc *rom_desc)
669 (__u8 *)rom_desc);
673 if (rom_desc->Type == desc_type)
677 + rom_desc->Size;
679 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type);
685 static int valid_csum(struct ti_i2c_desc *rom_desc, __u8 *buffer) argument
690 for (i = 0; i < rom_desc->Size; i++)
693 if (cs != rom_desc->CheckSum) {
694 dbg("%s - Mismatch %x - %x", __func__, rom_desc->CheckSum, cs);
705 struct ti_i2c_desc *rom_desc; local
657 get_descriptor_addr(struct edgeport_serial *serial, int desc_type, struct ti_i2c_desc *rom_desc) argument
787 struct ti_i2c_desc *rom_desc; local
1058 struct ti_i2c_desc *rom_desc; local
[all...]

Completed in 27 milliseconds