Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c500 int bswap, sign; in snd_card_saa7134_capture_prepare() local
521 bswap = 1; in snd_card_saa7134_capture_prepare()
523 bswap = 0; in snd_card_saa7134_capture_prepare()
556 bswap ? 'b' : '-'); in snd_card_saa7134_capture_prepare()
561 if (bswap) in snd_card_saa7134_capture_prepare()
H A Dsaa7134-video.c104 .bswap = 1,
113 .bswap = 1,
122 .bswap = 1,
131 .bswap = 1,
137 .bswap = 1,
731 if (dev->ovfmt->bswap) in start_preview()
848 if (dev->fmt->bswap) in buffer_activate()
H A Dsaa7134.h106 unsigned int bswap:1; member
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c500 int bswap, sign; in snd_card_saa7134_capture_prepare() local
521 bswap = 1; in snd_card_saa7134_capture_prepare()
523 bswap = 0; in snd_card_saa7134_capture_prepare()
556 bswap ? 'b' : '-'); in snd_card_saa7134_capture_prepare()
561 if (bswap) in snd_card_saa7134_capture_prepare()
H A Dsaa7134-video.c104 .bswap = 1,
113 .bswap = 1,
122 .bswap = 1,
131 .bswap = 1,
137 .bswap = 1,
661 if (dev->fmt->bswap) in buffer_activate()
H A Dsaa7134.h106 unsigned int bswap:1; member
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dglue_helper-asm-avx.S44 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \
47 vmovdqa bswap, t1; \
H A Dglue_helper-asm-avx2.S55 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \
65 vbroadcasti128 bswap, t1; \
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-probe.c198 int bswap = 1; in do_identify() local
222 bswap ^= 1; in do_identify()
225 ide_fixstring(m, ATA_ID_PROD_LEN, bswap); in do_identify()
226 ide_fixstring((char *)&id[ATA_ID_FW_REV], ATA_ID_FW_REV_LEN, bswap); in do_identify()
227 ide_fixstring((char *)&id[ATA_ID_SERNO], ATA_ID_SERNO_LEN, bswap); in do_identify()

Completed in 28 milliseconds