Lines Matching defs:max96712

146 struct max96712 {  struct
147 struct i2c_client *client;
148 u16 i2c_addr[I2C_DEV_MAX];
149 struct clk *xvclk;
150 struct gpio_desc *power_gpio;
151 struct gpio_desc *reset_gpio;
152 struct gpio_desc *pwdn_gpio;
153 struct gpio_desc *pocen_gpio;
154 struct gpio_desc *lock_gpio;
155 struct regulator_bulk_data supplies[MAX96712_NUM_SUPPLIES];
180 enum max96712_rx_rate rx_rate; argument
182 const struct max96712_mode *supported_modes; argument
183 const struct max96712_mode *cur_mode; argument
194 static const struct regmap_config max96712_regmap_config = { argument
349 static int max96712_write_reg(struct max96712 *max96712, u8 i2c_id, in max96712_write_reg()
395 static int max96712_read_reg(struct max96712 *max96712, u8 i2c_id, in max96712_read_reg()
444 static int max96712_update_reg_bits(struct max96712 *max96712, u8 i2c_id, in max96712_update_reg_bits()
464 static int max96712_write_array(struct max96712 *max96712, in max96712_write_array()
487 static int max96712_check_local_chipid(struct max96712 *max96712) in max96712_check_local_chipid()
506 static int __maybe_unused max96712_check_remote_chipid(struct max96712 *max96712) in max96712_check_remote_chipid()
542 static u8 max96712_get_link_lock_state(struct max96712 *max96712, u8 link_mask) in max96712_get_link_lock_state()
641 static int max96712_check_link_lock_state(struct max96712 *max96712) in max96712_check_link_lock_state()
774 struct max96712 *max96712 = dev_id; in max96712_hot_plug_detect_irq_handler() local
791 static int max96712_dphy_dpll_predef_set(struct max96712 *max96712, u32 link_freq_mhz) in max96712_dphy_dpll_predef_set()
896 static int max96712_auto_init_deskew(struct max96712 *max96712, u32 deskew_mask) in max96712_auto_init_deskew()
927 static int max96712_frame_sync_period(struct max96712 *max96712, u32 period) in max96712_frame_sync_period()
1010 static int max96712_mipi_enable(struct max96712 *max96712, bool enable) in max96712_mipi_enable()
1045 max96712_find_best_fit(struct max96712 *max96712, struct v4l2_subdev_format *fmt) in max96712_find_best_fit()
1069 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_set_fmt() local
1118 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_get_fmt() local
1148 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_enum_mbus_code() local
1162 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_enum_frame_sizes() local
1181 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_g_frame_interval() local
1191 static void max96712_get_module_inf(struct max96712 *max96712, in max96712_get_module_inf()
1202 max96712_get_vicap_rst_inf(struct max96712 *max96712, in max96712_get_vicap_rst_inf()
1215 max96712_set_vicap_rst_inf(struct max96712 *max96712, in max96712_set_vicap_rst_inf()
1223 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_ioctl() local
1403 static int __max96712_start_stream(struct max96712 *max96712) in __max96712_start_stream()
1451 static int __max96712_stop_stream(struct max96712 *max96712) in __max96712_stop_stream()
1461 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_s_stream() local
1503 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_s_power() local
1538 static int __max96712_power_on(struct max96712 *max96712) in __max96712_power_on()
1589 static void __max96712_power_off(struct max96712 *max96712) in __max96712_power_off()
1621 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_runtime_resume() local
1630 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_runtime_suspend() local
1640 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_open() local
1664 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_enum_frame_interval() local
1680 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_g_mbus_config() local
1712 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_get_selection() local
1763 static int max96712_initialize_controls(struct max96712 *max96712) in max96712_initialize_controls()
1813 static int max96712_configure_regulators(struct max96712 *max96712) in max96712_configure_regulators()
1825 static int max96712_parse_dt(struct max96712 *max96712) in max96712_parse_dt()
1893 struct max96712 *max96712; in max96712_probe() local
2088 struct max96712 *max96712 = v4l2_get_subdevdata(sd); in max96712_remove() local