Home
last modified time | relevance | path

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

12

/linux-6.15/include/acpi/
H 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.15/scripts/
H A Dkernel-doc1638 my $prototype = shift;
1653 $prototype =~ s/__init +//;
1659 $prototype =~ s/__weak +//;
1661 $prototype =~ s/_noprof//;
1779 $prototype = "";
1824 $prototype =~ s/,/\(/;
1855 $prototype .= $1;
1870 if ($prototype =~ /TRACE_EVENT/ || $prototype =~ /DEFINE_EVENT/ ||
1909 $prototype .= $x;
2107 $prototype = "";
[all …]
/linux-6.15/include/acpi/platform/
H 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.15/Documentation/misc-devices/
H A Ddw-xdata-pcie.rst8 Synopsys DesignWare PCIe prototype solution
20 DesignWare prototype that includes this IP.
/linux-6.15/Documentation/arch/arm/
H A Dkernel_user_helpers.rst81 Reference prototype::
121 Reference prototype::
176 Reference prototype::
211 Reference prototype::
/linux-6.15/Documentation/gpu/xe/
H A Dindex.rst9 DG2, etc is provided to prototype the driver.
/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h53 u8 prototype; member
/linux-6.15/Documentation/trace/
H A Dtracepoints.rst84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the
88 prototype.
H A Dfprobe.rst91 The prototype of the entry/exit callback function are as follows:
H A Dftrace-uses.rst85 The prototype of the callback function is as follows (as of v4.14):
/linux-6.15/Documentation/devicetree/bindings/i2c/
H A Dst,nomadik-i2c.yaml11 STn8815. It was part of the prototype STn8500 which then became ST-Ericsson
/linux-6.15/Documentation/driver-api/gpio/
H A Dusing-gpio.rst38 productify the prototype: rewrite it using proper kernel drivers. Do not under
/linux-6.15/arch/sh/boards/
H A DKconfig219 bool "SH7785LCR prototype board on 32-bit MMU mode"
223 If you use prototype board, this option is enabled.
/linux-6.15/Documentation/core-api/
H A Dmemory-hotplug.rst46 A callback function must have the following prototype::
/linux-6.15/Documentation/process/
H 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.15/tools/net/sunrpc/xdrgen/
H A DREADME218 of functions that should get a prototype in the generated header,
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_defs.h282 u8 prototype; member
/linux-6.15/Documentation/power/
H A Dvideo.rst117 Athlon64 desktop prototype s3_bios (2)
/linux-6.15/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-skomer.dts535 * on "PBA" which I guess is "prototype board A".
H A Dste-ux500-samsung-kyle.dts547 * on "PBA" which I guess is "prototype board A".
/linux-6.15/Documentation/dev-tools/
H A Dkmemleak.rst153 See the include/linux/kmemleak.h header for the functions prototype.
/linux-6.15/Documentation/driver-api/
H A Dpps.rst111 The pps_register_source() prototype is::
/linux-6.15/Documentation/bpf/
H A Dkfuncs.rst35 prototype in a header for the wrapper kfunc.
39 /* Disables missing prototype warnings */
H A Dclassic_vs_extended.rst184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
/linux-6.15/Documentation/admin-guide/
H A Dsysrq.rst253 handler is called. Your handler must conform to the prototype in 'sysrq.h'.

12