Home
last modified time | relevance | path

Searched refs:output_flag (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c51 #define IS_TV(c) (c->output_flag & SDVO_TV_MASK)
52 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)
53 #define IS_LVDS(c) (c->output_flag & SDVO_LVDS_MASK)
54 #define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK))
148 uint16_t output_flag; member
1308 psb_intel_sdvo_connector->output_flag); in psb_intel_sdvo_detect()
1318 if ((psb_intel_sdvo_connector->output_flag & response) == 0) in psb_intel_sdvo_detect()
1963 psb_intel_sdvo_connector->output_flag = SDVO_OUTPUT_TMDS0; in psb_intel_sdvo_dvi_init()
1966 psb_intel_sdvo_connector->output_flag = SDVO_OUTPUT_TMDS1; in psb_intel_sdvo_dvi_init()
2007 psb_intel_sdvo_connector->output_flag = type; in psb_intel_sdvo_tv_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c58 #define IS_TV(c) (c->output_flag & SDVO_TV_MASK)
59 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)
60 #define IS_LVDS(c) (c->output_flag & SDVO_LVDS_MASK)
61 #define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK))
62 #define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK | SDVO_LVDS_MASK))
131 u16 output_flag; member
1588 return active_outputs & intel_sdvo_connector->output_flag; in intel_sdvo_connector_get_hw_state()
2106 intel_sdvo_connector->output_flag); in intel_sdvo_detect()
2116 if ((intel_sdvo_connector->output_flag & response) == 0) in intel_sdvo_detect()
2764 intel_sdvo_connector->output_flag = SDVO_OUTPUT_TMDS0; in intel_sdvo_dvi_init()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264e_syntax.h54 RK_S32 output_flag; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Add-default-libtool_tag-to-cppasm.patch23 'output_flag' => '-o',
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_global.h225 RK_U32 output_flag; member
H A Dh264d_parse.c186 READ_ONEBIT(p_bitctx, &currSlice->svcExt.output_flag); in parser_nalu_header()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c810 prefix->output_flag = 1; in h264e_proc_hal()
H A Dh264e_slice.c1146 mpp_writer_put_raw_bits(s, prefix->output_flag, 1); in h264e_slice_write_prefix_nal_unit_svc()