Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/acpi/
A Dacpixf.h61 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 Dkernel-doc1661 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 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.3-rc2/drivers/gpu/drm/i915/
A DKconfig.unstable3 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 Ddw-xdata-pcie.rst8 Synopsys DesignWare PCIe prototype solution
20 DesignWare prototype that includes this IP.
/linux-6.3-rc2/Documentation/arm/
A Dkernel_user_helpers.rst81 Reference prototype::
121 Reference prototype::
176 Reference prototype::
211 Reference prototype::
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/
A Dbfa_defs.h53 u8 prototype; member
A Dbfa_ioc.c2776 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 Dst,nomadik-i2c.yaml11 STn8815. It was part of the prototype STn8500 which then became ST-Ericsson
/linux-6.3-rc2/Documentation/trace/
A Dtracepoints.rst84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the
88 prototype.
A Dfprobe.rst90 The prototype of the entry/exit callback function is as follows:
A Dftrace-uses.rst85 The prototype of the callback function is as follows (as of v4.14):
/linux-6.3-rc2/Documentation/driver-api/gpio/
A Dusing-gpio.rst38 productify the prototype: rewrite it using proper kernel drivers. Do not under
/linux-6.3-rc2/arch/sh/boards/
A DKconfig219 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 Dmemory-hotplug.rst46 A callback function must have the following prototype::
/linux-6.3-rc2/Documentation/process/
A 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.3-rc2/Documentation/driver-api/
A Dpps.rst111 The pps_register_source() prototype is::
/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfa_defs.h282 u8 prototype; member
/linux-6.3-rc2/Documentation/power/
A Dvideo.rst117 Athlon64 desktop prototype s3_bios (2)
/linux-6.3-rc2/arch/arm/boot/dts/
A Dste-ux500-samsung-skomer.dts535 * on "PBA" which I guess is "prototype board A".
A Dste-ux500-samsung-kyle.dts547 * on "PBA" which I guess is "prototype board A".
/linux-6.3-rc2/Documentation/dev-tools/
A Dkmemleak.rst153 See the include/linux/kmemleak.h header for the functions prototype.
/linux-6.3-rc2/Documentation/bpf/
A Dkfuncs.rst35 prototype in a header for the wrapper kfunc.
39 /* Disables missing prototype warnings */
A Dclassic_vs_extended.rst184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
/linux-6.3-rc2/Documentation/admin-guide/
A Dsysrq.rst235 handler is called. Your handler must conform to the prototype in 'sysrq.h'.

Completed in 48 milliseconds

12