/Linux-v5.4/scripts/ |
D | kernel-doc | 312 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 1052 my ($prototype, $file) = @_; 1565 my $prototype = shift; 1569 $prototype =~ s/^static +//; 1570 $prototype =~ s/^extern +//; 1571 $prototype =~ s/^asmlinkage +//; 1572 $prototype =~ s/^inline +//; 1573 $prototype =~ s/^__inline__ +//; 1574 $prototype =~ s/^__inline +//; 1575 $prototype =~ s/^__always_inline +//; [all …]
|
/Linux-v5.4/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-v5.4/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-v5.4/Documentation/arm/ |
D | kernel_user_helpers.rst | 81 Reference prototype:: 121 Reference prototype:: 176 Reference prototype:: 211 Reference prototype::
|
/Linux-v5.4/drivers/staging/fwserial/ |
D | TODO | 6 2. Implement _robust_ console on top of this. The existing prototype console
|
/Linux-v5.4/Documentation/devicetree/bindings/nds32/ |
D | andestech-boards | 3 The AE3XX prototype demonstrates the AE3XX example platform on the FPGA. It
|
/Linux-v5.4/Documentation/trace/ |
D | tracepoints.rst | 84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the 88 prototype.
|
D | ftrace-uses.rst | 85 The prototype of the callback function is as follows (as of v4.14):
|
/Linux-v5.4/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs.h | 53 u8 prototype; member
|
D | bfa_ioc.c | 2771 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr() 2773 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
|
/Linux-v5.4/arch/sh/boards/ |
D | Kconfig | 214 bool "SH7785LCR prototype board on 32-bit MMU mode" 218 If you use prototype board, this option is enabled.
|
/Linux-v5.4/Documentation/core-api/ |
D | memory-hotplug.rst | 46 A callback function must have the following prototype::
|
/Linux-v5.4/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-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent-func_apis.txt | 30 The _tep_func_resolver_t_ type is the prototype of the alternative kernel
|
/Linux-v5.4/Documentation/driver-api/ |
D | pps.rst | 111 The pps_register_source() prototype is::
|
/Linux-v5.4/drivers/scsi/bfa/ |
D | bfa_defs.h | 282 u8 prototype; member
|
/Linux-v5.4/Documentation/power/ |
D | video.rst | 117 Athlon64 desktop prototype s3_bios (2)
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kmemleak.rst | 154 See the include/linux/kmemleak.h header for the functions prototype.
|
/Linux-v5.4/Documentation/admin-guide/ |
D | sysrq.rst | 229 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
|
/Linux-v5.4/Documentation/doc-guide/ |
D | sphinx.rst | 227 function prototype:
|
/Linux-v5.4/Documentation/filesystems/ |
D | hpfs.txt | 172 When compiled, you get warning: function declaration isn't a prototype. Does
|
D | overlayfs.txt | 7 This document describes a prototype for a new approach to providing
|
/Linux-v5.4/Documentation/kbuild/ |
D | modules.rst | 454 as a simple ABI consistency check. A CRC value of the full prototype
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.megaraid | 420 declare with a prototype) each inline function before its first use"
|
/Linux-v5.4/Documentation/cdrom/ |
D | cdrom-standard.rst | 1026 prototype and return values. 1028 change the prototype a little. Remove entries listed in the first
|