Searched full:foo* (Results 601 - 625 of 1794) sorted by relevance
1...<<21222324252627282930>>...72
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | asm-offsets.c | 15 void foo(void) in foo() function
|
/kernel/linux/linux-6.6/arch/arm/boot/dts/broadcom/ |
H A D | bcm2835-rpi-zero-w.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2836-rpi-2-b.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-zero.dts | 28 * "FOO" = GPIO line named "FOO" on the schematic 29 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-cm1-io1.dts | 16 * "FOO" = GPIO line named "FOO" on the schematic 17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2711-rpi-4-b.dts | 72 * "FOO" = GPIO line named "FOO" on the schematic 73 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2711-rpi-cm4-io.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2837-rpi-3-a-plus.dts | 46 * "FOO" = GPIO line named "FOO" on the schematic 47 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | dc21285.S | 2 /* arch/arm/mach-footbridge/include/mach/debug-macro.S
|
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/ |
H A D | setup.h | 140 /* footbridge memory clock, see arch/arm/mach-footbridge/arch.c */
|
/kernel/linux/linux-6.6/Documentation/translations/ko_KR/ |
H A D | index.rst | 22 \footnotesize
|
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/admin-guide/ |
H A D | bug-hunting.rst | 206 Put the bytes into a "foo.s" file like this: 209 .globl foo 210 foo: 213 Compile it with "gcc -c -o foo.o foo.s" then look at the output of 214 "objdump --disassemble foo.o".
|
H A D | bootconfig.rst | 46 foo.bar.baz = value1 47 foo.bar.qux.quux = value2 51 foo.bar { 58 foo.bar { baz = value1; qux.quux = value2 } 68 foo = bar, baz 69 foo = qux # !错误! 我们不可以重定义相同的关键字 73 foo = bar, baz 74 foo := qux 76 这样 ``foo`` 关键字的值就变成了 ``qux`` 。这对于通过添加(部分)自定义引导 81 foo [all...] |
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/doc-guide/ |
H A D | kernel-doc.rst | 46 scripts/kernel-doc -v -none drivers/foo/bar.c 363 See foo(). 364 See struct foo. 371 See :c:func:`my custom link text for function foo <foo>`. 390 * The whizbang foobar is a dilly of a gizmo. It can do whatever you 393 * foo bar splat
|
H A D | sphinx.rst | 368 digraph foo { 381 digraph foo {
|
H A D | parse-headers.rst | 153 enum foo { BAR1, BAR2, PRIVATE }; 157 replace symbol BAR1 :c:type:\`foo\` 158 replace symbol BAR2 :c:type:\`foo\` 163 enum foo { BAR1, BAR2, PRIVATE }; 165 它会让BAR1和BAR2枚举符号交叉引用C域中的foo符号。
|
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/devicetree/ |
H A D | overlay-notes.rst | 26 让我们举个例子,我们有一个foo板,它的基本树形图如下:: 28 ---- foo.dts --------------------------------------------------------------- 29 /* FOO平台 */ 32 compatible = "corp,foo"; 44 ---- foo.dts --------------------------------------------------------------- 61 当加载(并按照[1]中描述的方式解决)时,应该产生foo+bar.dts:: 63 ---- foo+bar.dts ----------------------------------------------------------- 64 /* FOO平台 + bar外围 */ 66 compatible = "corp,foo"; 84 ---- foo [all...] |
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/rust/ |
H A D | coding-guidelines.rst | 67 /// Returns a new [`Foo`]. 73 /// let foo = f(42); 76 pub fn f(x: i32) -> Foo {
|
/kernel/linux/linux-6.6/Documentation/translations/zh_TW/admin-guide/ |
H A D | bug-hunting.rst | 209 Put the bytes into a "foo.s" file like this: 212 .globl foo 213 foo: 216 Compile it with "gcc -c -o foo.o foo.s" then look at the output of 217 "objdump --disassemble foo.o".
|
H A D | reporting-issues.rst | 421 並通過指定 ``foo.blacklist=1`` 作爲內核參數臨時阻止該模塊被加載(用有 422 問題的模塊名替換「foo」)。 878 version 5.8-1 (foobar@example.com) (gcc (GCC) 10.2.1, GNU ld version
|
/kernel/linux/linux-6.6/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 39 out of the kernel (e.g. 'int' or 'struct foo'). NOTE! Do NOT use
|
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
H A D | dev-sliced-vbi.rst | 216 \footnotesize 533 \footnotesize
|
H A D | pixfmt-packed-yuv.rst | 302 \footnotesize
|
/kernel/linux/linux-6.6/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 34 - footprint:
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | misc.c | 164 /* put in temp area to reduce initial footprint */ in decompress_kernel()
|
Completed in 17 milliseconds
1...<<21222324252627282930>>...72