/linux-6.1.9/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-6.1.9/scripts/ |
D | kernel-doc | 176 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/ |
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-6.1.9/drivers/gpu/drm/i915/ |
D | Kconfig.unstable | 3 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/ |
D | dw-xdata-pcie.rst | 8 Synopsys DesignWare PCIe prototype solution 20 DesignWare prototype that includes this IP.
|
/linux-6.1.9/Documentation/arm/ |
D | kernel_user_helpers.rst | 81 Reference prototype:: 121 Reference prototype:: 176 Reference prototype:: 211 Reference prototype::
|
/linux-6.1.9/Documentation/devicetree/bindings/i2c/ |
D | st,nomadik-i2c.yaml | 11 STn8815. It was part of the prototype STn8500 which then became ST-Ericsson
|
/linux-6.1.9/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs.h | 53 u8 prototype; member
|
/linux-6.1.9/Documentation/trace/ |
D | tracepoints.rst | 84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the 88 prototype.
|
D | fprobe.rst | 90 The prototype of the entry/exit callback function is as follows:
|
D | ftrace-uses.rst | 85 The prototype of the callback function is as follows (as of v4.14):
|
/linux-6.1.9/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 38 productify the prototype: rewrite it using proper kernel drivers. Do not under
|
/linux-6.1.9/arch/sh/boards/ |
D | Kconfig | 219 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/ |
D | kfuncs.rst | 31 prototype in a header for the wrapper kfunc. 35 /* Disables missing prototype warnings */
|
D | classic_vs_extended.rst | 184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
|
/linux-6.1.9/Documentation/core-api/ |
D | memory-hotplug.rst | 46 A callback function must have the following prototype::
|
/linux-6.1.9/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-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-func_apis.txt | 30 The _tep_func_resolver_t_ type is the prototype of the alternative kernel
|
/linux-6.1.9/Documentation/driver-api/ |
D | pps.rst | 111 The pps_register_source() prototype is::
|
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_defs.h | 282 u8 prototype; member
|
/linux-6.1.9/Documentation/power/ |
D | video.rst | 117 Athlon64 desktop prototype s3_bios (2)
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | ste-ux500-samsung-kyle.dts | 532 * on "PBA" which I guess is "prototype board A".
|
D | ste-ux500-samsung-skomer.dts | 535 * on "PBA" which I guess is "prototype board A".
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kmemleak.rst | 153 See the include/linux/kmemleak.h header for the functions prototype.
|
/linux-6.1.9/Documentation/admin-guide/ |
D | sysrq.rst | 235 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
|