Lines Matching defs:md

135 static int* get_ctrl_ptr(struct maven_data* md, int idx) {  in get_ctrl_ptr()
340 static unsigned char maven_compute_deflicker (const struct maven_data* md) { in maven_compute_deflicker()
358 static void maven_compute_bwlevel (const struct maven_data* md, in maven_compute_bwlevel()
367 static const struct maven_gamma* maven_compute_gamma (const struct maven_data* md) { in maven_compute_gamma()
372 static void maven_init_TVdata(const struct maven_data* md, struct mavenregs* data) { in maven_init_TVdata()
755 static inline int maven_compute_timming(struct maven_data* md, in maven_compute_timming()
989 static int maven_program_timming(struct maven_data* md, in maven_program_timming()
1027 static inline int maven_resync(struct maven_data* md) { in maven_resync()
1033 static int maven_get_queryctrl (struct maven_data* md, in maven_get_queryctrl()
1055 static int maven_set_control (struct maven_data* md, in maven_set_control()
1136 static int maven_get_control (struct maven_data* md, in maven_get_control()
1148 static int maven_out_compute(void* md, struct my_timming* mt) { in maven_out_compute()
1156 static int maven_out_program(void* md) { in maven_out_program()
1164 static int maven_out_start(void* md) { in maven_out_start()
1168 static int maven_out_verify_mode(void* md, u_int32_t arg) { in maven_out_verify_mode()
1178 static int maven_out_get_queryctrl(void* md, struct v4l2_queryctrl* p) { in maven_out_get_queryctrl()
1182 static int maven_out_get_ctrl(void* md, struct v4l2_control* p) { in maven_out_get_ctrl()
1186 static int maven_out_set_ctrl(void* md, struct v4l2_control* p) { in maven_out_set_ctrl()
1202 struct maven_data* md = i2c_get_clientdata(clnt); in maven_init_client() local
1236 struct maven_data* md = i2c_get_clientdata(clnt); in maven_shutdown_client() local