| /linux/include/acpi/ |
| H A 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/include/acpi/platform/ |
| H 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/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 270 self.prototype = "" 1041 def dump_declaration(self, ln, prototype): argument 1047 self.dump_enum(ln, prototype) 1049 self.dump_typedef(ln, prototype) 1051 self.dump_struct(ln, prototype) 1053 self.dump_var(ln, prototype) 1058 def dump_function(self, ln, prototype): argument 1069 prototype = apply_transforms(function_xforms, prototype) 1073 new_proto = KernRe(r"^#\s*define\s+").sub("", prototype) 1074 if new_proto != prototype: [all …]
|
| /linux/Documentation/misc-devices/ |
| H A D | dw-xdata-pcie.rst | 8 Synopsys DesignWare PCIe prototype solution 20 DesignWare prototype that includes this IP.
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_user_helpers.rst | 81 Reference prototype:: 121 Reference prototype:: 176 Reference prototype:: 211 Reference prototype::
|
| /linux/Documentation/gpu/xe/ |
| H A D | index.rst | 9 DG2, etc is provided to prototype the driver.
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | px30-cobra-ltk500hd1829.dts | 10 model = "Theobroma Systems Cobra prototype with LTK500HD1829 Display";
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs.h | 53 u8 prototype; member
|
| H A D | bfa_ioc.c | 2776 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr() 2778 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
|
| /linux/Documentation/trace/ |
| H A D | tracepoints.rst | 84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the 88 prototype.
|
| H A D | fprobe.rst | 91 The prototype of the entry/exit callback function are as follows:
|
| H A D | ftrace-uses.rst | 85 The prototype of the callback function is as follows (as of v4.14):
|
| /linux/Documentation/core-api/ |
| H A D | memory-hotplug.rst | 49 A callback function must have the following prototype:: 117 A callback function must have the following prototype::
|
| /linux/arch/sh/boards/ |
| H 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/driver-api/gpio/ |
| H A D | using-gpio.rst | 38 productify the prototype: rewrite it using proper kernel drivers. Do not under
|
| /linux/Documentation/process/ |
| H 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`` 291 - corresponding prototype in ``include/linux/syscalls.h`` 354 The compat entry point also needs a corresponding function prototype, in 396 - corresponding prototype in ``include/linux/compat.h`` 418 - corresponding prototype in ``include/linux/compat.h``
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | README | 218 of functions that should get a prototype in the generated header,
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_defs.h | 282 u8 prototype; member
|
| /linux/Documentation/power/ |
| H A D | video.rst | 117 Athlon64 desktop prototype s3_bios (2)
|
| /linux/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 153 See the include/linux/kmemleak.h header for the functions prototype.
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-ux500-samsung-skomer.dts | 535 * on "PBA" which I guess is "prototype board A".
|
| H A D | ste-ux500-samsung-kyle.dts | 547 * on "PBA" which I guess is "prototype board A".
|
| /linux/Documentation/driver-api/ |
| H A D | pps.rst | 111 The pps_register_source() prototype is::
|
| /linux/Documentation/bpf/ |
| H A D | classic_vs_extended.rst | 184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
|
| /linux/Documentation/admin-guide/ |
| H A D | sysrq.rst | 253 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
|