| /linux/tools/perf/pmu-events/ |
| H A D | make_legacy_cache.py | 68 deprecated: bool) -> None: 76 deprecated = True 86 if deprecated: 97 deprecated=True) 103 deprecated = (names[0] != name or op_names[1] != op_name) variable 109 deprecated) 113 deprecated = ((names[0] != name or op_names[0] != op_name) or variable 118 deprecated) 127 deprecated=True)
|
| /linux/scripts/coccinelle/misc/ |
| H A D | uninitialized_var.cocci | 5 /// From Documentation/process/deprecated.rst, 6 /// commit 4b19bec97c88 ("docs: deprecated.rst: Add uninitialized_var()"): 16 /// Later, commit 3942ea7a10c9 ("deprecated.rst: Remove now removed 50 coccilib.report.print_report(p[0], "WARNING this kind of initialization is deprecated") 56 coccilib.org.print_todo(p[0], "WARNING this kind of initialization is deprecated")
|
| H A D | flexible_array.cocci | 3 /// Zero-length and one-element arrays are deprecated, see 4 /// Documentation/process/deprecated.rst 99 …e-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length… 106 …e-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length…
|
| /linux/Documentation/arch/arm64/ |
| H A D | legacy_instructions.rst | 6 emulation of instructions which have been deprecated, or obsoleted in 26 warnings are issued. This is the default for deprecated 32 Although marked as deprecated, some implementations may support the 36 about the use of the deprecated instructions.
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 51 bool deprecated; member 122 bool deprecated, const char *event_type_desc, in default_print_event() argument 130 if (deprecated && !print_state->deprecated) in default_print_event() 367 bool deprecated, const char *event_type_desc, in json_print_event() argument 376 if (deprecated && !print_state->common.deprecated) in json_print_event() 430 if (deprecated) { in json_print_event() 433 deprecated ? "1" : "0"); in json_print_event() 575 OPT_BOOLEAN(0, "deprecated", &default_ps.deprecated, in cmd_list()
|
| /linux/drivers/clk/versatile/ |
| H A D | clk-sp810.c | 92 bool deprecated; in clk_sp810_of_setup() local 113 deprecated = !of_property_present(node, "assigned-clock-parents"); in clk_sp810_of_setup() 128 if (deprecated) in clk_sp810_of_setup()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwc-qos-ethernet.txt | 3 This binding is deprecated, but it continues to be supported, but new 19 This combination is deprecated. It should be treated as equivalent to 53 This clock is deprecated and should not be used by new compatible values. 56 This clock is deprecated and should not be used by new compatible values. 83 - "snps,dwc-qos-ethernet-4.10" (deprecated): 101 - "snps,dwc-qos-ethernet-4.10" (deprecated):
|
| /linux/drivers/staging/media/deprecated/atmel/ |
| H A D | Kconfig | 21 This driver is deprecated and is scheduled for removal by 40 This driver is deprecated and is scheduled for removal by
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | octeon-usb.txt | 27 - refclk-frequency: deprecated, use "clock-frequency". 29 - refclk-type: deprecated, use "cavium,refclk-type".
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | sh_pfc.h | 638 deprecated)); char name[(bank * 32) + pin] __attribute__((deprecated 641 char dummy[0] __attribute__((deprecated, \ 643 deprecated)); \ 704 deprecated)); char pfx[pn] __attribute__((deprecated 707 char dummy[0] __attribute__((deprecated, \ 709 deprecated)); \
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1043a-rdb.dts | 108 * Standard CS timing properties replace the deprecated vendor 122 * Standard CS timing properties replace the deprecated vendor 136 * Standard CS timing properties replace the deprecated vendor
|
| /linux/tools/perf/util/ |
| H A D | pmu.c | 108 bool deprecated; member 565 bool deprecated = false, perpkg = false; in perf_pmu__new_alias() local 577 deprecated = pe->deprecated; in perf_pmu__new_alias() 590 alias->deprecated = deprecated; in perf_pmu__new_alias() 2164 return alias->deprecated; in perf_pmu_alias__check_deprecated() 2167 if (alias->deprecated) in perf_pmu_alias__check_deprecated() 2185 alias->deprecated = true; in perf_pmu_alias__check_deprecated() 2188 alias->deprecated = !is_event_supported(attr.type, attr.config); in perf_pmu_alias__check_deprecated() 2190 return alias->deprecated; in perf_pmu_alias__check_deprecated() 2250 info.deprecated = perf_pmu_alias__check_deprecated(pmu, event); in perf_pmu__for_each_event() [all …]
|
| H A D | print-events.h | 18 bool deprecated, const char *event_type_desc,
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm283x-rpi-led-deprecated.dtsi | 5 * This file provides the now deprecated ACT LED to the
|
| H A D | bcm2835-rpi-cm1.dtsi | 6 #include "bcm283x-rpi-led-deprecated.dtsi"
|
| /linux/arch/arm/mach-s3c/ |
| H A D | Kconfig.s3c64xx | 7 bool "Samsung S3C64XX (deprecated, see help)" 26 The platform is deprecated and scheduled for removal. Please reach to
|
| /linux/tools/perf/ui/gtk/ |
| H A D | Build | 1 CFLAGS_gtk += -fPIC $(GTK_CFLAGS) -Wno-deprecated-declarations
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend_legacy_dvbv3_api.rst | 9 The usage of this API is deprecated, as it doesn't support all digital
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | procfs-i8k | 9 the procfs interface is deprecated.
|
| /linux/Documentation/devicetree/bindings/arm/marvell/ |
| H A D | armada-370-xp-pmsu.txt | 11 deprecated and will be removed
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| H A D | ucc.txt | 30 The following two properties are deprecated. rx-clock has been replaced 32 Drivers that currently use the deprecated properties should continue to
|
| /linux/tools/tracing/rtla/ |
| H A D | Makefile.standalone | 18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
|
| /linux/tools/perf/tests/ |
| H A D | pmu-events.c | 316 if (e1->deprecated != e2->deprecated) { in compare_pmu_events() 318 e1->name, e1->deprecated, e2->deprecated); in compare_pmu_events()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_common.h | 19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | Build | 9 …nt-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-deprecated-declarations -Wn…
|