Lines Matching defs:fp5510_device
33 struct fp5510_device { struct
34 struct v4l2_ctrl_handler ctrls_vcm;
35 struct v4l2_subdev sd;
36 struct v4l2_device vdev;
37 u16 current_val;
38 struct gpio_desc *pwdn_gpio;
40 unsigned short current_related_pos;
41 unsigned short current_lens_pos;
42 unsigned int start_current;
43 unsigned int rated_current;
44 unsigned int step;
45 unsigned int step_mode;
46 unsigned int vcm_movefull_t;
47 unsigned int esc_enable;
48 unsigned int tsc_enable;
49 unsigned int t_src;
50 unsigned int mclk;
52 struct __kernel_old_timeval start_move_tv;
53 struct __kernel_old_timeval end_move_tv;
54 unsigned long move_ms;
56 u32 module_index;
57 const char *module_facing;
58 struct rk_cam_vcm_cfg vcm_cfg;
59 int max_ma;