Searched refs:deprecated (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/staging/media/
H A DMakefile2 obj-$(CONFIG_VIDEO_ATMEL_ISC_BASE) += deprecated/atmel/
/linux-master/tools/perf/util/
H A Dprint-events.h18 bool deprecated, const char *event_type_desc,
H A Dpmus.c360 bool deprecated; member in struct:sevent
434 s->deprecated = info->deprecated;
486 aliases[j].deprecated,
H A Dpmu.h195 bool deprecated; member in struct:pmu_event_info
H A Dpmu.c81 * @deprecated: Is the event hidden and so not shown in perf list by
84 bool deprecated; member in struct:perf_pmu_alias
508 bool deprecated = false, perpkg = false; local
520 deprecated = pe->deprecated;
533 alias->deprecated = deprecated;
1728 info.deprecated = event->deprecated;
1744 info.deprecated
[all...]
/linux-master/drivers/clk/versatile/
H A Dclk-sp810.c92 bool deprecated; local
113 deprecated = !of_find_property(node, "assigned-clock-parents", NULL);
128 if (deprecated)
/linux-master/tools/tracing/rtla/
H A DMakefile.standalone18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
/linux-master/tools/perf/pmu-events/
H A Dpmu-events.h51 bool deprecated; member in struct:pmu_event
H A Djevents.py49 'compat', 'deprecated', 'perpkg', 'unit',
61 _json_enum_attributes = ['aggr_mode', 'deprecated', 'event_grouping', 'perpkg']
341 self.deprecated = jd.get('Deprecated')
/linux-master/tools/lib/bpf/
H A Dlibbpf_common.h19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
21 /* Mark a symbol as deprecated when libbpf version is >= {major}.{minor} */
/linux-master/tools/perf/
H A Dbuiltin-list.c48 /** @deprecated: Print deprecated events or metrics. */
49 bool deprecated; member in struct:print_state
105 bool deprecated, const char *event_type_desc,
113 if (deprecated && !print_state->deprecated)
346 bool deprecated, const char *event_type_desc,
392 if (deprecated) {
395 deprecated ? "1" : "0");
520 OPT_BOOLEAN(0, "deprecated",
102 default_print_event(void *ps, const char *pmu_name, const char *topic, const char *event_name, const char *event_alias, const char *scale_unit __maybe_unused, bool deprecated, const char *event_type_desc, const char *desc, const char *long_desc, const char *encoding_desc) argument
343 json_print_event(void *ps, const char *pmu_name, const char *topic, const char *event_name, const char *event_alias, const char *scale_unit, bool deprecated, const char *event_type_desc, const char *desc, const char *long_desc, const char *encoding_desc) argument
[all...]
/linux-master/include/uapi/linux/usb/
H A Dfunctionfs.h50 /* Legacy format, deprecated as of 3.14. */
56 } __attribute__((packed, deprecated));
129 * Legacy descriptors format (deprecated as of 3.14):
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-l2c.h301 /* Wrapper providing a deprecated old function name */
304 __attribute__((deprecated));
/linux-master/arch/powerpc/xmon/
H A Dppc.h55 ppc_cpu_t deprecated; member in struct:powerpc_opcode
H A Dppc-dis.c97 || (opcode->deprecated & dialect) != 0)))
/linux-master/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-master/tools/perf/tests/
H A Dpmu-events.c356 if (e1->deprecated != e2->deprecated) {
357 pr_debug2("testing event e1 %s: mismatched deprecated, %d vs %d\n",
358 e1->name, e1->deprecated, e2->deprecated);
/linux-master/drivers/cpufreq/
H A DKconfig.x86209 tristate "Intel Enhanced SpeedStep (deprecated)"
213 This is deprecated and this functionality is now merged into
/linux-master/arch/arm/
H A DMakefile131 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W)
/linux-master/include/linux/
H A Dzstd_lib.h1076 * typically with -Wno-deprecated-declarations for gcc or _CRT_SECURE_NO_WARNINGS in Visual.
1083 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated(message)))
1085 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated))
2166 * redundant functions will be deprecated, and then at some point removed.
2316 * This function is deprecated, and is equivalent to:
2322 * Note : this prototype will be marked as deprecated and generate compilation warnings on reaching v1.5.x
2327 * This function is deprecated, and is equivalent to:
2333 * Note : this prototype will be marked as deprecated and generate compilation warnings on reaching v1.5.x
2338 * This function is deprecated, and is equivalent to:
2343 * Note : this prototype will be marked as deprecated an
[all...]
/linux-master/tools/build/feature/
H A DMakefile222 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations

Completed in 198 milliseconds