Home
last modified time | relevance | path

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

12345

/linux/Documentation/admin-guide/media/
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
/linux/drivers/net/wireless/ath/ath5k/
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
/linux/drivers/net/ethernet/brocade/bna/
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 …]
/linux/Documentation/devicetree/bindings/phy/
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>;
/linux/Documentation/filesystems/
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
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
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.
/linux/scripts/
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
/linux/Documentation/ABI/testing/
A Dsysfs-driver-input-exc30001 What: /sys/bus/i2c/devices/xxx/fw_version
10 What: /sys/bus/i2c/devices/xxx/model
19 What: /sys/bus/i2c/devices/xxx/type
/linux/include/linux/
A Dcred.h363 #define task_cred_xxx(task, xxx) \ argument
365 __typeof__(((struct cred *)NULL)->xxx) ___val; \
367 ___val = __task_cred((task))->xxx; \
376 #define current_cred_xxx(xxx) \ argument
378 current_cred()->xxx; \
/linux/Documentation/translations/zh_CN/admin-guide/
A DREADME.rst78 删除备份文件(文件名类似xxx~ 或 xxx.orig),并确保没有失败的补丁(文件名
79 类似xxx# 或 xxx.rej)。如果有,不是你就是我犯了错误。
343 普通的gdb命令。查找系统崩溃点的命令是 ``l *0xXXXXXXXX`` (将xxx替换为EIP
/linux/Documentation/translations/zh_TW/admin-guide/
A DREADME.rst81 刪除備份文件(文件名類似xxx~ 或 xxx.orig),並確保沒有失敗的補丁(文件名
82 類似xxx# 或 xxx.rej)。如果有,不是你就是我犯了錯誤。
346 普通的gdb命令。查找系統崩潰點的命令是 ``l *0xXXXXXXXX`` (將xxx替換爲EIP
/linux/Documentation/translations/zh_CN/process/
A Dstable-kernel-rules.rst11 中文版维护者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
12 中文版翻译者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
A Dstable-api-nonsense.rst10 中文版维护者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
11 中文版翻译者: 钟宇 TripleX Chung <xxx.phy@gmail.com>
/linux/Documentation/translations/zh_TW/process/
A Dstable-kernel-rules.rst13 中文版維護者: 鍾宇 TripleX Chung <xxx.phy@gmail.com>
14 中文版翻譯者: 鍾宇 TripleX Chung <xxx.phy@gmail.com>
A Dstable-api-nonsense.rst12 中文版維護者: 鍾宇 TripleX Chung <xxx.phy@gmail.com>
13 中文版翻譯者: 鍾宇 TripleX Chung <xxx.phy@gmail.com>
/linux/drivers/net/wireless/marvell/libertas_tf/
A DKconfig3 tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
7 A library for Marvell Libertas 8xxx devices using thinfirm.
/linux/arch/sh/tools/
A Dmach-types2 # MACH_<xxx> CONFIG_<xxx>
/linux/drivers/clk/ti/
A DMakefile12 obj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o
14 clk-3xxx.o dpll3xxx.o
/linux/tools/testing/selftests/tc-testing/plugin-lib/
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
/linux/drivers/net/wireless/marvell/libertas/
A DKconfig3 tristate "Marvell 8xxx Libertas WLAN driver support"
10 A library for Marvell Libertas 8xxx devices.
/linux/Documentation/powerpc/
A Dmpc52xx.rst38 so. I didn't took 5xxx because there's apparently a lot of 5xxx that have
/linux/Documentation/devicetree/bindings/mfd/
A Dlp873x.txt10 - xxx-in-supply: Phandle to parent supply node of each regulator
11 populated under regulators node. xxx can be
/linux/Documentation/devicetree/bindings/power/reset/
A Dreboot-mode.yaml20 as mode-xxx = <magic> (xxx is mode name, magic should be a non-zero value).
/linux/drivers/scsi/aic7xxx/
A DMakefile53 aicasm-7xxx-opts-$(CONFIG_AIC7XXX_REG_PRETTY_PRINT) := \
59 $(aicasm-7xxx-opts-y) -o $(obj)/aic7xxx_seq.h \

Completed in 45 milliseconds

12345