Home
last modified time | relevance | path

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

/linux-4.1.27/include/acpi/platform/
Daclinux.h105 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
106 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
107 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
108 static ACPI_INLINE prototype {return(AE_OK);}
109 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
110 static ACPI_INLINE prototype {return;}
111 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
112 static ACPI_INLINE prototype {return(0);}
113 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
114 static ACPI_INLINE prototype {return(NULL);}
/linux-4.1.27/scripts/
Dkernel-doc268 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
1724 my ($prototype, $file) = @_;
2074 my $prototype = shift;
2078 $prototype =~ s/^static +//;
2079 $prototype =~ s/^extern +//;
2080 $prototype =~ s/^asmlinkage +//;
2081 $prototype =~ s/^inline +//;
2082 $prototype =~ s/^__inline__ +//;
2083 $prototype =~ s/^__inline +//;
2084 $prototype =~ s/^__always_inline +//;
[all …]
/linux-4.1.27/include/acpi/
Dacpixf.h94 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
95 prototype;
99 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
100 prototype;
104 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
105 prototype;
109 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
110 prototype;
114 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
115 prototype;
[all …]
/linux-4.1.27/Documentation/arm/
Dkernel_user_helpers.txt80 Reference prototype:
120 Reference prototype:
175 Reference prototype:
210 Reference prototype:
/linux-4.1.27/drivers/staging/fwserial/
DTODO6 2. Implement _robust_ console on top of this. The existing prototype console
/linux-4.1.27/Documentation/trace/
Dtracepoints.txt81 - TP_PROTO(int firstarg, struct task_struct *p) is the prototype of the
85 prototype.
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h62 u8 prototype; member
Dbfa_ioc.c2794 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2796 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/linux-4.1.27/arch/sh/boards/
DKconfig196 bool "SH7785LCR prototype board on 32-bit MMU mode"
200 If you use prototype board, this option is enabled.
/linux-4.1.27/Documentation/power/
Dvideo.txt109 Athlon64 desktop prototype s3_bios (2)
Druntime_pm.txt769 power-managed on their own. (The prototype example is a USB interface. Entire
/linux-4.1.27/Documentation/pps/
Dpps.txt106 The pps_register_source() prototype is:
/linux-4.1.27/Documentation/
Dkmemleak.txt141 See the include/linux/kmemleak.h header for the functions prototype.
Dsysrq.txt201 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
Dmemory-hotplug.txt398 A callback function must have the following prototype:
Dparport-lowlevel.txt376 to make the function prototype more readable.
Dkprobes.txt104 handler's prototype matches that of the probed function.
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_defs.h289 u8 prototype; member
Dbfa_ioc.c2727 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2729 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/linux-4.1.27/Documentation/filesystems/
Doverlayfs.txt6 This document describes a prototype for a new approach to providing
Dhpfs.txt172 When compiled, you get warning: function declaration isn't a prototype. Does
Dporting162 which has the following prototype,
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt429 as a simple ABI consistency check. A CRC value of the full prototype
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971026 * constants.h: Add prototype for print_Scsi_Cmnd.
1188 hosts.h: Add prototype for linked list header. Add structure
1650 know to restart the command. Change prototype of aha1740_reset
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
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex980 prototype and return values.
982 change the prototype a little. Remove entries listed in the first
/linux-4.1.27/Documentation/development-process/
D2.Process252 core kernel function prototype, for example, will conflict with any other
/linux-4.1.27/Documentation/x86/
Dboot.txt1114 The function prototype for the handover entry point looks like this,
/linux-4.1.27/Documentation/networking/
Dfilter.txt782 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64