/linux-4.1.27/include/acpi/platform/ |
D | aclinux.h | 105 #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/ |
D | kernel-doc | 268 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/ |
D | acpixf.h | 94 #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/ |
D | kernel_user_helpers.txt | 80 Reference prototype: 120 Reference prototype: 175 Reference prototype: 210 Reference prototype:
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | TODO | 6 2. Implement _robust_ console on top of this. The existing prototype console
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 81 - TP_PROTO(int firstarg, struct task_struct *p) is the prototype of the 85 prototype.
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs.h | 62 u8 prototype; member
|
D | bfa_ioc.c | 2794 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/ |
D | Kconfig | 196 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/ |
D | video.txt | 109 Athlon64 desktop prototype s3_bios (2)
|
D | runtime_pm.txt | 769 power-managed on their own. (The prototype example is a USB interface. Entire
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 106 The pps_register_source() prototype is:
|
/linux-4.1.27/Documentation/ |
D | kmemleak.txt | 141 See the include/linux/kmemleak.h header for the functions prototype.
|
D | sysrq.txt | 201 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
|
D | memory-hotplug.txt | 398 A callback function must have the following prototype:
|
D | parport-lowlevel.txt | 376 to make the function prototype more readable.
|
D | kprobes.txt | 104 handler's prototype matches that of the probed function.
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_defs.h | 289 u8 prototype; member
|
D | bfa_ioc.c | 2727 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/ |
D | overlayfs.txt | 6 This document describes a prototype for a new approach to providing
|
D | hpfs.txt | 172 When compiled, you get warning: function declaration isn't a prototype. Does
|
D | porting | 162 which has the following prototype,
|
/linux-4.1.27/Documentation/kbuild/ |
D | modules.txt | 429 as a simple ABI consistency check. A CRC value of the full prototype
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1026 * 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
|
D | ChangeLog.megaraid | 420 declare with a prototype) each inline function before its first use"
|
D | ChangeLog.lpfc | 158 * Removed unnecessary function prototype. 765 prototype changes only. 1839 * Removed the mem_lock, its prototype, function, macro, and
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 980 prototype and return values. 982 change the prototype a little. Remove entries listed in the first
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 252 core kernel function prototype, for example, will conflict with any other
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 1114 The function prototype for the handover entry point looks like this,
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 782 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
|