Home
last modified time | relevance | path

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

12

/linux/include/acpi/
H A Dacpixf.h60 #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/scripts/
H A Dkernel-doc.pl180 my ($newsection, $newcontents, $prototype, $brcount);
1034 my ($prototype, $file) = @_;
1638 my $prototype = shift;
1644 $prototype =~ s/^static +//;
1645 $prototype =~ s/^extern +//;
1646 $prototype =~ s/^asmlinkage +//;
1647 $prototype =~ s/^inline +//;
1648 $prototype =~ s/^__inline__ +//;
1649 $prototype =~ s/^__inline +//;
1650 $prototype =~ s/^__always_inline +//;
[all …]
/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/scripts/lib/kdoc/
H A Dkdoc_parser.py95 PROTO = 5 # scanning prototype
121 self.prototype = ""
565 f"expecting prototype for {decl_type} {self.entry.identifier}. Prototype was for {decl_type} {declaration_name} instead\n")
839 f"{proto}: wrong kernel-doc identifier on prototype")
842 f"expecting prototype for enum {self.entry.identifier}. "
875 def dump_declaration(self, ln, prototype):
881 self.dump_enum(ln, prototype)
883 self.dump_typedef(ln, prototype)
885 self.dump_struct(ln, prototype)
890 def dump_function(self, ln, prototype)
908 dump_declaration(self, ln, prototype) global() argument
928 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/Documentation/gpu/xe/
H A Dindex.rst9 DG2, etc is provided to prototype the driver.
/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.
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/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/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``
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/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/filesystems/
H A Dhpfs.rst186 When compiled, you get warning: function declaration isn't a prototype. Does
/linux/Documentation/scsi/
H A DChangeLog.megaraid420 declare with a prototype) each inline function before its first use"
/linux/drivers/misc/
H A DKconfig478 PCIe Endpoint prototype.
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst1010 prototype and return values.
1012 change the prototype a little. Remove entries listed in the first

12