Home
last modified time | relevance | path

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

12

/linux-6.1.9/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-6.1.9/scripts/
Dkernel-doc176 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
1071 my ($prototype, $file) = @_;
1646 my $prototype = shift;
1652 $prototype =~ s/^static +//;
1653 $prototype =~ s/^extern +//;
1654 $prototype =~ s/^asmlinkage +//;
1655 $prototype =~ s/^inline +//;
1656 $prototype =~ s/^__inline__ +//;
1657 $prototype =~ s/^__inline +//;
1658 $prototype =~ s/^__always_inline +//;
[all …]
/linux-6.1.9/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);}
/linux-6.1.9/drivers/gpu/drm/i915/
DKconfig.unstable3 bool "Enable unstable API for early prototype development"
12 Enable prototype uAPI under general discussion before they are
/linux-6.1.9/Documentation/misc-devices/
Ddw-xdata-pcie.rst8 Synopsys DesignWare PCIe prototype solution
20 DesignWare prototype that includes this IP.
/linux-6.1.9/Documentation/arm/
Dkernel_user_helpers.rst81 Reference prototype::
121 Reference prototype::
176 Reference prototype::
211 Reference prototype::
/linux-6.1.9/Documentation/devicetree/bindings/i2c/
Dst,nomadik-i2c.yaml11 STn8815. It was part of the prototype STn8500 which then became ST-Ericsson
/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h53 u8 prototype; member
/linux-6.1.9/Documentation/trace/
Dtracepoints.rst84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the
88 prototype.
Dfprobe.rst90 The prototype of the entry/exit callback function is as follows:
Dftrace-uses.rst85 The prototype of the callback function is as follows (as of v4.14):
/linux-6.1.9/Documentation/driver-api/gpio/
Dusing-gpio.rst38 productify the prototype: rewrite it using proper kernel drivers. Do not under
/linux-6.1.9/arch/sh/boards/
DKconfig219 bool "SH7785LCR prototype board on 32-bit MMU mode"
223 If you use prototype board, this option is enabled.
/linux-6.1.9/Documentation/bpf/
Dkfuncs.rst31 prototype in a header for the wrapper kfunc.
35 /* Disables missing prototype warnings */
Dclassic_vs_extended.rst184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
/linux-6.1.9/Documentation/core-api/
Dmemory-hotplug.rst46 A callback function must have the following prototype::
/linux-6.1.9/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``
/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt30 The _tep_func_resolver_t_ type is the prototype of the alternative kernel
/linux-6.1.9/Documentation/driver-api/
Dpps.rst111 The pps_register_source() prototype is::
/linux-6.1.9/drivers/scsi/bfa/
Dbfa_defs.h282 u8 prototype; member
/linux-6.1.9/Documentation/power/
Dvideo.rst117 Athlon64 desktop prototype s3_bios (2)
/linux-6.1.9/arch/arm/boot/dts/
Dste-ux500-samsung-kyle.dts532 * on "PBA" which I guess is "prototype board A".
Dste-ux500-samsung-skomer.dts535 * on "PBA" which I guess is "prototype board A".
/linux-6.1.9/Documentation/dev-tools/
Dkmemleak.rst153 See the include/linux/kmemleak.h header for the functions prototype.
/linux-6.1.9/Documentation/admin-guide/
Dsysrq.rst235 handler is called. Your handler must conform to the prototype in 'sysrq.h'.

12