Lines Matching refs:tda1997x_state
221 struct tda1997x_state { struct
296 static inline struct tda1997x_state *to_state(struct v4l2_subdev *sd) in to_state() argument
298 return container_of(sd, struct tda1997x_state, sd); in to_state()
303 return &container_of(ctrl->handler, struct tda1997x_state, hdl)->sd; in to_sd()
308 struct tda1997x_state *state = to_state(sd); in tda1997x_cec_read()
322 struct tda1997x_state *state = to_state(sd); in tda1997x_cec_write()
341 struct tda1997x_state *state = to_state(sd); in tda1997x_setpage()
360 struct tda1997x_state *state = to_state(sd); in io_read()
438 struct tda1997x_state *state = to_state(sd); in io_write()
561 struct tda1997x_state *state = container_of(dwork, in tda1997x_delayed_work_enable_hpd()
562 struct tda1997x_state, in tda1997x_delayed_work_enable_hpd()
577 struct tda1997x_state *state = to_state(sd); in tda1997x_disable_edid()
588 struct tda1997x_state *state = to_state(sd); in tda1997x_enable_edid()
604 tda1997x_setup_format(struct tda1997x_state *state, u32 code) in tda1997x_setup_format()
647 struct tda1997x_state *state = to_state(sd); in tda1997x_configure_csc()
745 struct tda1997x_state *state = to_state(sd); in tda1997x_configure_vhref()
828 tda1997x_configure_vidout(struct tda1997x_state *state) in tda1997x_configure_vidout()
909 struct tda1997x_state *state = to_state(sd); in tda1997x_configure_audout()
1043 tda1997x_power_mode(struct tda1997x_state *state, bool enable) in tda1997x_power_mode()
1091 tda1997x_detect_std(struct tda1997x_state *state, in tda1997x_detect_std()
1158 static void tda1997x_reset_n1(struct tda1997x_state *state) in tda1997x_reset_n1()
1218 set_rgb_quantization_range(struct tda1997x_state *state) in set_rgb_quantization_range()
1246 tda1997x_parse_infoframe(struct tda1997x_state *state, u16 addr) in tda1997x_parse_infoframe()
1350 static void tda1997x_irq_sus(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_sus()
1396 static void tda1997x_irq_ddc(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_ddc()
1416 static void tda1997x_irq_rate(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_rate()
1481 static void tda1997x_irq_info(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_info()
1508 static void tda1997x_irq_audio(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_audio()
1556 static void tda1997x_irq_hdcp(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_hdcp()
1578 struct tda1997x_state *state = d; in tda1997x_isr_thread()
1622 struct tda1997x_state *state = to_state(sd); in tda1997x_g_input_status()
1659 struct tda1997x_state *state = to_state(sd); in tda1997x_s_dv_timings()
1684 struct tda1997x_state *state = to_state(sd); in tda1997x_g_dv_timings()
1697 struct tda1997x_state *state = to_state(sd); in tda1997x_query_dv_timings()
1723 struct tda1997x_state *state = to_state(sd); in tda1997x_init_cfg()
1736 struct tda1997x_state *state = to_state(sd); in tda1997x_enum_mbus_code()
1750 static void tda1997x_fill_format(struct tda1997x_state *state, in tda1997x_fill_format()
1768 struct tda1997x_state *state = to_state(sd); in tda1997x_get_format()
1790 struct tda1997x_state *state = to_state(sd); in tda1997x_set_format()
1829 struct tda1997x_state *state = to_state(sd); in tda1997x_get_edid()
1856 struct tda1997x_state *state = to_state(sd); in tda1997x_set_edid()
1927 struct tda1997x_state *state = to_state(sd); in tda1997x_log_infoframe()
1949 struct tda1997x_state *state = to_state(sd); in tda1997x_log_status()
2040 struct tda1997x_state *state = to_state(sd); in tda1997x_s_ctrl()
2057 struct tda1997x_state *state = to_state(sd); in tda1997x_g_volatile_ctrl()
2073 struct tda1997x_state *state = to_state(sd); in tda1997x_core_init()
2239 static int tda1997x_set_power(struct tda1997x_state *state, bool on) in tda1997x_set_power()
2269 static int tda1997x_parse_dt(struct tda1997x_state *state) in tda1997x_parse_dt()
2390 static int tda1997x_get_regulators(struct tda1997x_state *state) in tda1997x_get_regulators()
2402 static int tda1997x_identify_module(struct tda1997x_state *state) in tda1997x_identify_module()
2450 struct tda1997x_state *state = snd_soc_dai_get_drvdata(dai); in tda1997x_pcm_startup()
2507 struct tda1997x_state *state; in tda1997x_probe()
2521 state = kzalloc(sizeof(struct tda1997x_state), GFP_KERNEL); in tda1997x_probe()
2793 struct tda1997x_state *state = to_state(sd); in tda1997x_remove()