Lines Matching refs:tm6000_reg_settings
29 struct tm6000_reg_settings { struct
38 struct tm6000_reg_settings *common; argument
41 static struct tm6000_reg_settings composite_pal_m[] = {
69 static struct tm6000_reg_settings composite_pal_nc[] = {
97 static struct tm6000_reg_settings composite_pal[] = {
125 static struct tm6000_reg_settings composite_secam[] = {
152 static struct tm6000_reg_settings composite_ntsc[] = {
188 static struct tm6000_reg_settings svideo_pal_m[] = {
216 static struct tm6000_reg_settings svideo_pal_nc[] = {
244 static struct tm6000_reg_settings svideo_pal[] = {
272 static struct tm6000_reg_settings svideo_secam[] = {
299 static struct tm6000_reg_settings svideo_ntsc[] = {
461 static int tm6000_load_std(struct tm6000_core *dev, struct tm6000_reg_settings *set) in tm6000_load_std()