Searched refs:next_read_size (Results 1 – 2 of 2) sorted by relevance
152 len = phy->next_read_size; in fdp_nci_i2c_read()173 phy->next_read_size = 5; in fdp_nci_i2c_read()179 phy->next_read_size = (tmp[2] << 8) + tmp[3] + 3; in fdp_nci_i2c_read()181 phy->next_read_size = FDP_NCI_I2C_MIN_PAYLOAD; in fdp_nci_i2c_read()307 phy->next_read_size = FDP_NCI_I2C_MIN_PAYLOAD; in fdp_nci_i2c_probe()
29 uint16_t next_read_size; member