Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-core.c1346 int bits_to_copy = 8 - bit_shift; in __extract() local
1352 n -= bits_to_copy; in __extract()
1353 bit_nr += bits_to_copy; in __extract()
1354 bits_to_copy = 8; in __extract()