/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | ivc.c | 102 * where a server could be easily fooled into believing that there's in tegra_ivc_empty()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 49 efi_err("Truncated device tree! foo!\n"); in update_fdt()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 115 /* Number of bytes in PSP footer for firmware. */
|
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A D | afs.c | 28 #define AFSV2_FOOTER_MAGIC2 0x464F4F54 /* "FOOT" */ 30 struct footer_v1 { struct 32 u32 image_start; /* Start of area reserved by this footer */ 33 u32 signature; /* 'Magic' number proves it's a footer */ 102 u32 foot[2]; in afs_is_v2() local 106 ret = mtd_read(mtd, ptr, 8, &sz, (u_char *)foot); in afs_is_v2() 115 return (foot[0] == AFSV2_FOOTER_MAGIC1 && in afs_is_v2() 116 foot[1] == AFSV2_FOOTER_MAGIC2); in afs_is_v2() 122 struct footer_v1 fs; in afs_parse_v1_partition() 127 * reading the footer in afs_parse_v1_partition() 220 u32 footer[12]; afs_parse_v2_partition() local [all...] |
/kernel/linux/linux-5.10/drivers/net/appletalk/ |
H A D | ltpc.c | 43 * requires a minimal amount of fooling with the code in ddp.c and aarp.c.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 28 * elimination of all the tests and reduced cache footprint.
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 2954 * arp_ip_target and fool ourselves with our own arp requests. in bond_arp_rcv()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/dec/ |
H A D | kn05.h | 14 * food for thought. No documentation for the KN05 nor the KN04
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | unaligned.c | 46 * struct foo { 52 * struct foo x = {0, 1, 2, 3, 4, 5, 6, 7};
|
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/arch/arm/ |
H A D | kernel_user_helpers.txt | 118 void foo()
|
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/core-api/ |
H A D | printk-formats.rst | 454 %pOF /foo/bar@0 - Node full name 455 %pOFf /foo/bar@0 - Same as above 456 %pOFfp /foo/bar@0:10 - Node full name + phandle 457 %pOFfcF /foo/bar@0:foo,device:--P- - Node full name +
|
H A D | unaligned-memory-access.rst | 83 struct foo { 106 struct foo {
|
H A D | protection-keys.rst | 64 *ptr = foo; // assign something 92 *ptr = foo;
|
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/process/ |
H A D | coding-style.rst | 287 名字。称一个全局函数为 ``foo`` 是一个难以饶恕的错误。 517 kfree(foo->bar); 518 kfree(foo); 521 这段代码的错误是,在某些退出路径上 ``foo`` 是 NULL。通常情况下,通过把它分离 527 kfree(foo->bar); 529 kfree(foo); 742 #define FOO(x) \ 755 #define FOO(val) bar(index, val) 760 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把 FOO 变成一个内联函数的话,这 [all...] |
/kernel/linux/linux-6.6/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 360 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
|
H A D | coding-style.rst | 267 名字。稱一個全局函數爲 ``foo`` 是一個難以饒恕的錯誤。 444 kfree(foo->bar); 445 kfree(foo); 448 這段代碼的錯誤是,在某些退出路徑上 ``foo`` 是 NULL。通常情況下,通過把它分離 454 kfree(foo->bar); 456 kfree(foo); 663 #define FOO(x) \ 676 #define FOO(val) bar(index, val) 681 3) 作爲左值的帶參數的宏: FOO(x) = y;如果有人把 FOO 變成一個內聯函數的話,這 [all...] |
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-ext-ctrls.rst | 127 \footnotesize
|
H A D | pixfmt-yuv-planar.rst | 53 \footnotesize
|
H A D | vidioc-queryctrl.rst | 313 \footnotesize
|
/kernel/linux/linux-6.6/ |
H A D | MAINTAINERS | 2127 ARM/FOOTBRIDGE ARCHITECTURE 2133 F: arch/arm/mach-footbridge/
|
H A D | Makefile | 1670 echo ' This can be applied both to "dtbs" and to individual "foo.dtb" targets' ; \ 1871 # make foo/bar/baz.s 1877 # make foo/bar/baz/
|
/kernel/linux/linux-6.6/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 1765 struct __attribute__((__packed__)) foo { 1770 struct foo foo1, foo2; 1773 foo2.a = foo1.a; 1774 foo2.b = foo1.b; 1775 foo2.c = foo1 [all...] |
/kernel/linux/linux-6.6/Documentation/translations/sp_SP/process/ |
H A D | deprecated.rst | 74 foo = kmalloc(count * size, GFP_KERNEL); 78 foo = kmalloc_array(count, size, GFP_KERNEL); 107 foo = krealloc(current_size + chunk_size * (count - 3), GFP_KERNEL); 111 foo = krealloc(size_add(current_size, 271 struct foo items[1]; 279 struct foo items[1]; 291 struct foo items[0]; 305 struct foo items[]; 320 struct foo items[0]; 353 struct foo item [all...] |
/kernel/linux/linux-6.6/Documentation/translations/sp_SP/wrappers/ |
H A D | memory-barriers.rst | 12 \footnotesize
|
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/filesystems/ |
H A D | sysfs.txt | 121 static DEVICE_ATTR(foo, S_IWUSR | S_IRUGO, show_foo, store_foo); 127 .name = "foo",
|