Home
last modified time | relevance | path

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

/linux/lib/
A Dbch.c154 if (!bch->swap_bits) in swap_bits()
172 u8 tmp = swap_bits(bch, *data++); in bch_encode_unaligned()
196 swap_bits(bch, src[3]); in load_ecc8()
201 ((u32)swap_bits(bch, pad[2]) << 8) | in load_ecc8()
202 swap_bits(bch, pad[3]); in load_ecc8()
218 *dst++ = swap_bits(bch, src[i]); in store_ecc8()
295 if (bch->swap_bits) in bch_encode()
296 w = (u32)swap_bits(bch, w) | in bch_encode()
1108 if (!bch->swap_bits) in bch_decode()
1320 bool swap_bits) in bch_init() argument
[all …]
/linux/include/linux/
A Dbch.h55 bool swap_bits; member
59 bool swap_bits);
/linux/drivers/media/usb/gspca/
A Dnw80x.c1637 static int swap_bits(int v) in swap_bits() function
1662 val = swap_bits(val); in setgain()

Completed in 10 milliseconds