Lines Matching refs:it66121_ctx

297 struct it66121_ctx {  struct
339 static void it66121_hw_reset(struct it66121_ctx *ctx) in it66121_hw_reset()
346 static inline int it66121_preamble_ddc(struct it66121_ctx *ctx) in it66121_preamble_ddc()
351 static inline int it66121_fire_afe(struct it66121_ctx *ctx) in it66121_fire_afe()
357 static int it66121_configure_input(struct it66121_ctx *ctx) in it66121_configure_input()
380 static int it66121_configure_afe(struct it66121_ctx *ctx, in it66121_configure_afe()
463 static inline int it66121_wait_ddc_ready(struct it66121_ctx *ctx) in it66121_wait_ddc_ready()
482 static int it66121_abort_ddc_ops(struct it66121_ctx *ctx) in it66121_abort_ddc_ops()
520 struct it66121_ctx *ctx = context; in it66121_get_edid_block()
578 static bool it66121_is_hpd_detect(struct it66121_ctx *ctx) in it66121_is_hpd_detect()
591 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_attach()
655 static int it66121_set_mute(struct it66121_ctx *ctx, bool mute) in it66121_set_mute()
702 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_atomic_get_input_bus_fmts()
726 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_enable()
737 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_disable()
749 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_check()
768 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_mode_set()
834 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_mode_valid()
850 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_detect()
858 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_hpd_enable()
868 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_hpd_disable()
880 struct it66121_ctx *ctx = container_of(bridge, struct it66121_ctx, bridge); in it66121_bridge_get_edid()
928 struct it66121_ctx *ctx = dev_id; in it66121_irq_threaded_handler()
968 static int it661221_set_chstat(struct it66121_ctx *ctx, u8 iec60958_chstat[]) in it661221_set_chstat()
996 static int it661221_set_lpcm_audio(struct it66121_ctx *ctx, u8 audio_src_num, u8 audio_swl) in it661221_set_lpcm_audio()
1064 static int it661221_set_ncts(struct it66121_ctx *ctx, u8 fs) in it661221_set_ncts()
1181 static int it661221_audio_output_enable(struct it66121_ctx *ctx, bool enable) in it661221_audio_output_enable()
1212 static int it661221_audio_ch_enable(struct it66121_ctx *ctx, bool enable) in it661221_audio_ch_enable()
1236 struct it66121_ctx *ctx = dev_get_drvdata(dev); in it66121_audio_hw_params()
1386 struct it66121_ctx *ctx = dev_get_drvdata(dev); in it66121_audio_startup()
1403 struct it66121_ctx *ctx = dev_get_drvdata(dev); in it66121_audio_shutdown()
1419 struct it66121_ctx *ctx = dev_get_drvdata(dev); in it66121_audio_mute()
1447 struct it66121_ctx *ctx = dev_get_drvdata(dev); in it66121_audio_get_eld()
1468 static int it66121_audio_codec_init(struct it66121_ctx *ctx, struct device *dev) in it66121_audio_codec_init()
1508 struct it66121_ctx *ctx; in it66121_probe()
1606 struct it66121_ctx *ctx = i2c_get_clientdata(client); in it66121_remove()