Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H 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 …]
H A Ddvb-usb-dibusb-mc-cardlist.rst20 - 10b8:0bc6, 10b8:0bc7
H A Ddvb-usb-dibusb-mb-cardlist.rst28 - 10b8:0bb8, 10b8:0bb9
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_router_ipv4_kern.c30 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 Dmap_perf_test_kern.c247 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 Dpropertystore.h70 …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 Dhid-steam.c931 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 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)
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-vehicle-serdes-display-v20.dtsi879 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 Drk3588-vehicle-serdes-display.dtsi879 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 Dpython-crayons.mk9 PYTHON_CRAYONS_SITE = https://files.pythonhosted.org/packages/b8/6b/12a1dea724c82f1c19f410365d3e253…
/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-cryp.c434 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 Dmem_fn_template.hpp942 …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 D40-libgphoto2.rules355 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 Du-boot-spl.sym
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dinteract.c63 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 Dsyscall.h54 *args = regs->b8; in syscall_get_arguments()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Ddatamov_utils.hpp96 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 Ddatamov_utils.hpp96 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 Ddatamov_utils.hpp96 OPENCV_CUDA_DEFINE_FORCE_GLOB_B(char, b8)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A Darch_pm.patch15 index 1720847b8..6345ce3b9 100644
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dsignal.c43 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 Dp2p_single.sh32 local_mac=00:a8:b8:$eth0_local_mac
H A Dload_ap_sta.sh31 local_mac=00:a8:b8:$eth0_local_mac
H A Dp2p_dual.sh31 local_mac=00:a8:b8:$eth0_local_mac

1234