Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/asihpi/
Dhpi6205.c2016 u32 this_copy = data_size - data_transferred; in hpi6205_transfer_data() local
2018 if (this_copy > HPI6205_SIZEOF_DATA) in hpi6205_transfer_data()
2019 this_copy = HPI6205_SIZEOF_DATA; in hpi6205_transfer_data()
2023 &p_data[data_transferred], this_copy); in hpi6205_transfer_data()
2025 interface->transfer_size_in_bytes = this_copy; in hpi6205_transfer_data()
2033 HPI6205_TIMEOUT - temp2, this_copy); in hpi6205_transfer_data()
2045 (void *)&interface->u.b_data[0], this_copy); in hpi6205_transfer_data()
2047 data_transferred += this_copy; in hpi6205_transfer_data()