Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_mediabus.c485 unsigned long common_flags; in soc_mbus_config_compatible() local
489 common_flags = cfg->flags & flags; in soc_mbus_config_compatible()
493 hsync = common_flags & (V4L2_MBUS_HSYNC_ACTIVE_HIGH | in soc_mbus_config_compatible()
495 vsync = common_flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | in soc_mbus_config_compatible()
499 pclk = common_flags & (V4L2_MBUS_PCLK_SAMPLE_RISING | in soc_mbus_config_compatible()
501 data = common_flags & (V4L2_MBUS_DATA_ACTIVE_HIGH | in soc_mbus_config_compatible()
503 mode = common_flags & (V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE); in soc_mbus_config_compatible()
505 0 : common_flags; in soc_mbus_config_compatible()
507 mipi_lanes = common_flags & V4L2_MBUS_CSI2_LANES; in soc_mbus_config_compatible()
508 mipi_clock = common_flags & (V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK | in soc_mbus_config_compatible()
[all …]
Dsh_mobile_ceu_camera.c712 unsigned long value, common_flags = CEU_BUS_FLAGS; in sh_mobile_ceu_set_bus_param() local
723 common_flags = soc_mbus_config_compatible(&cfg, in sh_mobile_ceu_set_bus_param()
724 common_flags); in sh_mobile_ceu_set_bus_param()
725 if (!common_flags) in sh_mobile_ceu_set_bus_param()
732 if ((common_flags & V4L2_MBUS_HSYNC_ACTIVE_HIGH) && in sh_mobile_ceu_set_bus_param()
733 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in sh_mobile_ceu_set_bus_param()
735 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_HIGH; in sh_mobile_ceu_set_bus_param()
737 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in sh_mobile_ceu_set_bus_param()
740 if ((common_flags & V4L2_MBUS_VSYNC_ACTIVE_HIGH) && in sh_mobile_ceu_set_bus_param()
741 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in sh_mobile_ceu_set_bus_param()
[all …]
/Linux-v4.19/drivers/media/platform/
Dpxa_camera.c615 unsigned long common_flags; in pxa_mbus_config_compatible() local
619 common_flags = cfg->flags & flags; in pxa_mbus_config_compatible()
623 hsync = common_flags & (V4L2_MBUS_HSYNC_ACTIVE_HIGH | in pxa_mbus_config_compatible()
625 vsync = common_flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | in pxa_mbus_config_compatible()
629 pclk = common_flags & (V4L2_MBUS_PCLK_SAMPLE_RISING | in pxa_mbus_config_compatible()
631 data = common_flags & (V4L2_MBUS_DATA_ACTIVE_HIGH | in pxa_mbus_config_compatible()
633 mode = common_flags & (V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE); in pxa_mbus_config_compatible()
635 0 : common_flags; in pxa_mbus_config_compatible()
637 mipi_lanes = common_flags & V4L2_MBUS_CSI2_LANES; in pxa_mbus_config_compatible()
638 mipi_clock = common_flags & (V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK | in pxa_mbus_config_compatible()
[all …]
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.xs36 common_flags(context)
DContext.c85 RETVAL = common_flags(context); in XS()
/Linux-v4.19/drivers/acpi/arm64/
Dgtdt.c228 if (gtdt_frame->common_flags & ACPI_GTDT_GT_IS_SECURE_TIMER) in gtdt_parse_timer_block()
276 if (gtdt_frame->common_flags & ACPI_GTDT_GT_IS_SECURE_TIMER || in gtdt_parse_timer_block()
/Linux-v4.19/tools/perf/scripts/python/
Dcheck-perf-trace.py67 % (common_pc(context), trace_flag_str(common_flags(context)), \
/Linux-v4.19/tools/perf/scripts/perl/
Dcheck-perf-trace.pl68 common_pc($context), trace_flag_str(common_flags($context)),
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c64 retval = common_flags(scripting_context); in perf_trace_context_common_flags()
/Linux-v4.19/tools/perf/util/
Dtrace-event.h102 int common_flags(struct scripting_context *context);
Dtrace-event-parse.c68 int common_flags(struct scripting_context *context) in common_flags() function
/Linux-v4.19/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-v4.19/Documentation/trace/
Duprobetracer.rst136 field:unsigned char common_flags; offset:2; size:1; signed:0;
Dkprobetrace.rst138 field:unsigned char common_flags; offset:2; size:1; signed:0;
Devents.rst135 field:unsigned char common_flags; offset:2; size:1;
Dhistogram.rst229 field:unsigned char common_flags; offset:2; size:1; signed:0;
/Linux-v4.19/include/acpi/
Dactbl1.h1042 u32 common_flags; member