Lines Matching defs:max96714
91 struct max96714 { struct
92 struct i2c_client *client;
93 struct clk *xvclk;
94 struct gpio_desc *power_gpio;
95 struct gpio_desc *reset_gpio;
119 const struct max96714_mode *cur_mode; argument
126 #define to_max96714(sd) container_of(sd, struct max96714, subdev) argument
269 struct max96714 *max96714 = to_max96714(sd); in max96714_set_fmt() local
302 struct max96714 *max96714 = to_max96714(sd); in max96714_get_fmt() local
356 struct max96714 *max96714 = to_max96714(sd); in max96714_g_frame_interval() local
366 static void max96714_get_module_inf(struct max96714 *max96714, in max96714_get_module_inf()
376 static void max96714_get_vicap_rst_inf(struct max96714 *max96714, in max96714_get_vicap_rst_inf()
387 static void max96714_set_vicap_rst_inf(struct max96714 *max96714, in max96714_set_vicap_rst_inf()
395 struct max96714 *max96714 = to_max96714(sd); in max96714_ioctl() local
540 static int __max96714_start_stream(struct max96714 *max96714) in __max96714_start_stream()
561 static int __max96714_stop_stream(struct max96714 *max96714) in __max96714_stop_stream()
571 struct max96714 *max96714 = to_max96714(sd); in max96714_s_stream() local
614 struct max96714 *max96714 = to_max96714(sd); in max96714_s_power() local
649 static int __max96714_power_on(struct max96714 *max96714) in __max96714_power_on()
695 static void __max96714_power_off(struct max96714 *max96714) in __max96714_power_off()
722 struct max96714 *max96714 = to_max96714(sd); in max96714_runtime_resume() local
731 struct max96714 *max96714 = to_max96714(sd); in max96714_runtime_suspend() local
741 struct max96714 *max96714 = to_max96714(sd); in max96714_open() local
791 struct max96714 *max96714 = to_max96714(sd); in max96714_get_selection() local
844 static int max96714_initialize_controls(struct max96714 *max96714) in max96714_initialize_controls()
886 static int max96714_check_sensor_id(struct max96714 *max96714, in max96714_check_sensor_id()
905 static int max96714_configure_regulators(struct max96714 *max96714) in max96714_configure_regulators()
922 struct max96714 *max96714; in max96714_probe() local
1051 struct max96714 *max96714 = to_max96714(sd); in max96714_remove() local