Lines Matching defs:md

134 static int* get_ctrl_ptr(struct maven_data* md, int idx) {  in get_ctrl_ptr()
339 static unsigned char maven_compute_deflicker (const struct maven_data* md) { in maven_compute_deflicker()
357 static void maven_compute_bwlevel (const struct maven_data* md, in maven_compute_bwlevel()
366 static const struct maven_gamma* maven_compute_gamma (const struct maven_data* md) { in maven_compute_gamma()
371 static void maven_init_TVdata(const struct maven_data* md, struct mavenregs* data) { in maven_init_TVdata()
754 static inline int maven_compute_timming(struct maven_data* md, in maven_compute_timming()
988 static int maven_program_timming(struct maven_data* md, in maven_program_timming()
1026 static inline int maven_resync(struct maven_data* md) { in maven_resync()
1032 static int maven_get_queryctrl (struct maven_data* md, in maven_get_queryctrl()
1054 static int maven_set_control (struct maven_data* md, in maven_set_control()
1135 static int maven_get_control (struct maven_data* md, in maven_get_control()
1147 static int maven_out_compute(void* md, struct my_timming* mt) { in maven_out_compute()
1155 static int maven_out_program(void* md) { in maven_out_program()
1163 static int maven_out_start(void* md) { in maven_out_start()
1167 static int maven_out_verify_mode(void* md, u_int32_t arg) { in maven_out_verify_mode()
1177 static int maven_out_get_queryctrl(void* md, struct v4l2_queryctrl* p) { in maven_out_get_queryctrl()
1181 static int maven_out_get_ctrl(void* md, struct v4l2_control* p) { in maven_out_get_ctrl()
1185 static int maven_out_set_ctrl(void* md, struct v4l2_control* p) { in maven_out_set_ctrl()
1201 struct maven_data* md = i2c_get_clientdata(clnt); in maven_init_client() local
1235 struct maven_data* md = i2c_get_clientdata(clnt); in maven_shutdown_client() local