Home
last modified time | relevance | path

Searched full:foo* (Results 326 - 350 of 1794) sorted by relevance

1...<<11121314151617181920>>...72

/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Divc.c102 * 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 Dfdt.c49 efi_err("Truncated device tree! foo!\n"); in update_fdt()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c115 /* Number of bytes in PSP footer for firmware. */
/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dafs.c28 #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 Dltpc.c43 * 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 D3c59x.c28 * elimination of all the tests and reduced cache footprint.
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c2954 * 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 Dkn05.h14 * food for thought. No documentation for the KN05 nor the KN04
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dunaligned.c46 * 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 Dkernel_user_helpers.txt118 void foo()
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst454 %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 Dunaligned-memory-access.rst83 struct foo {
106 struct foo {
H A Dprotection-keys.rst64 *ptr = foo; // assign something
92 *ptr = foo;
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst287 名字。称一个全局函数为 ``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 Dsubmitting-patches.rst360 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
H A Dcoding-style.rst267 名字。稱一個全局函數爲 ``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 Dvidioc-g-ext-ctrls.rst127 \footnotesize
H A Dpixfmt-yuv-planar.rst53 \footnotesize
H A Dvidioc-queryctrl.rst313 \footnotesize
/kernel/linux/linux-6.6/
H A DMAINTAINERS2127 ARM/FOOTBRIDGE ARCHITECTURE
2133 F: arch/arm/mach-footbridge/
H A DMakefile1670 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 Dmemory-barriers.txt1765 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 Ddeprecated.rst74 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 Dmemory-barriers.rst12 \footnotesize
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/filesystems/
H A Dsysfs.txt121 static DEVICE_ATTR(foo, S_IWUSR | S_IRUGO, show_foo, store_foo);
127 .name = "foo",

Completed in 109 milliseconds

1...<<11121314151617181920>>...72