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

/linux-master/drivers/usb/serial/
H A Dio_ti.c631 int desc_type, struct ti_i2c_desc *rom_desc)
642 (u8 *)rom_desc);
646 if (rom_desc->Type == desc_type)
650 le16_to_cpu(rom_desc->Size);
652 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type);
658 static int valid_csum(struct ti_i2c_desc *rom_desc, u8 *buffer) argument
663 for (i = 0; i < le16_to_cpu(rom_desc->Size); i++)
666 if (cs != rom_desc->CheckSum) {
667 pr_debug("%s - Mismatch %x - %x", __func__, rom_desc->CheckSum, cs);
678 struct ti_i2c_desc *rom_desc; local
630 get_descriptor_addr(struct edgeport_serial *serial, int desc_type, struct ti_i2c_desc *rom_desc) argument
758 struct ti_i2c_desc *rom_desc; local
1078 struct ti_i2c_desc *rom_desc; local
2456 struct ti_i2c_desc *rom_desc; local
[all...]

Completed in 117 milliseconds