Lines Matching refs:maven_data
128 struct maven_data { struct
134 static int* get_ctrl_ptr(struct maven_data* md, int idx) { in get_ctrl_ptr() argument
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()
1148 #define mdinfo ((struct maven_data*)md) in maven_out_compute()
1156 #define mdinfo ((struct maven_data*)md) in maven_out_program()
1201 struct maven_data* md = i2c_get_clientdata(clnt); in maven_init_client()
1235 struct maven_data* md = i2c_get_clientdata(clnt); in maven_shutdown_client()
1256 struct maven_data* data; in maven_probe()