Home
last modified time | relevance | path

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

12

/linux/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/scripts/
A Dkernel-doc1779 my $prototype = shift;
1914 $prototype = "";
1940 "$prototype\n";
1959 $prototype =~ s/,/\(/;
1967 my $len = length($prototype);
1991 $prototype .= $1;
2006 if ($prototype =~ /TRACE_EVENT/ || $prototype =~ /DEFINE_EVENT/ ||
2035 $prototype .= $1 . $2;
2045 $prototype .= $x;
2270 $prototype = "";
[all …]
/linux/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/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/Documentation/misc-devices/
A Ddw-xdata-pcie.rst8 Synopsys DesignWare PCIe prototype solution
20 DesignWare prototype that includes this IP.
/linux/Documentation/arm/
A Dkernel_user_helpers.rst81 Reference prototype::
121 Reference prototype::
176 Reference prototype::
211 Reference prototype::
/linux/drivers/staging/fwserial/
A DTODO6 2. Implement _robust_ console on top of this. The existing prototype console
/linux/Documentation/devicetree/bindings/nds32/
A Dandestech-boards3 The AE3XX prototype demonstrates the AE3XX example platform on the FPGA. It
/linux/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/Documentation/trace/
A Dtracepoints.rst84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the
88 prototype.
A Dftrace-uses.rst85 The prototype of the callback function is as follows (as of v4.14):
/linux/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/Documentation/driver-api/gpio/
A Dusing-gpio.rst38 productify the prototype: rewrite it using proper kernel drivers. Do not under
/linux/Documentation/core-api/
A Dmemory-hotplug.rst46 A callback function must have the following prototype::
/linux/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/tools/lib/traceevent/Documentation/
A Dlibtraceevent-func_apis.txt30 The _tep_func_resolver_t_ type is the prototype of the alternative kernel
/linux/Documentation/driver-api/
A Dpps.rst111 The pps_register_source() prototype is::
/linux/drivers/scsi/bfa/
A Dbfa_defs.h282 u8 prototype; member
/linux/Documentation/power/
A Dvideo.rst117 Athlon64 desktop prototype s3_bios (2)
/linux/arch/arm/boot/dts/
A Dste-ux500-samsung-skomer.dts494 * on "PBA" which I guess is "prototype board A".
A Dste-ux500-samsung-kyle.dts502 * on "PBA" which I guess is "prototype board A".
/linux/Documentation/dev-tools/
A Dkmemleak.rst153 See the include/linux/kmemleak.h header for the functions prototype.
/linux/Documentation/admin-guide/
A Dsysrq.rst235 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
/linux/Documentation/doc-guide/
A Dsphinx.rst223 function prototype:

Completed in 50 milliseconds

12