Home
last modified time | relevance | path

Searched defs:encoder (Results 1 – 25 of 154) sorted by relevance

1234567

/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c100 static int intel_ddi_hdmi_level(struct intel_encoder *encoder, in intel_ddi_hdmi_level()
127 void hsw_prepare_dp_ddi_buffers(struct intel_encoder *encoder, in hsw_prepare_dp_ddi_buffers()
158 static void hsw_prepare_hdmi_ddi_buffers(struct intel_encoder *encoder, in hsw_prepare_hdmi_ddi_buffers()
214 static void intel_wait_ddi_buf_active(struct intel_encoder *encoder) in intel_wait_ddi_buf_active()
260 static u32 icl_pll_to_ddi_clk_sel(struct intel_encoder *encoder, in icl_pll_to_ddi_clk_sel()
346 static void intel_ddi_init_dp_buf_reg(struct intel_encoder *encoder, in intel_ddi_init_dp_buf_reg()
505 intel_ddi_transcoder_func_reg_val_get(struct intel_encoder *encoder, in intel_ddi_transcoder_func_reg_val_get()
617 void intel_ddi_enable_transcoder_func(struct intel_encoder *encoder, in intel_ddi_enable_transcoder_func()
651 intel_ddi_config_transcoder_func(struct intel_encoder *encoder, in intel_ddi_config_transcoder_func()
740 struct intel_encoder *encoder = intel_attached_encoder(intel_connector); in intel_ddi_connector_get_hw_state() local
[all …]
H A Dintel_encoder.c15 struct intel_encoder *encoder = in intel_encoder_link_check_work_fn() local
21 void intel_encoder_link_check_init(struct intel_encoder *encoder, in intel_encoder_link_check_init()
22 void (*callback)(struct intel_encoder *encoder)) in intel_encoder_link_check_init()
28 void intel_encoder_link_check_flush_work(struct intel_encoder *encoder) in intel_encoder_link_check_flush_work()
33 void intel_encoder_link_check_queue_work(struct intel_encoder *encoder, int delay_ms) in intel_encoder_link_check_queue_work()
43 struct intel_encoder *encoder; in intel_encoder_suspend_all() local
65 struct intel_encoder *encoder; in intel_encoder_shutdown_all() local
H A Dvlv_dsi.c270 static int intel_dsi_compute_config(struct intel_encoder *encoder, in intel_dsi_compute_config()
328 static bool glk_dsi_enable_io(struct intel_encoder *encoder) in glk_dsi_enable_io()
369 static void glk_dsi_device_ready(struct intel_encoder *encoder) in glk_dsi_device_ready()
431 static void bxt_dsi_device_ready(struct intel_encoder *encoder) in bxt_dsi_device_ready()
457 static void vlv_dsi_device_ready(struct intel_encoder *encoder) in vlv_dsi_device_ready()
498 static void intel_dsi_device_ready(struct intel_encoder *encoder) in intel_dsi_device_ready()
510 static void glk_dsi_enter_low_power_mode(struct intel_encoder *encoder) in glk_dsi_enter_low_power_mode()
537 static void glk_dsi_disable_mipi_io(struct intel_encoder *encoder) in glk_dsi_disable_mipi_io()
558 static void glk_dsi_clear_device_ready(struct intel_encoder *encoder) in glk_dsi_clear_device_ready()
570 static void vlv_dsi_clear_device_ready(struct intel_encoder *encoder) in vlv_dsi_clear_device_ready()
[all …]
H A Dintel_audio.c265 static void g4x_audio_codec_get_config(struct intel_encoder *encoder, in g4x_audio_codec_get_config()
286 static void g4x_audio_codec_disable(struct intel_encoder *encoder, in g4x_audio_codec_disable()
301 static void g4x_audio_codec_enable(struct intel_encoder *encoder, in g4x_audio_codec_enable()
331 hsw_dp_audio_config_update(struct intel_encoder *encoder, in hsw_dp_audio_config_update()
349 hsw_hdmi_audio_config_update(struct intel_encoder *encoder, in hsw_hdmi_audio_config_update()
391 hsw_audio_config_update(struct intel_encoder *encoder, in hsw_audio_config_update()
413 static void hsw_audio_codec_disable(struct intel_encoder *encoder, in hsw_audio_codec_disable()
451 static unsigned int calc_hblank_early_prog(struct intel_encoder *encoder, in calc_hblank_early_prog()
514 static void enable_audio_dsc_wa(struct intel_encoder *encoder, in enable_audio_dsc_wa()
559 static void hsw_audio_codec_enable(struct intel_encoder *encoder, in hsw_audio_codec_enable()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c46 static void radeon_legacy_encoder_disable(struct drm_encoder *encoder) in radeon_legacy_encoder_disable()
56 static void radeon_legacy_lvds_update(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_update()
145 static void radeon_legacy_lvds_dpms(struct drm_encoder *encoder, int mode) in radeon_legacy_lvds_dpms()
164 static void radeon_legacy_lvds_prepare(struct drm_encoder *encoder) in radeon_legacy_lvds_prepare()
175 static void radeon_legacy_lvds_commit(struct drm_encoder *encoder) in radeon_legacy_lvds_commit()
186 static void radeon_legacy_lvds_mode_set(struct drm_encoder *encoder, in radeon_legacy_lvds_mode_set()
256 static bool radeon_legacy_mode_fixup(struct drm_encoder *encoder, in radeon_legacy_mode_fixup()
496 static void radeon_lvds_enc_destroy(struct drm_encoder *encoder) in radeon_lvds_enc_destroy()
512 static void radeon_legacy_primary_dac_dpms(struct drm_encoder *encoder, int mode) in radeon_legacy_primary_dac_dpms()
554 static void radeon_legacy_primary_dac_prepare(struct drm_encoder *encoder) in radeon_legacy_primary_dac_prepare()
[all …]
H A Datombios_encoders.c100 struct drm_encoder *encoder = &radeon_encoder->base; in atombios_set_backlight_level() local
296 static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, in radeon_atom_mode_fixup()
345 atombios_dac_setup(struct drm_encoder *encoder, int action) in atombios_dac_setup()
397 atombios_tv_setup(struct drm_encoder *encoder, int action) in atombios_tv_setup()
452 static u8 radeon_atom_get_bpc(struct drm_encoder *encoder) in radeon_atom_get_bpc()
486 atombios_dvo_setup(struct drm_encoder *encoder, int action) in atombios_dvo_setup()
558 atombios_digital_setup(struct drm_encoder *encoder, int action) in atombios_digital_setup()
671 atombios_get_encoder_mode(struct drm_encoder *encoder) in atombios_get_encoder_mode()
831 atombios_dig_encoder_setup2(struct drm_encoder *encoder, int action, int panel_mode, int enc_overri… in atombios_dig_encoder_setup2()
987 atombios_dig_encoder_setup(struct drm_encoder *encoder, int action, int panel_mode) in atombios_dig_encoder_setup()
[all …]
H A Dradeon_encoders.c40 static uint32_t radeon_encoder_clones(struct drm_encoder *encoder) in radeon_encoder_clones()
79 struct drm_encoder *encoder; in radeon_setup_encoder_clones() local
214 struct drm_encoder *encoder; in radeon_link_encoder_connector() local
231 void radeon_encoder_set_active_device(struct drm_encoder *encoder) in radeon_encoder_set_active_device()
250 radeon_get_connector_for_encoder(struct drm_encoder *encoder) in radeon_get_connector_for_encoder()
266 radeon_get_connector_for_encoder_init(struct drm_encoder *encoder) in radeon_get_connector_for_encoder_init()
281 struct drm_encoder *radeon_get_external_encoder(struct drm_encoder *encoder) in radeon_get_external_encoder()
302 u16 radeon_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder) in radeon_encoder_get_dp_bridge_encoder_id()
320 void radeon_panel_mode_fixup(struct drm_encoder *encoder, in radeon_panel_mode_fixup()
367 bool radeon_dig_monitor_is_duallink(struct drm_encoder *encoder, in radeon_dig_monitor_is_duallink()
[all …]
H A Dradeon_audio.c190 struct drm_encoder *encoder; in radeon_audio_enable() local
303 static void radeon_audio_write_sad_regs(struct drm_encoder *encoder) in radeon_audio_write_sad_regs()
327 static void radeon_audio_write_speaker_allocation(struct drm_encoder *encoder) in radeon_audio_write_speaker_allocation()
351 static void radeon_audio_write_latency_fields(struct drm_encoder *encoder, in radeon_audio_write_latency_fields()
364 struct r600_audio_pin *radeon_audio_get_pin(struct drm_encoder *encoder) in radeon_audio_get_pin()
375 static void radeon_audio_select_pin(struct drm_encoder *encoder) in radeon_audio_select_pin()
384 struct drm_encoder *encoder, in radeon_audio_detect()
440 static void radeon_audio_set_dto(struct drm_encoder *encoder, unsigned int clock) in radeon_audio_set_dto()
450 static int radeon_audio_set_avi_packet(struct drm_encoder *encoder, in radeon_audio_set_avi_packet()
567 static void radeon_audio_update_acr(struct drm_encoder *encoder, unsigned int clock) in radeon_audio_update_acr()
[all …]
H A Devergreen_hdmi.c69 void evergreen_hdmi_update_acr(struct drm_encoder *encoder, long offset, in evergreen_hdmi_update_acr()
99 void dce4_afmt_write_latency_fields(struct drm_encoder *encoder, in dce4_afmt_write_latency_fields()
121 void dce4_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, in dce4_afmt_hdmi_write_speaker_allocation()
139 void dce4_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, in dce4_afmt_dp_write_speaker_allocation()
157 void evergreen_hdmi_write_sad_regs(struct drm_encoder *encoder, in evergreen_hdmi_write_sad_regs()
308 void dce4_set_vbi_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_vbi_packet()
319 void dce4_hdmi_set_color_depth(struct drm_encoder *encoder, u32 offset, int bpc) in dce4_hdmi_set_color_depth()
356 void dce4_set_audio_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_audio_packet()
391 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce4_set_mute()
402 void evergreen_hdmi_enable(struct drm_encoder *encoder, bool enable) in evergreen_hdmi_enable()
[all …]
H A Ddce3_1_afmt.c31 void dce3_2_afmt_hdmi_write_speaker_allocation(struct drm_encoder *encoder, in dce3_2_afmt_hdmi_write_speaker_allocation()
49 void dce3_2_afmt_dp_write_speaker_allocation(struct drm_encoder *encoder, in dce3_2_afmt_dp_write_speaker_allocation()
67 void dce3_2_afmt_write_sad_regs(struct drm_encoder *encoder, in dce3_2_afmt_write_sad_regs()
171 void dce3_2_hdmi_update_acr(struct drm_encoder *encoder, long offset, in dce3_2_hdmi_update_acr()
203 void dce3_2_set_audio_packet(struct drm_encoder *encoder, u32 offset) in dce3_2_set_audio_packet()
224 void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce3_2_set_mute()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c41 int nv04_dac_output_offset(struct drm_encoder *encoder) in nv04_dac_output_offset()
132 static enum drm_connector_status nv04_dac_detect(struct drm_encoder *encoder, in nv04_dac_detect()
235 uint32_t nv17_dac_sample_load(struct drm_encoder *encoder) in nv17_dac_sample_load()
336 nv17_dac_detect(struct drm_encoder *encoder, struct drm_connector *connector) in nv17_dac_detect()
354 static bool nv04_dac_mode_fixup(struct drm_encoder *encoder, in nv04_dac_mode_fixup()
364 static void nv04_dac_prepare(struct drm_encoder *encoder) in nv04_dac_prepare()
375 static void nv04_dac_mode_set(struct drm_encoder *encoder, in nv04_dac_mode_set()
412 static void nv04_dac_commit(struct drm_encoder *encoder) in nv04_dac_commit()
426 void nv04_dac_update_dacclk(struct drm_encoder *encoder, bool enable) in nv04_dac_update_dacclk()
451 bool nv04_dac_in_use(struct drm_encoder *encoder) in nv04_dac_in_use()
[all …]
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c13 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) in get_kms()
19 static void mdp5_vid_encoder_mode_set(struct drm_encoder *encoder, in mdp5_vid_encoder_mode_set()
120 static void mdp5_vid_encoder_disable(struct drm_encoder *encoder) in mdp5_vid_encoder_disable()
154 static void mdp5_vid_encoder_enable(struct drm_encoder *encoder) in mdp5_vid_encoder_enable()
177 static void mdp5_encoder_mode_set(struct drm_encoder *encoder, in mdp5_encoder_mode_set()
190 static void mdp5_encoder_disable(struct drm_encoder *encoder) in mdp5_encoder_disable()
201 static void mdp5_encoder_enable(struct drm_encoder *encoder) in mdp5_encoder_enable()
216 static int mdp5_encoder_atomic_check(struct drm_encoder *encoder, in mdp5_encoder_atomic_check()
248 int mdp5_encoder_get_linecount(struct drm_encoder *encoder) in mdp5_encoder_get_linecount()
257 u32 mdp5_encoder_get_framecount(struct drm_encoder *encoder) in mdp5_encoder_get_framecount()
[all …]
H A Dmdp5_cmd_encoder.c13 static struct mdp5_kms *get_kms(struct drm_encoder *encoder) in get_kms()
20 static int pingpong_tearcheck_setup(struct drm_encoder *encoder, in pingpong_tearcheck_setup()
77 static int pingpong_tearcheck_enable(struct drm_encoder *encoder) in pingpong_tearcheck_enable()
103 static void pingpong_tearcheck_disable(struct drm_encoder *encoder) in pingpong_tearcheck_disable()
113 void mdp5_cmd_encoder_mode_set(struct drm_encoder *encoder, in mdp5_cmd_encoder_mode_set()
124 void mdp5_cmd_encoder_disable(struct drm_encoder *encoder) in mdp5_cmd_encoder_disable()
142 void mdp5_cmd_encoder_enable(struct drm_encoder *encoder) in mdp5_cmd_encoder_enable()
/linux/drivers/gpu/drm/
H A Ddrm_encoder.c74 struct drm_encoder *encoder; in drm_encoder_register_all() local
91 struct drm_encoder *encoder; in drm_encoder_unregister_all() local
102 struct drm_encoder *encoder, in __drm_encoder_init()
164 struct drm_encoder *encoder, in drm_encoder_init()
187 void drm_encoder_cleanup(struct drm_encoder *encoder) in drm_encoder_cleanup()
212 struct drm_encoder *encoder = ptr; in drmm_encoder_alloc_release() local
222 struct drm_encoder *encoder, in __drmm_encoder_init()
249 struct drm_encoder *encoder; in __drmm_encoder_alloc() local
287 int drmm_encoder_init(struct drm_device *dev, struct drm_encoder *encoder, in drmm_encoder_init()
304 static struct drm_crtc *drm_encoder_get_crtc(struct drm_encoder *encoder) in drm_encoder_get_crtc()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c41 struct drm_encoder *encoder; in amdgpu_link_encoder_connector() local
62 void amdgpu_encoder_set_active_device(struct drm_encoder *encoder) in amdgpu_encoder_set_active_device()
84 amdgpu_get_connector_for_encoder(struct drm_encoder *encoder) in amdgpu_get_connector_for_encoder()
105 amdgpu_get_connector_for_encoder_init(struct drm_encoder *encoder) in amdgpu_get_connector_for_encoder_init()
125 struct drm_encoder *amdgpu_get_external_encoder(struct drm_encoder *encoder) in amdgpu_get_external_encoder()
146 u16 amdgpu_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder) in amdgpu_encoder_get_dp_bridge_encoder_id()
164 void amdgpu_panel_mode_fixup(struct drm_encoder *encoder, in amdgpu_panel_mode_fixup()
205 bool amdgpu_dig_monitor_is_duallink(struct drm_encoder *encoder, in amdgpu_dig_monitor_is_duallink()
H A Datombios_encoders.c87 struct drm_encoder *encoder = &amdgpu_encoder->base; in amdgpu_atombios_encoder_set_backlight_level() local
263 bool amdgpu_atombios_encoder_is_digital(struct drm_encoder *encoder) in amdgpu_atombios_encoder_is_digital()
278 bool amdgpu_atombios_encoder_mode_fixup(struct drm_encoder *encoder, in amdgpu_atombios_encoder_mode_fixup()
313 amdgpu_atombios_encoder_setup_dac(struct drm_encoder *encoder, int action) in amdgpu_atombios_encoder_setup_dac()
342 static u8 amdgpu_atombios_encoder_get_bpc(struct drm_encoder *encoder) in amdgpu_atombios_encoder_get_bpc()
376 amdgpu_atombios_encoder_setup_dvo(struct drm_encoder *encoder, int action) in amdgpu_atombios_encoder_setup_dvo()
438 int amdgpu_atombios_encoder_get_encoder_mode(struct drm_encoder *encoder) in amdgpu_atombios_encoder_get_encoder_mode()
560 amdgpu_atombios_encoder_setup_dig_encoder(struct drm_encoder *encoder, in amdgpu_atombios_encoder_setup_dig_encoder()
749 amdgpu_atombios_encoder_setup_dig_transmitter(struct drm_encoder *encoder, int action, in amdgpu_atombios_encoder_setup_dig_transmitter()
1190 amdgpu_atombios_encoder_setup_external_encoder(struct drm_encoder *encoder, in amdgpu_atombios_encoder_setup_external_encoder()
[all …]
/linux/drivers/media/i2c/
H A Dbt856.c55 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value) in bt856_write()
63 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value) in bt856_setbit()
70 static void bt856_dump(struct bt856 *encoder) in bt856_dump()
84 struct bt856 *encoder = to_bt856(sd); in bt856_init() local
111 struct bt856 *encoder = to_bt856(sd); in bt856_s_std_output() local
133 struct bt856 *encoder = to_bt856(sd); in bt856_s_routing() local
186 struct bt856 *encoder; in bt856_probe() local
H A Dsaa7185.c58 struct saa7185 *encoder = to_saa7185(sd); in saa7185_write() local
69 struct saa7185 *encoder = to_saa7185(sd); in saa7185_write_block() local
209 struct saa7185 *encoder = to_saa7185(sd); in saa7185_init() local
221 struct saa7185 *encoder = to_saa7185(sd); in saa7185_s_std_output() local
236 struct saa7185 *encoder = to_saa7185(sd); in saa7185_s_routing() local
296 struct saa7185 *encoder; in saa7185_probe() local
327 struct saa7185 *encoder = to_saa7185(sd); in saa7185_remove() local
/linux/drivers/input/misc/
H A Drotary_encoder.c56 static unsigned int rotary_encoder_get_state(struct rotary_encoder *encoder) in rotary_encoder_get_state()
74 static void rotary_encoder_report_event(struct rotary_encoder *encoder) in rotary_encoder_report_event()
106 struct rotary_encoder *encoder = dev_id; in rotary_encoder_irq() local
137 struct rotary_encoder *encoder = dev_id; in rotary_encoder_half_period_irq() local
158 struct rotary_encoder *encoder = dev_id; in rotary_encoder_quarter_period_irq() local
181 struct rotary_encoder *encoder; in rotary_encoder_probe() local
310 struct rotary_encoder *encoder = dev_get_drvdata(dev); in rotary_encoder_suspend() local
323 struct rotary_encoder *encoder = dev_get_drvdata(dev); in rotary_encoder_resume() local
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_dpi.c26 struct drm_encoder encoder; member
94 static int exynos_dpi_create_connector(struct drm_encoder *encoder) in exynos_dpi_create_connector()
117 static void exynos_dpi_mode_set(struct drm_encoder *encoder, in exynos_dpi_mode_set()
123 static void exynos_dpi_enable(struct drm_encoder *encoder) in exynos_dpi_enable()
133 static void exynos_dpi_disable(struct drm_encoder *encoder) in exynos_dpi_disable()
193 int exynos_dpi_bind(struct drm_device *dev, struct drm_encoder *encoder) in exynos_dpi_bind()
242 int exynos_dpi_remove(struct drm_encoder *encoder) in exynos_dpi_remove()
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c43 static struct drm_connector *sun4i_tcon_get_connector(const struct drm_encoder *encoder) in sun4i_tcon_get_connector()
59 static int sun4i_tcon_get_pixel_depth(const struct drm_encoder *encoder) in sun4i_tcon_get_pixel_depth()
119 const struct drm_encoder *encoder) in sun4i_tcon_setup_lvds_phy()
143 const struct drm_encoder *encoder) in sun6i_tcon_setup_lvds_phy()
174 const struct drm_encoder *encoder, in sun4i_tcon_lvds_set_status()
190 const struct drm_encoder *encoder, in sun4i_tcon_set_status()
265 const struct drm_encoder *encoder) in sun4i_tcon_set_mux()
347 const struct drm_encoder *encoder, in sun4i_tcon0_mode_set_cpu()
426 const struct drm_encoder *encoder, in sun4i_tcon0_mode_set_lvds()
506 const struct drm_encoder *encoder, in sun4i_tcon0_mode_set_rgb()
[all …]
H A Dsun4i_lvds.c23 struct drm_encoder encoder; member
36 drm_encoder_to_sun4i_lvds(struct drm_encoder *encoder) in drm_encoder_to_sun4i_lvds()
68 static void sun4i_lvds_encoder_enable(struct drm_encoder *encoder) in sun4i_lvds_encoder_enable()
80 static void sun4i_lvds_encoder_disable(struct drm_encoder *encoder) in sun4i_lvds_encoder_disable()
99 struct drm_encoder *encoder; in sun4i_lvds_init() local
/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dtv_encoder.c22 static struct mdp4_kms *get_kms(struct drm_encoder *encoder) in get_kms()
28 static void mdp4_dtv_encoder_mode_set(struct drm_encoder *encoder, in mdp4_dtv_encoder_mode_set()
86 static void mdp4_dtv_encoder_disable(struct drm_encoder *encoder) in mdp4_dtv_encoder_disable()
112 static void mdp4_dtv_encoder_enable(struct drm_encoder *encoder) in mdp4_dtv_encoder_enable()
156 long mdp4_dtv_round_pixclk(struct drm_encoder *encoder, unsigned long rate) in mdp4_dtv_round_pixclk()
165 struct drm_encoder *encoder; in mdp4_dtv_encoder_init() local
H A Dmdp4_dsi_encoder.c23 static struct mdp4_kms *get_kms(struct drm_encoder *encoder) in get_kms()
29 static void mdp4_dsi_encoder_mode_set(struct drm_encoder *encoder, in mdp4_dsi_encoder_mode_set()
83 static void mdp4_dsi_encoder_disable(struct drm_encoder *encoder) in mdp4_dsi_encoder_disable()
106 static void mdp4_dsi_encoder_enable(struct drm_encoder *encoder) in mdp4_dsi_encoder_enable()
139 struct drm_encoder *encoder; in mdp4_dsi_encoder_init() local
/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_panel.c44 static void panel_encoder_dpms(struct drm_encoder *encoder, int mode) in panel_encoder_dpms()
61 static void panel_encoder_prepare(struct drm_encoder *encoder) in panel_encoder_prepare()
66 static void panel_encoder_commit(struct drm_encoder *encoder) in panel_encoder_commit()
71 static void panel_encoder_mode_set(struct drm_encoder *encoder, in panel_encoder_mode_set()
89 struct drm_encoder *encoder; in panel_encoder_create() local
122 struct drm_encoder *encoder; /* our connected encoder */ member
187 struct panel_module *mod, struct drm_encoder *encoder) in panel_connector_create()
229 struct drm_encoder *encoder; in panel_modeset_init() local

1234567