Lines Matching defs:lt7911uxc

126 struct lt7911uxc {  struct
150 const struct lt7911uxc_mode *cur_mode; argument
151 const struct lt7911uxc_mode *support_modes; argument
164 static const struct v4l2_dv_timings_cap lt7911uxc_timings_cap = { argument
356 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in i2c_rd() local
408 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in i2c_wr() local
491 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in tx_5v_power_present() local
513 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in no_signal() local
523 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in audio_present() local
553 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_rcv_supported_res() local
575 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_get_detected_timings() local
641 struct lt7911uxc *lt7911uxc = container_of(dwork, in lt7911uxc_delayed_work_hotplug() local
650 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_s_ctrl_detect_event() local
663 struct lt7911uxc *lt7911uxc = container_of(dwork, in lt7911uxc_delayed_work_res_change() local
673 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_s_ctrl_detect_tx_5v() local
681 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_s_ctrl_audio_sampling_rate() local
689 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_s_ctrl_audio_present() local
708 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_cphy_timing_config() local
738 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in enable_stream() local
766 lt7911uxc_find_best_fit(struct lt7911uxc *lt7911uxc) in lt7911uxc_find_best_fit()
792 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_print_dv_timings() local
819 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_format_change() local
844 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_isr() local
854 struct lt7911uxc *lt7911uxc = dev_id; in lt7911uxc_res_change_irq_handler() local
864 struct lt7911uxc *lt7911uxc = dev_id; in plugin_detect_irq_handler() local
875 struct lt7911uxc *lt7911uxc = from_timer(lt7911uxc, t, timer); in lt7911uxc_irq_poll_timer() local
883 struct lt7911uxc *lt7911uxc = container_of(work, in lt7911uxc_work_i2c_poll() local
916 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_s_dv_timings() local
946 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_g_dv_timings() local
966 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_query_dv_timings() local
998 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_g_mbus_config() local
1039 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_enum_frame_sizes() local
1059 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_get_fmt() local
1094 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_enum_frame_interval() local
1112 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_set_fmt() local
1147 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_g_frame_interval() local
1157 static void lt7911uxc_get_module_inf(struct lt7911uxc *lt7911uxc, in lt7911uxc_get_module_inf()
1168 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_ioctl() local
1203 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_s_power() local
1304 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_open() local
1386 static int lt7911uxc_init_v4l2_ctrls(struct lt7911uxc *lt7911uxc) in lt7911uxc_init_v4l2_ctrls()
1436 static int lt7911uxc_probe_of(struct lt7911uxc *lt7911uxc) in lt7911uxc_probe_of()
1529 static int __lt7911uxc_power_on(struct lt7911uxc *lt7911uxc) in __lt7911uxc_power_on()
1545 static void __lt7911uxc_power_off(struct lt7911uxc *lt7911uxc) in __lt7911uxc_power_off()
1562 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_resume() local
1571 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_suspend() local
1583 static int lt7911uxc_check_chip_id(struct lt7911uxc *lt7911uxc) in lt7911uxc_check_chip_id()
1612 struct lt7911uxc *lt7911uxc; in lt7911uxc_probe() local
1750 struct lt7911uxc *lt7911uxc = to_lt7911uxc(sd); in lt7911uxc_remove() local