| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A 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 …]
|
| H A D | dvb-usb-dibusb-mc-cardlist.rst | 20 - 10b8:0bc6, 10b8:0bc7
|
| H A D | dvb-usb-dibusb-mb-cardlist.rst | 28 - 10b8:0bb8, 10b8:0bb9
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | propertystore.h | 70 …3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY DECLSPEC_SELECTANY name = { { l, w1, w2, { … argument 72 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PRO… argument
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A 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)
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-serdes-display-v20.dtsi | 879 02b8 00ff 891 03b8 00ff 1056 02b8 00ff 1068 03b8 00ff 1457 02b8 00ff 1469 03b8 00ff 1633 02b8 00ff 1645 03b8 00ff
|
| H A D | rk3588-vehicle-serdes-display.dtsi | 879 02b8 00ff 891 03b8 00ff 1056 02b8 00ff 1068 03b8 00ff 1457 02b8 00ff 1469 03b8 00ff 1633 02b8 00ff 1645 03b8 00ff
|
| /OK3568_Linux_fs/buildroot/package/python-crayons/ |
| H A D | python-crayons.mk | 9 PYTHON_CRAYONS_SITE = https://files.pythonhosted.org/packages/b8/6b/12a1dea724c82f1c19f410365d3e253…
|
| /OK3568_Linux_fs/kernel/drivers/crypto/stm32/ |
| H A 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/ |
| H A D | mem_fn_template.hpp | 942 …all(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6, B7 & b7, B8 & b8) const in BOOST_MEM_FN_NAME() 944 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4, b5, b6, b7, b8); in BOOST_MEM_FN_NAME() 947 …(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6, B7 & b7, B8 & b8) const in BOOST_MEM_FN_NAME() 949 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4, b5, b6, b7, b8); in BOOST_MEM_FN_NAME() 1006 …all(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6, B7 & b7, B8 & b8) const in BOOST_MEM_FN_NAME() 1008 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4, b5, b6, b7, b8); in BOOST_MEM_FN_NAME() 1011 …(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6, B7 & b7, B8 & b8) const in BOOST_MEM_FN_NAME() 1013 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4, b5, b6, b7, b8); in BOOST_MEM_FN_NAME()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
| H A D | 40-libgphoto2.rules | 355 ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="30b8", MODE="l36" 585 ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="0403", MODE="l36" 586 ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="0402", MODE="l36" 927 ATTRS{idVendor}=="040a", ATTRS{idProduct}=="05b8", MODE="l36" 1037 ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="60ca", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 1038 ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="7088", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 1039 ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="64cf", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 1040 ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="2e32", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 1041 ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="2e33", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 1042 ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="2e67", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" [all …]
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | interact.c | 63 unsigned char b8; member 256 if (i < interact_type[interact->type].b8) in interact_connect()
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | syscall.h | 54 *args = regs->b8; in syscall_get_arguments()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | datamov_utils.hpp | 96 OPENCV_CUDA_DEFINE_FORCE_GLOB_B(char, b8)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | datamov_utils.hpp | 96 OPENCV_CUDA_DEFINE_FORCE_GLOB_B(char, b8)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | datamov_utils.hpp | 96 OPENCV_CUDA_DEFINE_FORCE_GLOB_B(char, b8)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | arch_pm.patch | 15 index 1720847b8..6345ce3b9 100644
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | p2p_single.sh | 32 local_mac=00:a8:b8:$eth0_local_mac
|
| H A D | load_ap_sta.sh | 31 local_mac=00:a8:b8:$eth0_local_mac
|
| H A D | p2p_dual.sh | 31 local_mac=00:a8:b8:$eth0_local_mac
|