Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/asihpi/
Dhpi6205.c2021 u32 this_copy = data_size - data_transferred; in hpi6205_transfer_data() local
2023 if (this_copy > HPI6205_SIZEOF_DATA) in hpi6205_transfer_data()
2024 this_copy = HPI6205_SIZEOF_DATA; in hpi6205_transfer_data()
2028 &p_data[data_transferred], this_copy); in hpi6205_transfer_data()
2030 interface->transfer_size_in_bytes = this_copy; in hpi6205_transfer_data()
2038 HPI6205_TIMEOUT - temp2, this_copy); in hpi6205_transfer_data()
2050 (void *)&interface->u.b_data[0], this_copy); in hpi6205_transfer_data()
2052 data_transferred += this_copy; in hpi6205_transfer_data()