Lines Matching refs:maven_data
129 struct maven_data { struct
135 static int* get_ctrl_ptr(struct maven_data* md, int idx) { in get_ctrl_ptr() argument
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()
1149 #define mdinfo ((struct maven_data*)md) in maven_out_compute()
1157 #define mdinfo ((struct maven_data*)md) in maven_out_program()
1202 struct maven_data* md = i2c_get_clientdata(clnt); in maven_init_client()
1236 struct maven_data* md = i2c_get_clientdata(clnt); in maven_shutdown_client()
1257 struct maven_data* data; in maven_probe()