/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | xdp_router_ipv4_kern.c | 30 u8 b8[8]; member 154 key4.b8[4] = dest_ip & 0xff; in xdp_router_ipv4_prog() 155 key4.b8[5] = (dest_ip >> 8) & 0xff; in xdp_router_ipv4_prog() 156 key4.b8[6] = (dest_ip >> 16) & 0xff; in xdp_router_ipv4_prog() 157 key4.b8[7] = (dest_ip >> 24) & 0xff; in xdp_router_ipv4_prog()
|
D | map_perf_test_kern.c | 247 u8 b8[8]; in SYSCALL() member 252 key.b8[4] = 192; in SYSCALL() 253 key.b8[5] = 168; in SYSCALL() 254 key.b8[6] = 0; in SYSCALL() 255 key.b8[7] = 1; in SYSCALL()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | syscall.h | 54 *args = regs->b8; in syscall_get_arguments()
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
D | interact.c | 63 unsigned char b8; member 256 if (i < interact_type[interact->type].b8) in interact_connect()
|
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
D | stm32-cryp.c | 434 u8 *b8 = (u8 *)block; in stm32_cryp_write_ccm_first_header() local 438 b8[0] = (alen >> 8) & 0xFF; in stm32_cryp_write_ccm_first_header() 439 b8[1] = alen & 0xFF; in stm32_cryp_write_ccm_first_header() 443 b8[0] = 0xFF; in stm32_cryp_write_ccm_first_header() 444 b8[1] = 0xFE; in stm32_cryp_write_ccm_first_header() 445 b8[2] = (alen & 0xFF000000) >> 24; in stm32_cryp_write_ccm_first_header() 446 b8[3] = (alen & 0x00FF0000) >> 16; in stm32_cryp_write_ccm_first_header() 447 b8[4] = (alen & 0x0000FF00) >> 8; in stm32_cryp_write_ccm_first_header() 448 b8[5] = alen & 0x000000FF; in stm32_cryp_write_ccm_first_header()
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
D | signal.c | 43 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext() 108 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
|
D | asm-offsets.c | 75 OFFSET(REGS_B8, pt_regs, b8); in foo()
|
D | traps.c | 42 pr_err("A8: %08lx B8: %08lx\n", regs->a8, regs->b8); in show_regs()
|
/kernel/linux/linux-5.10/arch/c6x/include/uapi/asm/ |
D | ptrace.h | 138 REG_PAIR(b9, b8);
|
/kernel/linux/linux-5.10/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) | \
|
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/ |
D | core.c | 64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 67 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|
/kernel/linux/linux-5.10/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 {
|
/kernel/linux/linux-5.10/Documentation/staging/ |
D | static-keys.rst | 241 ffffffff810442b0: 48 8b b8 e8 02 00 00 mov 0x2e8(%rax),%rdi 263 ffffffff81044215: 48 8b b8 e8 02 00 00 mov 0x2e8(%rax),%rdi
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | aacraid.rst | 108 9005:0285:9005:02b8 ICP ICP5445SL (Voodoo44)
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | examples.txt | 203 0.00 : 31a2e95602: b8 38 00 00 00 mov $0x38,%eax
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
D | cp437.uni | 64 0x2c U+002c U+00b8
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | vrf.rst | 185 link/ether e6:28:b8:63:70:bb brd ff:ff:ff:ff:ff:ff promiscuity 0 195 green UP e6:28:b8:63:70:bb <NOARP,MASTER,UP,LOWER_UP>
|