Lines Matching defs:mt9m114
372 struct mt9m114 { struct
373 struct i2c_client *client;
374 struct regmap *regmap;
376 struct clk *clk;
377 struct gpio_desc *reset;
378 struct regulator_bulk_data supplies[3];
379 struct v4l2_fwnode_endpoint bus_cfg;
381 struct {
385 } pll;
387 unsigned int pixrate;
388 bool streaming;
391 struct {
418 static const struct mt9m114_format_info mt9m114_format_infos[] = { argument