Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/scripts/
Dkernel-doc312 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
1052 my ($prototype, $file) = @_;
1564 my $prototype = shift;
1568 $prototype =~ s/^static +//;
1569 $prototype =~ s/^extern +//;
1570 $prototype =~ s/^asmlinkage +//;
1571 $prototype =~ s/^inline +//;
1572 $prototype =~ s/^__inline__ +//;
1573 $prototype =~ s/^__inline +//;
1574 $prototype =~ s/^__always_inline +//;
[all …]
/Linux-v4.19/include/acpi/
Dacpixf.h60 #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-v4.19/include/acpi/platform/
Daclinux.h83 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
84 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
85 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
86 static ACPI_INLINE prototype {return(AE_OK);}
87 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
88 static ACPI_INLINE prototype {return;}
89 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
90 static ACPI_INLINE prototype {return(0);}
91 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
92 static ACPI_INLINE prototype {return(NULL);}
/Linux-v4.19/Documentation/arm/
Dkernel_user_helpers.txt80 Reference prototype:
120 Reference prototype:
175 Reference prototype:
210 Reference prototype:
/Linux-v4.19/drivers/staging/fwserial/
DTODO6 2. Implement _robust_ console on top of this. The existing prototype console
/Linux-v4.19/Documentation/devicetree/bindings/nds32/
Dandestech-boards3 The AE3XX prototype demonstrates the AE3XX example platform on the FPGA. It
/Linux-v4.19/Documentation/trace/
Dtracepoints.rst84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the
88 prototype.
Dftrace-uses.rst85 The prototype of the callback function is as follows (as of v4.14):
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h61 u8 prototype; member
Dbfa_ioc.c2782 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2784 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/Linux-v4.19/arch/sh/boards/
DKconfig222 bool "SH7785LCR prototype board on 32-bit MMU mode"
226 If you use prototype board, this option is enabled.
/Linux-v4.19/Documentation/process/
Dadding-syscalls.rst204 The new entry point also needs a corresponding function prototype, in
243 - corresponding prototype in ``include/linux/syscalls.h``
305 The compat entry point also needs a corresponding function prototype, in
347 - corresponding prototype in ``include/linux/compat.h``
/Linux-v4.19/Documentation/power/
Dvideo.txt109 Athlon64 desktop prototype s3_bios (2)
/Linux-v4.19/Documentation/pps/
Dpps.txt109 The pps_register_source() prototype is:
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_defs.h290 u8 prototype; member
/Linux-v4.19/Documentation/dev-tools/
Dkmemleak.rst148 See the include/linux/kmemleak.h header for the functions prototype.
/Linux-v4.19/Documentation/doc-guide/
Dsphinx.rst226 function prototype:
/Linux-v4.19/Documentation/admin-guide/
Dsysrq.rst231 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
/Linux-v4.19/Documentation/filesystems/
Dhpfs.txt172 When compiled, you get warning: function declaration isn't a prototype. Does
Doverlayfs.txt7 This document describes a prototype for a new approach to providing
Dporting162 which has the following prototype,
/Linux-v4.19/Documentation/kbuild/
Dmodules.txt429 as a simple ABI consistency check. A CRC value of the full prototype
/Linux-v4.19/Documentation/
Dmemory-hotplug.txt455 A callback function must have the following prototype::
/Linux-v4.19/Documentation/scsi/
DChangeLog.megaraid420 declare with a prototype) each inline function before its first use"
DChangeLog.lpfc158 * Removed unnecessary function prototype.
765 prototype changes only.
1839 * Removed the mem_lock, its prototype, function, macro, and

12