Lines Matching refs:tm6000_reg_settings
15 struct tm6000_reg_settings { struct
24 struct tm6000_reg_settings *common; argument
27 static struct tm6000_reg_settings composite_pal_m[] = {
55 static struct tm6000_reg_settings composite_pal_nc[] = {
83 static struct tm6000_reg_settings composite_pal[] = {
111 static struct tm6000_reg_settings composite_secam[] = {
138 static struct tm6000_reg_settings composite_ntsc[] = {
174 static struct tm6000_reg_settings svideo_pal_m[] = {
202 static struct tm6000_reg_settings svideo_pal_nc[] = {
230 static struct tm6000_reg_settings svideo_pal[] = {
258 static struct tm6000_reg_settings svideo_secam[] = {
285 static struct tm6000_reg_settings svideo_ntsc[] = {
445 static int tm6000_load_std(struct tm6000_core *dev, struct tm6000_reg_settings *set) in tm6000_load_std()