Searched refs:common_flags (Results 1 – 18 of 18) sorted by relevance
485 unsigned long common_flags; in soc_mbus_config_compatible() local489 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 …]
712 unsigned long value, common_flags = CEU_BUS_FLAGS; in sh_mobile_ceu_set_bus_param() local723 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 …]
615 unsigned long common_flags; in pxa_mbus_config_compatible() local619 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 …]
36 common_flags(context)
85 RETVAL = common_flags(context); in XS()
228 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()
67 % (common_pc(context), trace_flag_str(common_flags(context)), \
68 common_pc($context), trace_flag_str(common_flags($context)),
64 retval = common_flags(scripting_context); in perf_trace_context_common_flags()
102 int common_flags(struct scripting_context *context);
68 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
136 field:unsigned char common_flags; offset:2; size:1; signed:0;
138 field:unsigned char common_flags; offset:2; size:1; signed:0;
135 field:unsigned char common_flags; offset:2; size:1;
229 field:unsigned char common_flags; offset:2; size:1; signed:0;
1042 u32 common_flags; member