/linux-6.3-rc2/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-6.3-rc2/scripts/ |
A D | kernel-doc | 1661 my $prototype = shift; 1798 $prototype = ""; 1824 "$prototype\n"); 1843 $prototype =~ s/,/\(/; 1851 my $len = length($prototype); 1875 $prototype .= $1; 1890 if ($prototype =~ /TRACE_EVENT/ || $prototype =~ /DEFINE_EVENT/ || 1919 $prototype .= $1 . $2; 1929 $prototype .= $x; 2136 $prototype = ""; [all …]
|
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/i915/ |
A D | Kconfig.unstable | 3 bool "Enable unstable API for early prototype development" 12 Enable prototype uAPI under general discussion before they are
|
/linux-6.3-rc2/Documentation/misc-devices/ |
A D | dw-xdata-pcie.rst | 8 Synopsys DesignWare PCIe prototype solution 20 DesignWare prototype that includes this IP.
|
/linux-6.3-rc2/Documentation/arm/ |
A D | kernel_user_helpers.rst | 81 Reference prototype:: 121 Reference prototype:: 176 Reference prototype:: 211 Reference prototype::
|
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/ |
A D | bfa_defs.h | 53 u8 prototype; member
|
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-6.3-rc2/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-6.3-rc2/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 is as follows:
|
A D | ftrace-uses.rst | 85 The prototype of the callback function is as follows (as of v4.14):
|
/linux-6.3-rc2/Documentation/driver-api/gpio/ |
A D | using-gpio.rst | 38 productify the prototype: rewrite it using proper kernel drivers. Do not under
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/core-api/ |
A D | memory-hotplug.rst | 46 A callback function must have the following prototype::
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/driver-api/ |
A D | pps.rst | 111 The pps_register_source() prototype is::
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_defs.h | 282 u8 prototype; member
|
/linux-6.3-rc2/Documentation/power/ |
A D | video.rst | 117 Athlon64 desktop prototype s3_bios (2)
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
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-6.3-rc2/Documentation/dev-tools/ |
A D | kmemleak.rst | 153 See the include/linux/kmemleak.h header for the functions prototype.
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/admin-guide/ |
A D | sysrq.rst | 235 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
|