Searched defs:techpoint (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_common.h | 103 struct techpoint { struct 120 struct techpoint_audio *audio_in; argument 121 struct techpoint_audio *audio_out; argument 125 enum techpoint_chips chip_id; argument 126 struct techpoint_video_modes *video_modes; argument 127 struct techpoint_video_modes *cur_video_mode; argument 129 enum techpoint_input_type input_type; argument 131 u32 module_index; 132 const char *module_facing; 133 const char *module_name; [all …]
|
| H A D | techpoint_v4l2.c | 53 static int techpoint_get_regulators(struct techpoint *techpoint) in techpoint_get_regulators() 73 static int techpoint_analyze_dts(struct techpoint *techpoint) in techpoint_analyze_dts() 158 static int techpoint_initialize_controls(struct techpoint *techpoint) in techpoint_initialize_controls() 216 static int __techpoint_power_on(struct techpoint *techpoint) in __techpoint_power_on() 275 static void __techpoint_power_off(struct techpoint *techpoint) in __techpoint_power_off() 304 struct techpoint *techpoint = to_techpoint(sd); in techpoint_runtime_resume() local 313 struct techpoint *techpoint = to_techpoint(sd); in techpoint_runtime_suspend() local 322 struct techpoint *techpoint = to_techpoint(sd); in techpoint_power() local 360 techpoint_find_best_fit(struct techpoint *techpoint, in techpoint_find_best_fit() 387 struct techpoint *techpoint = to_techpoint(sd); in techpoint_set_fmt() local [all …]
|
| H A D | techpoint_dev.c | 92 static int check_chip_id(struct techpoint *techpoint) in check_chip_id() 135 int techpoint_initialize_devices(struct techpoint *techpoint) in techpoint_initialize_devices() 152 struct techpoint *techpoint = (struct techpoint *)data; in detect_thread_function() local 226 static int __maybe_unused detect_thread_start(struct techpoint *techpoint) in detect_thread_start() 245 static int __maybe_unused detect_thread_stop(struct techpoint *techpoint) in detect_thread_stop() 253 static __maybe_unused int auto_detect_channel_fmt(struct techpoint *techpoint) in auto_detect_channel_fmt() 281 void __techpoint_get_vc_fmt_inf(struct techpoint *techpoint, in __techpoint_get_vc_fmt_inf() 343 void techpoint_get_vc_fmt_inf(struct techpoint *techpoint, in techpoint_get_vc_fmt_inf() 363 void techpoint_get_vc_hotplug_inf(struct techpoint *techpoint, in techpoint_get_vc_hotplug_inf() 387 void techpoint_set_quick_stream(struct techpoint *techpoint, u32 stream) in techpoint_set_quick_stream() [all …]
|
| H A D | techpoint_tp2855.c | 188 int tp2855_initialize(struct techpoint *techpoint) in tp2855_initialize() 205 int tp2855_get_channel_input_status(struct techpoint *techpoint, u8 ch) in tp2855_get_channel_input_status() 219 int tp2855_get_all_input_status(struct techpoint *techpoint, u8 *detect_status) in tp2855_get_all_input_status() 583 int tp2855_set_quick_stream(struct techpoint *techpoint, u32 stream) in tp2855_set_quick_stream()
|
| H A D | techpoint_tp9930.c | 398 int tp9930_initialize(struct techpoint *techpoint) in tp9930_initialize() 485 int tp9930_get_channel_input_status(struct techpoint *techpoint, u8 ch) in tp9930_get_channel_input_status() 500 int tp9930_get_all_input_status(struct techpoint *techpoint, u8 *detect_status) in tp9930_get_all_input_status()
|
| H A D | techpoint_tp9950.c | 95 int tp9950_initialize(struct techpoint *techpoint) in tp9950_initialize()
|