Home
last modified time | relevance | path

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

/linux/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/tools/lib/python/kdoc/
H A Dkdoc_parser.py239 PROTO = 5 #: Scanning prototype.
270 self.prototype = ""
696 Split apart a structure prototype; returns (struct|union, name,
866 self.emit_msg(ln, f"expecting prototype for {decl_type} {self.entry.identifier}. "
930 f"{proto}: wrong kernel-doc identifier on prototype") argument
933 f"expecting prototype for enum {self.entry.identifier}. "
985 # Store the full prototype before modifying it
1004 # Drop comments and macros to have a pure C prototype
1041 def dump_declaration(self, ln, prototype):
1047 self.dump_enum(ln, prototype)
945 dump_function(self, ln, prototype) global() argument
[all...]
/linux/Documentation/misc-devices/
H A Ddw-xdata-pcie.rst8 Synopsys DesignWare PCIe prototype solution
20 DesignWare prototype that includes this IP.
/linux/Documentation/arch/arm/
H A Dkernel_user_helpers.rst81 Reference prototype::
121 Reference prototype::
176 Reference prototype::
211 Reference prototype::
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-cobra-ltk500hd1829.dts10 model = "Theobroma Systems Cobra prototype with LTK500HD1829 Display";
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h53 u8 prototype; member
H 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/Documentation/trace/
H A Dtracepoints.rst84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the
88 prototype.
/linux/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/Documentation/driver-api/gpio/
H A Dusing-gpio.rst38 productify the prototype: rewrite it using proper kernel drivers. Do not under
/linux/drivers/scsi/bfa/
H A Dbfa_defs.h282 u8 prototype; member
/linux/Documentation/power/
H A Dvideo.rst117 Athlon64 desktop prototype s3_bios (2)
/linux/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/Documentation/bpf/
H A Dclassic_vs_extended.rst184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64
/linux/Documentation/doc-guide/
H A Dsphinx.rst313 function prototype:
/linux/Documentation/scsi/
H A DChangeLog.megaraid420 declare with a prototype) each inline function before its first use"
H A DChangeLog.lpfc158 * Removed unnecessary function prototype.
765 prototype changes only.
1839 * Removed the mem_lock, its prototype, function, macro, and
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst1010 prototype and return values.
1012 change the prototype a little. Remove entries listed in the first
/linux/Documentation/fpga/
H A Ddfl.rst667 * Users may prototype the kernel driver in user space.
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py3355 def render_user_family(family, cw, prototype):
3357 if prototype:
3332 render_user_family(family, cw, prototype) global() argument
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst428 to make the function prototype more readable.
/linux/Documentation/arch/x86/
H A Dboot.rst1416 The function prototype for the handover entry point looks like this::