| /Linux-v6.6/include/acpi/ |
| D | acpixf.h | 60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument 61 prototype; 65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument 66 prototype; 70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument 71 prototype; 75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument 76 prototype; 80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument 81 prototype; [all …]
|
| /Linux-v6.6/scripts/ |
| D | kernel-doc | 179 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 1102 my ($prototype, $file) = @_; 1687 my $prototype = shift; 1693 $prototype =~ s/^static +//; 1694 $prototype =~ s/^extern +//; 1695 $prototype =~ s/^asmlinkage +//; 1696 $prototype =~ s/^inline +//; 1697 $prototype =~ s/^__inline__ +//; 1698 $prototype =~ s/^__inline +//; 1699 $prototype =~ s/^__always_inline +//; [all …]
|
| /Linux-v6.6/include/acpi/platform/ |
| D | aclinux.h | 92 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument 93 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);} 94 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument 95 static ACPI_INLINE prototype {return(AE_OK);} 96 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument 97 static ACPI_INLINE prototype {return;} 98 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument 99 static ACPI_INLINE prototype {return(0);} 100 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument 101 static ACPI_INLINE prototype {return(NULL);}
|
| /Linux-v6.6/Documentation/misc-devices/ |
| D | dw-xdata-pcie.rst | 8 Synopsys DesignWare PCIe prototype solution 20 DesignWare prototype that includes this IP.
|
| /Linux-v6.6/Documentation/arch/arm/ |
| D | kernel_user_helpers.rst | 81 Reference prototype:: 121 Reference prototype:: 176 Reference prototype:: 211 Reference prototype::
|
| /Linux-v6.6/drivers/net/ethernet/brocade/bna/ |
| D | bfa_defs.h | 53 u8 prototype; member
|
| D | bfa_ioc.c | 2776 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr() 2778 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
|
| /Linux-v6.6/Documentation/trace/ |
| D | tracepoints.rst | 84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the 88 prototype.
|
| D | fprobe.rst | 90 The prototype of the entry/exit callback function are as follows:
|
| D | ftrace-uses.rst | 85 The prototype of the callback function is as follows (as of v4.14):
|
| /Linux-v6.6/Documentation/driver-api/gpio/ |
| D | using-gpio.rst | 38 productify the prototype: rewrite it using proper kernel drivers. Do not under
|
| /Linux-v6.6/arch/sh/boards/ |
| D | Kconfig | 219 bool "SH7785LCR prototype board on 32-bit MMU mode" 223 If you use prototype board, this option is enabled.
|
| /Linux-v6.6/Documentation/core-api/ |
| D | memory-hotplug.rst | 46 A callback function must have the following prototype::
|
| /Linux-v6.6/Documentation/process/ |
| D | adding-syscalls.rst | 207 The new entry point also needs a corresponding function prototype, in 246 - corresponding prototype in ``include/linux/syscalls.h`` 308 The compat entry point also needs a corresponding function prototype, in 350 - corresponding prototype in ``include/linux/compat.h``
|
| /Linux-v6.6/Documentation/driver-api/ |
| D | pps.rst | 111 The pps_register_source() prototype is::
|
| /Linux-v6.6/drivers/scsi/bfa/ |
| D | bfa_defs.h | 282 u8 prototype; member
|
| /Linux-v6.6/Documentation/power/ |
| D | video.rst | 117 Athlon64 desktop prototype s3_bios (2)
|
| /Linux-v6.6/Documentation/dev-tools/ |
| D | kmemleak.rst | 153 See the include/linux/kmemleak.h header for the functions prototype.
|
| /Linux-v6.6/arch/arm/boot/dts/st/ |
| D | ste-ux500-samsung-skomer.dts | 535 * on "PBA" which I guess is "prototype board A".
|
| D | ste-ux500-samsung-kyle.dts | 547 * on "PBA" which I guess is "prototype board A".
|
| /Linux-v6.6/Documentation/bpf/ |
| D | kfuncs.rst | 35 prototype in a header for the wrapper kfunc. 39 /* Disables missing prototype warnings */
|
| D | classic_vs_extended.rst | 184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
|
| /Linux-v6.6/Documentation/admin-guide/ |
| D | sysrq.rst | 235 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
|
| /Linux-v6.6/Documentation/doc-guide/ |
| D | sphinx.rst | 290 function prototype:
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | hpfs.rst | 186 When compiled, you get warning: function declaration isn't a prototype. Does
|