Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-core.c1400 int bits_to_copy = 8 - bit_shift; in __extract() local
1406 n -= bits_to_copy; in __extract()
1407 bit_nr += bits_to_copy; in __extract()
1408 bits_to_copy = 8; in __extract()