Home
last modified time | relevance | path

Searched full:prototype (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/linux-6.12.1/include/acpi/
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-6.12.1/include/acpi/platform/
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.12.1/scripts/
Dkernel-doc182 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
222 STATE_PROTO => 5, # scanning prototype
1101 my ($prototype, $file) = @_;
1133 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1348 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1416 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1447 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1701 # takes a function prototype and the name of the current file being
1705 my $prototype = shift;
1711 $prototype =~ s/^static +//;
[all …]
/linux-6.12.1/arch/powerpc/kernel/vdso/
Dgettimeofday.S66 * Exact prototype of gettimeofday
76 * Exact prototype of clock_gettime()
86 * Exact prototype of clock_gettime64()
98 * Exact prototype of clock_getres()
109 * Exact prototype of time()
/linux-6.12.1/arch/powerpc/xmon/
Dansidecl.h30 ARGS list the arguments with their types. It becomes a prototype in
39 obsolete -- EXFUN (name, (prototype)) -- obsolete.
43 In ANSI C it is `NAME PROTOTYPE' (so PROTOTYPE should be enclosed in
45 For a function that takes no arguments, PROTOTYPE should be `(void)'.
49 We could use the EXFUN macro to handle prototype declarations, but
/linux-6.12.1/drivers/misc/lkdtm/
Dcfi.c31 * This tries to call an indirect function with a mismatched prototype.
36 * Matches lkdtm_increment_void()'s prototype, but not in lkdtm_CFI_FORWARD_PROTO()
37 * lkdtm_increment_int()'s prototype. in lkdtm_CFI_FORWARD_PROTO()
39 pr_info("Calling matched prototype ...\n"); in lkdtm_CFI_FORWARD_PROTO()
42 pr_info("Calling mismatched prototype ...\n"); in lkdtm_CFI_FORWARD_PROTO()
45 pr_err("FAIL: survived mismatched prototype function call!\n"); in lkdtm_CFI_FORWARD_PROTO()
/linux-6.12.1/drivers/scsi/arm/
Dpowertec.c68 /* Prototype: void powertecscsi_irqenable(ec, irqnr)
80 /* Prototype: void powertecscsi_irqdisable(ec, irqnr)
97 /* Prototype: void powertecscsi_terminator_ctl(host, on_off)
111 /* Prototype: void powertecscsi_intr(irq, *dev_id, *regs)
123 /* Prototype: fasdmatype_t powertecscsi_dma_setup(host, SCpnt, direction, min_type)
169 /* Prototype: int powertecscsi_dma_stop(host, SCpnt)
182 /* Prototype: const char *powertecscsi_info(struct Scsi_Host * host)
199 /* Prototype: int powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
230 /* Prototype: int powertecscsi_proc_info(char *buffer, char **start, off_t offset,
Dcumana_2.c88 /* Prototype: void cumanascsi_2_irqenable(ec, irqnr)
100 /* Prototype: void cumanascsi_2_irqdisable(ec, irqnr)
117 /* Prototype: void cumanascsi_2_terminator_ctl(host, on_off)
136 /* Prototype: void cumanascsi_2_intr(irq, *dev_id, *regs)
149 /* Prototype: fasdmatype_t cumanascsi_2_dma_setup(host, SCpnt, direction, min_type)
203 * Prototype: void cumanascsi_2_dma_pseudo(host, SCpnt, direction, transfer)
279 /* Prototype: int cumanascsi_2_dma_stop(host, SCpnt)
294 /* Prototype: const char *cumanascsi_2_info(struct Scsi_Host * host)
311 /* Prototype: int cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
Deesox.c81 /* Prototype: void eesoxscsi_irqenable(ec, irqnr)
96 /* Prototype: void eesoxscsi_irqdisable(ec, irqnr)
116 /* Prototype: void eesoxscsi_terminator_ctl(*host, on_off)
137 /* Prototype: void eesoxscsi_intr(irq, *dev_id, *regs)
150 /* Prototype: fasdmatype_t eesoxscsi_dma_setup(host, SCpnt, direction, min_type)
366 /* Prototype: int eesoxscsi_dma_stop(host, SCpnt)
379 /* Prototype: const char *eesoxscsi_info(struct Scsi_Host * host)
396 /* Prototype: int eesoxscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
/linux-6.12.1/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.c30 XS(XS_Perf__Trace__Context_common_pc); /* prototype to pass -Wmissing-prototypes */
53 XS(XS_Perf__Trace__Context_common_flags); /* prototype to pass -Wmissing-prototypes */
76 XS(XS_Perf__Trace__Context_common_lock_depth); /* prototype to pass -Wmissing-prototypes */
101 XS(boot_Perf__Trace__Context); /* prototype to pass -Wmissing-prototypes */
/linux-6.12.1/arch/mips/boot/dts/ingenic/
Dgcw0_proto.dts7 model = "GCW Zero Prototype";
11 /* Prototype has only 256 MiB of RAM */
/linux-6.12.1/Documentation/arch/arm/
Dkernel_user_helpers.rst81 Reference prototype::
121 Reference prototype::
176 Reference prototype::
211 Reference prototype::
/linux-6.12.1/arch/sh/boards/
DKconfig219 bool "SH7785LCR prototype board on 32-bit MMU mode"
223 If you use prototype board, this option is enabled.
323 bool "SH-X3 Prototype board"
/linux-6.12.1/Documentation/misc-devices/
Ddw-xdata-pcie.rst8 Synopsys DesignWare PCIe prototype solution
20 DesignWare prototype that includes this IP.
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dbrcms_trace_brcmsmac.h30 /* TPPROTO is the prototype of the function called by this tracepoint */
34 * prototype.
/linux-6.12.1/include/xen/interface/
Dxen-mca.h215 * Prototype:
221 * Prototype:
227 * Prototype:
234 * Prototype:
/linux-6.12.1/arch/um/include/shared/
Dinit.h21 * If the function has a prototype somewhere, you can also add
22 * __init between closing brace of the prototype and semicolon:
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dhal_phy_cfg.h27 /*--------------------------Exported Function prototype---------------------*/
66 /*--------------------------Exported Function prototype End---------------------*/
/linux-6.12.1/drivers/ata/
Dpata_icside.c83 /* Prototype: pata_icside_irqenable_arcin_v5 (struct expansion_card *ec, int irqnr)
93 /* Prototype: pata_icside_irqdisable_arcin_v5 (struct expansion_card *ec, int irqnr)
110 /* Prototype: pata_icside_irqenable_arcin_v6 (struct expansion_card *ec, int irqnr)
124 /* Prototype: pata_icside_irqdisable_arcin_v6 (struct expansion_card *ec, int irqnr)
135 /* Prototype: pata_icside_irqprobe(struct expansion_card *ec)
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h139 /*--------------------------Exported Function prototype---------------------*/
140 /*--------------------------Exported Function prototype---------------------*/
/linux-6.12.1/tools/perf/util/
Ddemangle-java.c37 * Use MODE_PREFIX to process entire prototype till end position
189 /* add space between return type and function prototype */ in java_demangle_sym()
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-trace.h25 /* Trace function prototype */
110 /* Trace function prototype */
/linux-6.12.1/include/linux/
Dstart_kernel.h8 /* Define the prototype for start_kernel here, rather than cluttering
/linux-6.12.1/Documentation/trace/
Dtracepoints.rst84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the
88 prototype.
/linux-6.12.1/arch/sh/kernel/cpu/sh4a/
Dpinmux-shx3.c3 * SH-X3 prototype CPU pinmux

12345678910>>...24