Searched refs:common_flags (Results 1 – 18 of 18) sorted by relevance
481 unsigned long common_flags; in soc_mbus_config_compatible() local485 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 …]
611 unsigned long common_flags; in pxa_mbus_config_compatible() local615 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 …]
36 common_flags(context)
69 RETVAL = common_flags(context); in XS()
225 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()
69 (common_pc(context), trace_flag_str(common_flags(context)),
68 common_pc($context), trace_flag_str(common_flags($context)),
49 retval = common_flags(scripting_context); in perf_trace_context_common_flags()
103 int common_flags(struct scripting_context *context);
52 int common_flags(struct scripting_context *context) in common_flags() function
63 field:unsigned char common_flags;200 common_flags($context) - returns common_flags for the current event
457 field:unsigned char common_flags;599 common_flags(context) - returns common_flags for the current event
46 It reads the "common_flags" field. The _tep_ argument is the trace event parser
142 field:unsigned char common_flags; offset:2; size:1; signed:0;
193 field:unsigned char common_flags; offset:2; size:1; signed:0;
135 field:unsigned char common_flags; offset:2; size:1;
217 field:unsigned char common_flags; offset:2; size:1; signed:0;
1047 u32 common_flags; member