Home
last modified time | relevance | path

Searched refs:common_flags (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mediabus.c481 unsigned long common_flags; in soc_mbus_config_compatible() local
485 common_flags = cfg->flags & flags; in soc_mbus_config_compatible()
489 hsync = common_flags & (V4L2_MBUS_HSYNC_ACTIVE_HIGH | in soc_mbus_config_compatible()
491 vsync = common_flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | in soc_mbus_config_compatible()
495 pclk = common_flags & (V4L2_MBUS_PCLK_SAMPLE_RISING | in soc_mbus_config_compatible()
497 data = common_flags & (V4L2_MBUS_DATA_ACTIVE_HIGH | in soc_mbus_config_compatible()
499 mode = common_flags & (V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE); in soc_mbus_config_compatible()
501 0 : common_flags; in soc_mbus_config_compatible()
503 mipi_lanes = common_flags & V4L2_MBUS_CSI2_LANES; in soc_mbus_config_compatible()
504 mipi_clock = common_flags & (V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK | in soc_mbus_config_compatible()
[all …]
/Linux-v5.4/drivers/media/platform/
Dpxa_camera.c611 unsigned long common_flags; in pxa_mbus_config_compatible() local
615 common_flags = cfg->flags & flags; in pxa_mbus_config_compatible()
619 hsync = common_flags & (V4L2_MBUS_HSYNC_ACTIVE_HIGH | in pxa_mbus_config_compatible()
621 vsync = common_flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | in pxa_mbus_config_compatible()
625 pclk = common_flags & (V4L2_MBUS_PCLK_SAMPLE_RISING | in pxa_mbus_config_compatible()
627 data = common_flags & (V4L2_MBUS_DATA_ACTIVE_HIGH | in pxa_mbus_config_compatible()
629 mode = common_flags & (V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE); in pxa_mbus_config_compatible()
631 0 : common_flags; in pxa_mbus_config_compatible()
633 mipi_lanes = common_flags & V4L2_MBUS_CSI2_LANES; in pxa_mbus_config_compatible()
634 mipi_clock = common_flags & (V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK | in pxa_mbus_config_compatible()
[all …]
/Linux-v5.4/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.xs36 common_flags(context)
DContext.c69 RETVAL = common_flags(context); in XS()
/Linux-v5.4/drivers/acpi/arm64/
Dgtdt.c225 if (gtdt_frame->common_flags & ACPI_GTDT_GT_IS_SECURE_TIMER) in gtdt_parse_timer_block()
273 if (gtdt_frame->common_flags & ACPI_GTDT_GT_IS_SECURE_TIMER || in gtdt_parse_timer_block()
/Linux-v5.4/tools/perf/scripts/python/
Dcheck-perf-trace.py69 (common_pc(context), trace_flag_str(common_flags(context)),
/Linux-v5.4/tools/perf/scripts/perl/
Dcheck-perf-trace.pl68 common_pc($context), trace_flag_str(common_flags($context)),
/Linux-v5.4/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c49 retval = common_flags(scripting_context); in perf_trace_context_common_flags()
/Linux-v5.4/tools/perf/util/
Dtrace-event.h103 int common_flags(struct scripting_context *context);
Dtrace-event-parse.c52 int common_flags(struct scripting_context *context) in common_flags() function
/Linux-v5.4/tools/perf/Documentation/
Dperf-script-perl.txt63 field:unsigned char common_flags;
200 common_flags($context) - returns common_flags for the current event
Dperf-script-python.txt457 field:unsigned char common_flags;
599 common_flags(context) - returns common_flags for the current event
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-record_parse.txt46 It reads the "common_flags" field. The _tep_ argument is the trace event parser
/Linux-v5.4/Documentation/trace/
Duprobetracer.rst142 field:unsigned char common_flags; offset:2; size:1; signed:0;
Dkprobetrace.rst193 field:unsigned char common_flags; offset:2; size:1; signed:0;
Devents.rst135 field:unsigned char common_flags; offset:2; size:1;
Dhistogram.rst217 field:unsigned char common_flags; offset:2; size:1; signed:0;
/Linux-v5.4/include/acpi/
Dactbl1.h1047 u32 common_flags; member