Home
last modified time | relevance | path

Searched refs:rd_data_max (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-ft260.c500 u16 rd_data_max = 60; in ft260_i2c_read() local
511 if (len <= rd_data_max) { in ft260_i2c_read()
515 rd_len = rd_data_max; in ft260_i2c_read()
517 rd_data_max = FT260_RD_DATA_MAX; in ft260_i2c_read()