/linux-6.1.9/Documentation/admin-guide/media/ |
D | dvb-usb-dib0700-cardlist.rst | 30 - 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 …]
|
D | dvb-usb-dibusb-mc-cardlist.rst | 20 - 10b8:0bc6, 10b8:0bc7
|
D | dvb-usb-dibusb-mb-cardlist.rst | 28 - 10b8:0bb8, 10b8:0bb9
|
D | gspca-cardlist.rst | 422 vc032x 15b8:6001 HP 2.0 Megapixel 423 vc032x 15b8:6002 HP 2.0 Megapixel rz406aa
|
/linux-6.1.9/samples/bpf/ |
D | xdp_router_ipv4.bpf.c | 27 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()
|
D | map_perf_test_kern.c | 259 u8 b8[8]; in SYSCALL() member 264 key.b8[4] = 192; in SYSCALL() 265 key.b8[5] = 168; in SYSCALL() 266 key.b8[6] = 0; in SYSCALL() 267 key.b8[7] = 1; in SYSCALL()
|
/linux-6.1.9/drivers/hid/ |
D | hid-steam.c | 931 u8 b8, b9, b10; in steam_do_input_event() local 935 b8 = data[8]; in steam_do_input_event() 971 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event() 972 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event() 973 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_input_event() 974 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_input_event() 975 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4))); in steam_do_input_event() 976 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5))); in steam_do_input_event() 977 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6))); in steam_do_input_event() 978 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7))); in steam_do_input_event()
|
/linux-6.1.9/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 110 .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.1.9/drivers/iio/dac/ |
D | ad5766.c | 125 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.1.9/drivers/input/joystick/ |
D | interact.c | 60 unsigned char b8; member 253 if (i < interact_type[interact->type].b8) in interact_connect()
|
/linux-6.1.9/drivers/crypto/stm32/ |
D | stm32-cryp.c | 439 u8 *b8 = (u8 *)block; in stm32_cryp_write_ccm_first_header() local 443 b8[0] = (alen >> 8) & 0xFF; in stm32_cryp_write_ccm_first_header() 444 b8[1] = alen & 0xFF; in stm32_cryp_write_ccm_first_header() 448 b8[0] = 0xFF; in stm32_cryp_write_ccm_first_header() 449 b8[1] = 0xFE; in stm32_cryp_write_ccm_first_header() 450 b8[2] = (alen & 0xFF000000) >> 24; in stm32_cryp_write_ccm_first_header() 451 b8[3] = (alen & 0x00FF0000) >> 16; in stm32_cryp_write_ccm_first_header() 452 b8[4] = (alen & 0x0000FF00) >> 8; in stm32_cryp_write_ccm_first_header() 453 b8[5] = alen & 0x000000FF; in stm32_cryp_write_ccm_first_header()
|
/linux-6.1.9/arch/x86/kernel/ |
D | uprobes.c | 46 #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.1.9/arch/x86/kernel/kprobes/ |
D | core.c | 63 #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.1.9/arch/arm64/boot/dts/apple/ |
D | t8103-pmgr.dtsi | 205 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 {
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | emev2.dtsi | 132 usib_u1_sclk: usib_u1_sclk@4b8,1 {
|
D | keystone-k2hk-clocks.dtsi | 373 clkvcp7: clkvcp7@23500b8 {
|
/linux-6.1.9/Documentation/staging/ |
D | static-keys.rst | 238 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.1.9/Documentation/fault-injection/ |
D | nvme-fault-injection.rst | 160 …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.1.9/Documentation/scsi/ |
D | aacraid.rst | 108 9005:0285:9005:02b8 ICP ICP5445SL (Voodoo44)
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 444 cmpu b8 $r10 4 456 cmpu b8 $r10 6 464 st b8 D[$sp + $r8] $r12
|
/linux-6.1.9/tools/perf/Documentation/ |
D | examples.txt | 203 0.00 : 31a2e95602: b8 38 00 00 00 mov $0x38,%eax
|
/linux-6.1.9/drivers/tty/vt/ |
D | cp437.uni | 64 0x2c U+002c U+00b8
|
/linux-6.1.9/Documentation/networking/ |
D | vrf.rst | 198 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>
|
D | filter.rst | 534 [ 3389.935851] JIT code: 00000030: 00 e8 28 94 ff e0 83 f8 01 75 07 b8 ff ff 00 00 607 b8 ff ff 00 00
|
/linux-6.1.9/Documentation/x86/ |
D | orc-unwinder.rst | 181 .. [2] https://lore.kernel.org/r/d2ca5435-6386-29b8-db87-7f227c2b713a@suse.cz
|