Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 181) sorted by relevance

12345678

/linux/tools/perf/pmu-events/
H A Dmake_legacy_cache.py68 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 Duninitialized_var.cocci5 /// 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 Dflexible_array.cocci3 /// 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 Dlegacy_instructions.rst6 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 Dbuiltin-list.c51 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 Dclk-sp810.c92 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 Dsnps,dwc-qos-ethernet.txt3 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 DKconfig21 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 Docteon-usb.txt27 - refclk-frequency: deprecated, use "clock-frequency".
29 - refclk-type: deprecated, use "cavium,refclk-type".
/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h638 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 Dfsl-ls1043a-rdb.dts108 * 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 Dpmu.c108 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 Dprint-events.h18 bool deprecated, const char *event_type_desc,
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm283x-rpi-led-deprecated.dtsi5 * This file provides the now deprecated ACT LED to the
H A Dbcm2835-rpi-cm1.dtsi6 #include "bcm283x-rpi-led-deprecated.dtsi"
/linux/arch/arm/mach-s3c/
H A DKconfig.s3c64xx7 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 DBuild1 CFLAGS_gtk += -fPIC $(GTK_CFLAGS) -Wno-deprecated-declarations
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_legacy_dvbv3_api.rst9 The usage of this API is deprecated, as it doesn't support all digital
/linux/Documentation/ABI/obsolete/
H A Dprocfs-i8k9 the procfs interface is deprecated.
/linux/Documentation/devicetree/bindings/arm/marvell/
H A Darmada-370-xp-pmsu.txt11 deprecated and will be removed
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Ducc.txt30 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 DMakefile.standalone18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
/linux/tools/perf/tests/
H A Dpmu-events.c316 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 Dlibbpf_common.h19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
/linux/tools/perf/util/scripting-engines/
H A DBuild9 …nt-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-deprecated-declarations -Wn…

12345678