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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c666 int desc_type, struct ti_i2c_desc *rom_desc)
677 (__u8 *)rom_desc);
681 if (rom_desc->Type == desc_type)
685 + rom_desc->Size;
687 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type);
693 static int valid_csum(struct ti_i2c_desc *rom_desc, __u8 *buffer) argument
698 for (i = 0; i < rom_desc->Size; i++)
701 if (cs != rom_desc->CheckSum) {
702 dbg("%s - Mismatch %x - %x", __func__, rom_desc->CheckSum, cs);
713 struct ti_i2c_desc *rom_desc; local
665 get_descriptor_addr(struct edgeport_serial *serial, int desc_type, struct ti_i2c_desc *rom_desc) argument
795 struct ti_i2c_desc *rom_desc; local
1065 struct ti_i2c_desc *rom_desc; local
[all...]

Completed in 124 milliseconds