Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/scripts/
Dkernel-doc326 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
1188 my ($prototype, $file) = @_;
1725 my $prototype = shift;
1731 $prototype =~ s/^static +//;
1732 $prototype =~ s/^extern +//;
1733 $prototype =~ s/^asmlinkage +//;
1734 $prototype =~ s/^inline +//;
1735 $prototype =~ s/^__inline__ +//;
1736 $prototype =~ s/^__inline +//;
1737 $prototype =~ s/^__always_inline +//;
[all …]
/kernel/linux/linux-5.10/include/acpi/platform/
Daclinux.h92 #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);}
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
DKconfig.unstable3 bool "Enable unstable API for early prototype development"
12 Enable prototype uAPI under general discussion before they are
/kernel/linux/linux-5.10/Documentation/arm/
Dkernel_user_helpers.rst81 Reference prototype::
121 Reference prototype::
176 Reference prototype::
211 Reference prototype::
/kernel/linux/linux-5.10/drivers/staging/fwserial/
DTODO6 2. Implement _robust_ console on top of this. The existing prototype console
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/nds32/
Dandestech-boards3 The AE3XX prototype demonstrates the AE3XX example platform on the FPGA. It
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h53 u8 prototype; member
Dbfa_ioc.c2776 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2778 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/kernel/linux/linux-5.10/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):
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/
Dusing-gpio.rst38 productify the prototype: rewrite it using proper kernel drivers. Do not under
/kernel/linux/linux-5.10/arch/sh/boards/
DKconfig219 bool "SH7785LCR prototype board on 32-bit MMU mode"
223 If you use prototype board, this option is enabled.
/kernel/linux/linux-5.10/Documentation/core-api/
Dmemory-hotplug.rst46 A callback function must have the following prototype::
/kernel/linux/linux-5.10/Documentation/process/
Dadding-syscalls.rst207 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``
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt30 The _tep_func_resolver_t_ type is the prototype of the alternative kernel
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dste-ux500-samsung-skomer.dts452 * on "PBA" which I guess is "prototype board A".
/kernel/linux/linux-5.10/Documentation/driver-api/
Dpps.rst111 The pps_register_source() prototype is::
/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfa_defs.h282 u8 prototype; member
/kernel/linux/linux-5.10/Documentation/power/
Dvideo.rst117 Athlon64 desktop prototype s3_bios (2)
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dkmemleak.rst153 See the include/linux/kmemleak.h header for the functions prototype.
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dsysrq.rst233 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dsphinx.rst227 function prototype:
/kernel/linux/linux-5.10/Documentation/filesystems/
Dhpfs.rst186 When compiled, you get warning: function declaration isn't a prototype. Does
/kernel/linux/linux-5.10/Documentation/kbuild/
Dmodules.rst455 as a simple ABI consistency check. A CRC value of the full prototype

12