Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dbch.c120 if (!bch->swap_bits) in swap_bits()
138 u8 tmp = swap_bits(bch, *data++); in bch_encode_unaligned()
162 swap_bits(bch, src[3]); in load_ecc8()
167 ((u32)swap_bits(bch, pad[2]) << 8) | in load_ecc8()
168 swap_bits(bch, pad[3]); in load_ecc8()
184 *dst++ = swap_bits(bch, src[i]); in store_ecc8()
261 if (bch->swap_bits) in bch_encode()
262 w = (u32)swap_bits(bch, w) | in bch_encode()
1064 if (!bch->swap_bits) in bch_decode()
1276 bool swap_bits) in bch_init() argument
[all …]
/linux-6.15/include/linux/
H A Dbch.h55 bool swap_bits; member
59 bool swap_bits);
/linux-6.15/drivers/media/usb/gspca/
H A Dnw80x.c1637 static int swap_bits(int v) in swap_bits() function
1662 val = swap_bits(val); in setgain()