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()
1174 static void tda1997x_reset_n1(struct tda1997x_state *state) in tda1997x_reset_n1()
1234 set_rgb_quantization_range(struct tda1997x_state *state) in set_rgb_quantization_range()
1262 tda1997x_parse_infoframe(struct tda1997x_state *state, u16 addr) in tda1997x_parse_infoframe()
1366 static void tda1997x_irq_sus(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_sus()
1412 static void tda1997x_irq_ddc(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_ddc()
1432 static void tda1997x_irq_rate(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_rate()
1497 static void tda1997x_irq_info(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_info()
1524 static void tda1997x_irq_audio(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_audio()
1572 static void tda1997x_irq_hdcp(struct tda1997x_state *state, u8 *flags) in tda1997x_irq_hdcp()
1594 struct tda1997x_state *state = d; in tda1997x_isr_thread()
1638 struct tda1997x_state *state = to_state(sd); in tda1997x_g_input_status()
1675 struct tda1997x_state *state = to_state(sd); in tda1997x_s_dv_timings()
1700 struct tda1997x_state *state = to_state(sd); in tda1997x_g_dv_timings()
1713 struct tda1997x_state *state = to_state(sd); in tda1997x_query_dv_timings()
1737 struct tda1997x_state *state = to_state(sd); in tda1997x_init_state()
1750 struct tda1997x_state *state = to_state(sd); in tda1997x_enum_mbus_code()
1764 static void tda1997x_fill_format(struct tda1997x_state *state, in tda1997x_fill_format()
1782 struct tda1997x_state *state = to_state(sd); in tda1997x_get_format()
1804 struct tda1997x_state *state = to_state(sd); in tda1997x_set_format()
1843 struct tda1997x_state *state = to_state(sd); in tda1997x_get_edid()
1870 struct tda1997x_state *state = to_state(sd); in tda1997x_set_edid()
1943 struct tda1997x_state *state = to_state(sd); in tda1997x_log_infoframe()
1965 struct tda1997x_state *state = to_state(sd); in tda1997x_log_status()
2060 struct tda1997x_state *state = to_state(sd); in tda1997x_s_ctrl()
2077 struct tda1997x_state *state = to_state(sd); in tda1997x_g_volatile_ctrl()
2093 struct tda1997x_state *state = to_state(sd); in tda1997x_core_init()
2260 static int tda1997x_set_power(struct tda1997x_state *state, bool on) in tda1997x_set_power()
2290 static int tda1997x_parse_dt(struct tda1997x_state *state) in tda1997x_parse_dt()
2411 static int tda1997x_get_regulators(struct tda1997x_state *state) in tda1997x_get_regulators()
2423 static int tda1997x_identify_module(struct tda1997x_state *state) in tda1997x_identify_module()
2472 struct tda1997x_state *state = to_state(sd); in tda1997x_pcm_startup()
2528 struct tda1997x_state *state; in tda1997x_probe()
2542 state = kzalloc(sizeof(struct tda1997x_state), GFP_KERNEL); in tda1997x_probe()
2815 struct tda1997x_state *state = to_state(sd); in tda1997x_remove()