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()
1159 static void tda1997x_reset_n1(struct tda1997x_state *state) in tda1997x_reset_n1()
1219 set_rgb_quantization_range(struct tda1997x_state *state) in set_rgb_quantization_range()
1247 tda1997x_parse_infoframe(struct tda1997x_state *state, u16 addr) in tda1997x_parse_infoframe()
1351 static void tda1997x_irq_sus(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_sus()
1397 static void tda1997x_irq_ddc(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_ddc()
1417 static void tda1997x_irq_rate(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_rate()
1482 static void tda1997x_irq_info(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_info()
1509 static void tda1997x_irq_audio(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_audio()
1557 static void tda1997x_irq_hdcp(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_hdcp()
1579 struct tda1997x_state *state = d; in tda1997x_isr_thread()
1623 struct tda1997x_state *state = to_state(sd); in tda1997x_g_input_status()
1660 struct tda1997x_state *state = to_state(sd); in tda1997x_s_dv_timings()
1685 struct tda1997x_state *state = to_state(sd); in tda1997x_g_dv_timings()
1698 struct tda1997x_state *state = to_state(sd); in tda1997x_query_dv_timings()
1725 struct tda1997x_state *state = to_state(sd); in tda1997x_init_cfg()
1738 struct tda1997x_state *state = to_state(sd); in tda1997x_enum_mbus_code()
1752 static void tda1997x_fill_format(struct tda1997x_state *state, in tda1997x_fill_format()
1770 struct tda1997x_state *state = to_state(sd); in tda1997x_get_format()
1792 struct tda1997x_state *state = to_state(sd); in tda1997x_set_format()
1831 struct tda1997x_state *state = to_state(sd); in tda1997x_get_edid()
1858 struct tda1997x_state *state = to_state(sd); in tda1997x_set_edid()
1929 struct tda1997x_state *state = to_state(sd); in tda1997x_log_infoframe()
1951 struct tda1997x_state *state = to_state(sd); in tda1997x_log_status()
2042 struct tda1997x_state *state = to_state(sd); in tda1997x_s_ctrl()
2059 struct tda1997x_state *state = to_state(sd); in tda1997x_g_volatile_ctrl()
2075 struct tda1997x_state *state = to_state(sd); in tda1997x_core_init()
2242 static int tda1997x_set_power(struct tda1997x_state *state, bool on) in tda1997x_set_power()
2272 static int tda1997x_parse_dt(struct tda1997x_state *state) in tda1997x_parse_dt()
2393 static int tda1997x_get_regulators(struct tda1997x_state *state) in tda1997x_get_regulators()
2405 static int tda1997x_identify_module(struct tda1997x_state *state) in tda1997x_identify_module()
2453 struct tda1997x_state *state = snd_soc_dai_get_drvdata(dai); in tda1997x_pcm_startup()
2510 struct tda1997x_state *state; in tda1997x_probe()
2524 state = kzalloc(sizeof(struct tda1997x_state), GFP_KERNEL); in tda1997x_probe()
2796 struct tda1997x_state *state = to_state(sd); in tda1997x_remove()