Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_usbvend.h654 #define TI_MAX_I2C_SIZE (16 * 1024) macro
H A Dio_ti.c655 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type); in get_descriptor_addr()
690 buffer = kmalloc(TI_MAX_I2C_SIZE, GFP_KERNEL); in check_i2c_image()
717 le16_to_cpu(rom_desc->Size)) > TI_MAX_I2C_SIZE) { in check_i2c_image()
745 (start_address < TI_MAX_I2C_SIZE)); in check_i2c_image()
748 (start_address > TI_MAX_I2C_SIZE)) in check_i2c_image()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_usbvend.h654 #define TI_MAX_I2C_SIZE (16 * 1024) macro
H A Dio_ti.c652 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type); in get_descriptor_addr()
687 buffer = kmalloc(TI_MAX_I2C_SIZE, GFP_KERNEL); in check_i2c_image()
714 le16_to_cpu(rom_desc->Size)) > TI_MAX_I2C_SIZE) { in check_i2c_image()
742 (start_address < TI_MAX_I2C_SIZE)); in check_i2c_image()
745 (start_address > TI_MAX_I2C_SIZE)) in check_i2c_image()

Completed in 10 milliseconds