Home
last modified time | relevance | path

Searched refs:b8 (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.3-rc2/Documentation/admin-guide/media/
A Ddvb-usb-dib0700-cardlist.rst30 - 10b8:1bb2
32 - 10b8:1fa8
34 - 10b8:2384
36 - 10b8:1ebc
38 - 10b8:1ebe
40 - 10b8:1ef0
42 - 10b8:1e14, 10b8:1e78
44 - 10b8:1e80
46 - 10b8:1f90
48 - 10b8:1f98
[all …]
A Ddvb-usb-dibusb-mc-cardlist.rst20 - 10b8:0bc6, 10b8:0bc7
A Ddvb-usb-dibusb-mb-cardlist.rst28 - 10b8:0bb8, 10b8:0bb9
A Dgspca-cardlist.rst422 vc032x 15b8:6001 HP 2.0 Megapixel
423 vc032x 15b8:6002 HP 2.0 Megapixel rz406aa
/linux-6.3-rc2/samples/bpf/
A Dxdp_router_ipv4.bpf.c27 u8 b8[8]; member
132 key4.b8[4] = iph->daddr & 0xff; in xdp_router_ipv4_prog()
133 key4.b8[5] = (iph->daddr >> 8) & 0xff; in xdp_router_ipv4_prog()
134 key4.b8[6] = (iph->daddr >> 16) & 0xff; in xdp_router_ipv4_prog()
135 key4.b8[7] = (iph->daddr >> 24) & 0xff; in xdp_router_ipv4_prog()
A Dmap_perf_test.bpf.c253 u8 b8[8]; in BPF_KSYSCALL() member
258 key.b8[4] = 192; in BPF_KSYSCALL()
259 key.b8[5] = 168; in BPF_KSYSCALL()
260 key.b8[6] = 0; in BPF_KSYSCALL()
261 key.b8[7] = 1; in BPF_KSYSCALL()
/linux-6.3-rc2/drivers/hid/
A Dhid-steam.c1081 u8 b8, b9, b10; in steam_do_input_event() local
1085 b8 = data[8]; in steam_do_input_event()
1125 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4))); in steam_do_input_event()
1126 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5))); in steam_do_input_event()
1127 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6))); in steam_do_input_event()
1128 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7))); in steam_do_input_event()
1247 u8 b8, b9, b10, b11, b13, b14; in steam_do_deck_input_event() local
1250 b8 = data[8]; in steam_do_deck_input_event()
1288 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4))); in steam_do_deck_input_event()
1289 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5))); in steam_do_deck_input_event()
[all …]
/linux-6.3-rc2/arch/powerpc/crypto/
A Daes-tab-4k.S110 .long R(6b, b8, b8, d3), R(28, 14, 14, 3c)
116 .long R(48, 24, 24, 6c), R(b8, 5c, 5c, e4)
156 .long R(84, 42, 42, c6), R(d0, 68, 68, b8)
233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63)
250 .long R(f6, 8d, 13, c2), R(90, d8, b8, e8)
271 .long R(c1, 2c, 1f, b8), R(46, 65, 51, 7f)
291 .long R(48, 6c, 5c, 74), R(d0, b8, 57, 42)
/linux-6.3-rc2/drivers/iio/dac/
A Dad5766.c125 u8 b8[4]; member
176 st->data[0].b8[0] = command; in __ad5766_spi_write()
177 put_unaligned_be16(data, &st->data[0].b8[1]); in __ad5766_spi_write()
179 return spi_write(st->spi, &st->data[0].b8[0], 3); in __ad5766_spi_write()
/linux-6.3-rc2/drivers/input/joystick/
A Dinteract.c60 unsigned char b8; member
253 if (i < interact_type[interact->type].b8) in interact_connect()
/linux-6.3-rc2/drivers/crypto/stm32/
A Dstm32-cryp.c604 u8 *b8 = (u8 *)block; in stm32_cryp_write_ccm_first_header() local
608 b8[0] = (alen >> 8) & 0xFF; in stm32_cryp_write_ccm_first_header()
609 b8[1] = alen & 0xFF; in stm32_cryp_write_ccm_first_header()
613 b8[0] = 0xFF; in stm32_cryp_write_ccm_first_header()
614 b8[1] = 0xFE; in stm32_cryp_write_ccm_first_header()
615 b8[2] = (alen & 0xFF000000) >> 24; in stm32_cryp_write_ccm_first_header()
616 b8[3] = (alen & 0x00FF0000) >> 16; in stm32_cryp_write_ccm_first_header()
617 b8[4] = (alen & 0x0000FF00) >> 8; in stm32_cryp_write_ccm_first_header()
618 b8[5] = alen & 0x000000FF; in stm32_cryp_write_ccm_first_header()
/linux-6.3-rc2/arch/x86/kernel/
A Duprobes.c46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
49 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/linux-6.3-rc2/arch/x86/kernel/kprobes/
A Dcore.c63 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
66 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/linux-6.3-rc2/arch/arm64/boot/dts/apple/
A Dt8103-pmgr.dtsi205 ps_imx: power-controller@1b8 {
480 ps_mca0: power-controller@2b8 {
792 ps_mipi_dsi: power-controller@3b8 {
1063 ps_debug_usb: power-controller@b8 {
A Dt600x-pmgr.dtsi168 DIE_NODE(ps_dcs_08): power-controller@1b8 {
655 DIE_NODE(ps_trace_fab): power-controller@3b8 {
875 DIE_NODE(ps_i2c2): power-controller@1b8 {
1163 DIE_NODE(ps_dpa2): power-controller@2b8 {
1382 DIE_NODE(ps_ans2): power-controller@3b8 {
1672 DIE_NODE(ps_afnc5_ioa): power-controller@1b8 {
1948 DIE_NODE(ps_nub_sram): power-controller@b8 {
/linux-6.3-rc2/arch/arm/boot/dts/
A Demev2.dtsi132 usib_u1_sclk: usib_u1_sclk@4b8,1 {
A Dkeystone-k2hk-clocks.dtsi373 clkvcp7: clkvcp7@23500b8 {
/linux-6.3-rc2/Documentation/staging/
A Dstatic-keys.rst238 ffffffff810442b0: 48 8b b8 e8 02 00 00 mov 0x2e8(%rax),%rdi
260 ffffffff81044215: 48 8b b8 e8 02 00 00 mov 0x2e8(%rax),%rdi
/linux-6.3-rc2/Documentation/scsi/
A Daacraid.rst108 9005:0285:9005:02b8 ICP ICP5445SL (Voodoo44)
/linux-6.3-rc2/Documentation/fault-injection/
A Dnvme-fault-injection.rst160 …2 aa 8c ff fb 66 0f 1f 44 00 00 <45> 85 ed 0f 88 37 03 00 00 4c 8b 45 d0 4c 2b 45 b8 48 ba cf f7 53
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
A Dcom.fuc444 cmpu b8 $r10 4
456 cmpu b8 $r10 6
464 st b8 D[$sp + $r8] $r12
/linux-6.3-rc2/tools/perf/Documentation/
A Dexamples.txt203 0.00 : 31a2e95602: b8 38 00 00 00 mov $0x38,%eax
/linux-6.3-rc2/drivers/tty/vt/
A Dcp437.uni64 0x2c U+002c U+00b8
/linux-6.3-rc2/Documentation/networking/
A Dvrf.rst198 link/ether e6:28:b8:63:70:bb brd ff:ff:ff:ff:ff:ff promiscuity 0
208 green UP e6:28:b8:63:70:bb <NOARP,MASTER,UP,LOWER_UP>
/linux-6.3-rc2/Documentation/x86/
A Dorc-unwinder.rst181 .. [2] https://lore.kernel.org/r/d2ca5435-6386-29b8-db87-7f227c2b713a@suse.cz

Completed in 57 milliseconds

12