Lines Matching +full:enum +full:- +full:model
1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Copyright (C) 2010--2012 Nokia Corporation
15 #include <media/v4l2-ctrls.h>
16 #include <media/v4l2-subdev.h>
18 #include "smiapp-pll.h"
19 #include "smiapp-reg.h"
20 #include "smiapp-regs.h"
21 #include "smiapp-quirk.h"
40 + (clk) / 1000 - 1) / ((clk) / 1000))
52 * corrected by giving a default H-FLIP and V-FLIP in the sensor readout.
55 enum smiapp_module_board_orient {
78 unsigned int lanes; /* Number of CSI-2 lanes */
82 enum smiapp_module_board_orient module_board_orient;
87 #include "smiapp-limits.h"
128 #define SMIAPP_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument
130 .model_id = model, \
136 #define SMIAPP_IDENT_LQ(manufacturer, model, rev, _name, _quirk) \ argument
138 .model_id = model, \
144 #define SMIAPP_IDENT_L(manufacturer, model, rev, _name) \ argument
146 .model_id = model, \
151 #define SMIAPP_IDENT_Q(manufacturer, model, rev, _name, _quirk) \ argument
153 .model_id = model, \
159 #define SMIAPP_IDENT(manufacturer, model, rev, _name) \ argument
161 .model_id = model, \
206 * struct smiapp_sensor - Main device structure
278 (to_smiapp_subdev(_sd)->sensor)