Home
last modified time | relevance | path

Searched refs:xxx (Results 1 – 25 of 194) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Ddvb-usb-mxl111sf-cardlist.rst15 * - HCW 117xxx
17 * - HCW 126xxx
19 * - Hauppauge 117xxx ATSC+
21 * - Hauppauge 117xxx DVBT
23 * - Hauppauge 126xxx
25 * - Hauppauge 126xxx ATSC
27 * - Hauppauge 126xxx ATSC+
29 * - Hauppauge 126xxx DVBT
31 * - Hauppauge 138xxx DVBT
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A DKconfig3 tristate "Atheros 5xxx wireless cards support"
11 Atheros 5xxx chipset.
24 bool "Atheros 5xxx debugging"
27 Atheros 5xxx debugging messages.
43 bool "Atheros 5xxx tracer"
54 bool "Atheros 5xxx AHB bus support"
57 This adds support for WiSoC type chipsets of the 5xxx Atheros
61 bool "Atheros 5xxx PCI bus support"
64 This adds support for PCI type chipsets of the 5xxx Atheros
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbna.h114 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument
116 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument
118 #define xxx_enable(mode, bitmask, xxx) \ argument
120 bitmask |= xxx; \
121 mode |= xxx; \
124 #define xxx_disable(mode, bitmask, xxx) \ argument
126 bitmask |= xxx; \
127 mode &= ~xxx; \
130 #define xxx_inactive(mode, bitmask, xxx) \ argument
132 bitmask &= ~xxx; \
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dphy-bindings.txt20 compatible = "xxx";
44 usb1: usb_otg_ss@xxx {
45 compatible = "xxx";
46 reg = <xxx>;
59 usb2: usb_otg_ss@xxx {
60 compatible = "xxx";
61 reg = <xxx>;
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Disofs.rst39 mode=xxx Sets the permissions on files to xxx unless Rock Ridge
41 dmode=xxx Sets the permissions on directories to xxx unless Rock Ridge
54 sbsector=xxx Session begins from sector xxx
H A Domfs.rst39 umask=xxx set permission umask to xxx
40 fmask=xxx set umask to xxx for files
41 dmask=xxx set umask to xxx for directories
H A Dbefs.rst57 is called patch-befs-xxx, you would do the following:
60 patch -p1 < /path/to/patch-befs-xxx
105 iocharset=xxx Use xxx as the name of the NLS translation table.
/OK3568_Linux_fs/kernel/scripts/
H A Dextract-vmlinux55 try_decompress '\135\0\0\0' xxx unlzma
57 try_decompress '\002!L\030' xxx 'lz4 -d'
58 try_decompress '(\265/\375' xxx unzstd
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/
H A DREADME.md5 ./rknn_benchmark xxx.rknn [input_data] [loop_count] [core_mask]
21 ./rknn_benchmark xxx.rknn input1.npy#input2.npy
61 ./rknn_benchmark xxx.rknn
90 ./rknn_benchmark xxx.rknn
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/
H A DREADME.md104 ./rknn_yolov5_video_demo model/<TARGET_PLATFORM>/yolov5s-640-640.rknn xxx.h264 264
108 ffmpeg -i xxx.mp4 -vcodec h264 out.h264
113 ./rknn_yolov5_video_demo model/<TARGET_PLATFORM>/yolov5s-640-640.rknn xxx.hevc 265
117 ffmpeg -i xxx.mp4 -vcodec hevc out.hevc
/OK3568_Linux_fs/kernel/include/linux/
H A Dcred.h362 #define task_cred_xxx(task, xxx) \ argument
364 __typeof__(((struct cred *)NULL)->xxx) ___val; \
366 ___val = __task_cred((task))->xxx; \
374 #define current_cred_xxx(xxx) \ argument
376 current_cred()->xxx; \
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dstable-kernel-rules.rst11 中文版维护者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
12 中文版翻译者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
H A Dstable-api-nonsense.rst10 中文版维护者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
11 中文版翻译者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-input-exc30001 What: /sys/bus/i2c/devices/xxx/fw_version
10 What: /sys/bus/i2c/devices/xxx/model
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/
H A DKconfig3 tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
7 A library for Marvell Libertas 8xxx devices using thinfirm.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/platform/
H A DKconfig20 # "drivers/gpu/arm/midgard/platform/xxx/Kconfig"
22 # Where xxx is the platform name is the name set in MALI_PLATFORM_THIRDPARTY_NAME
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DINSTALL148 MacOS. In the following example, we'll use .xxx as the extension of
152 ./sox monkey.wav monkey.xxx
158 ./sox monkey.wav -r 12500 -b 16 -e signed-integer monkey.xxx
162 ./play monkey.xxx
166 ./sox monkey.xxx -d
168 If monkey.xxx plays properly (it's a very short monkey screech),
/OK3568_Linux_fs/buildroot/board/amarula/vyasa/
H A Dreadme.txt26 You can write this image directly to an SD card device (i.e. /dev/xxx):
28 $ sudo dd if=output/images/sdcard.img of=/dev/xxx
/OK3568_Linux_fs/kernel/arch/sh/tools/
H A Dmach-types2 # MACH_<xxx> CONFIG_<xxx>
/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/
H A DKconfig1 menu "QCA/Atheros 7xxx/9xxx platforms"
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A DMakefile12 obj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o
14 clk-3xxx.o dpll3xxx.o
/OK3568_Linux_fs/buildroot/board/asus/tinker/
H A Dreadme.txt32 You can write this image directly to an SD card device (i.e. /dev/xxx):
34 $ sudo dd if=output/images/sdcard.img of=/dev/xxx
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/
H A DREADME-PLUGINS22 This plugin will write files to the cwd, called vgnd-xxx.log. These will contain
23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/
H A DKconfig23 # "drivers/gpu/arm/bifrost/platform/xxx/Kconfig"
25 # Where xxx is the platform name is the name set in MALI_PLATFORM_NAME
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A DKconfig3 tristate "Marvell 8xxx Libertas WLAN driver support"
10 A library for Marvell Libertas 8xxx devices.

12345678