Searched refs:bswap (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/mod/
H A Dmodpost.h55 #define bswap(x) \ macro
67 #define TO_NATIVE(x) (bswap(x))
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c500 int bswap, sign; local
521 bswap = 1;
523 bswap = 0;
556 bswap ? 'b' : '-');
561 if (bswap)
H A Dsaa7134-video.c104 .bswap = 1,
113 .bswap = 1,
122 .bswap = 1,
131 .bswap = 1,
137 .bswap = 1,
661 if (dev->fmt->bswap)
H A Dsaa7134.h106 unsigned int bswap:1; member in struct:saa7134_format

Completed in 211 milliseconds