| /linux/include/acpi/ |
| A D | acpixf.h | 61 prototype; 66 prototype; 71 prototype; 76 prototype; 81 prototype; 298 ACPI_EXTERNAL_RETURN_OK(prototype) 304 ACPI_EXTERNAL_RETURN_VOID(prototype) 330 prototype; 347 prototype; 364 prototype; [all …]
|
| /linux/scripts/ |
| A D | kernel-doc | 1705 my $prototype = shift; 1720 $prototype =~ s/__init +//; 1726 $prototype =~ s/__weak +//; 1728 $prototype =~ s/_noprof//; 1844 $prototype = ""; 1889 $prototype =~ s/,/\(/; 1920 $prototype .= $1; 1935 if ($prototype =~ /TRACE_EVENT/ || $prototype =~ /DEFINE_EVENT/ || 1974 $prototype .= $x; 2182 $prototype = ""; [all …]
|
| /linux/include/acpi/platform/ |
| A 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/Documentation/misc-devices/ |
| A D | dw-xdata-pcie.rst | 8 Synopsys DesignWare PCIe prototype solution 20 DesignWare prototype that includes this IP.
|
| /linux/Documentation/arch/arm/ |
| A D | kernel_user_helpers.rst | 81 Reference prototype:: 121 Reference prototype:: 176 Reference prototype:: 211 Reference prototype::
|
| /linux/Documentation/gpu/xe/ |
| A D | index.rst | 9 DG2, etc is provided to prototype the driver.
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| A D | bfa_defs.h | 53 u8 prototype; member
|
| /linux/Documentation/trace/ |
| A D | tracepoints.rst | 84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the 88 prototype.
|
| A D | fprobe.rst | 90 The prototype of the entry/exit callback function are as follows:
|
| A D | ftrace-uses.rst | 85 The prototype of the callback function is as follows (as of v4.14):
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| A D | st,nomadik-i2c.yaml | 11 STn8815. It was part of the prototype STn8500 which then became ST-Ericsson
|
| /linux/Documentation/driver-api/gpio/ |
| A D | using-gpio.rst | 38 productify the prototype: rewrite it using proper kernel drivers. Do not under
|
| /linux/arch/sh/boards/ |
| A D | Kconfig | 219 bool "SH7785LCR prototype board on 32-bit MMU mode" 223 If you use prototype board, this option is enabled.
|
| /linux/Documentation/core-api/ |
| A D | memory-hotplug.rst | 46 A callback function must have the following prototype::
|
| /linux/Documentation/process/ |
| A 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/tools/net/sunrpc/xdrgen/ |
| A D | README | 201 of functions that should get a prototype in the generated header,
|
| /linux/Documentation/driver-api/ |
| A D | pps.rst | 111 The pps_register_source() prototype is::
|
| /linux/drivers/scsi/bfa/ |
| A D | bfa_defs.h | 282 u8 prototype; member
|
| /linux/Documentation/power/ |
| A D | video.rst | 117 Athlon64 desktop prototype s3_bios (2)
|
| /linux/Documentation/dev-tools/ |
| A D | kmemleak.rst | 153 See the include/linux/kmemleak.h header for the functions prototype.
|
| /linux/arch/arm/boot/dts/st/ |
| A D | ste-ux500-samsung-skomer.dts | 535 * on "PBA" which I guess is "prototype board A".
|
| A D | ste-ux500-samsung-kyle.dts | 547 * on "PBA" which I guess is "prototype board A".
|
| /linux/Documentation/bpf/ |
| A D | kfuncs.rst | 35 prototype in a header for the wrapper kfunc. 39 /* Disables missing prototype warnings */
|
| A D | classic_vs_extended.rst | 184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
|
| /linux/Documentation/admin-guide/ |
| A D | sysrq.rst | 253 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
|