Searched refs:modelist (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | msp3400.c | 996 } modelist[] = { variable 1104 for (i = 0; modelist[i].name != NULL; i++) in msp3410d_thread() 1105 if (modelist[i].retval == std) in msp3410d_thread() 1108 modelist[i].name ? modelist[i].name : "unknown",std); in msp3410d_thread() 1131 for (i = 0; modelist[i].name != NULL; i++) in msp3410d_thread() 1132 if (modelist[i].retval == val) in msp3410d_thread() 1135 modelist[i].name ? modelist[i].name : "unknown", in msp3410d_thread() 1137 msp->main = modelist[i].main; in msp3410d_thread() 1138 msp->second = modelist[i].second; in msp3410d_thread() 1144 modelist[8].name ? modelist[8].name : "unknown",val); in msp3410d_thread()
|
/linux-2.4.37.9/arch/i386/boot/ |
D | video.S | 204 leaw modelist+1024, %di 226 leaw modelist+1024, %di 287 leaw modelist, %si 777 addw $modelist+1024+4, %ax 782 leaw modelist+1024, %di 805 leaw modelist+1024, %si # Screen buffer 875 # `modelist' label. Each video mode record looks like: 960 mtab1: leaw modelist, %si # SI=mode list, DI=list end
|
D | setup.S | 1133 modelist: label
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | video.S | 203 leaw modelist+1024, %di 225 leaw modelist+1024, %di 286 leaw modelist, %si 768 addw $modelist+1024+4, %ax 773 leaw modelist+1024, %di 796 leaw modelist+1024, %si # Screen buffer 866 # `modelist' label. Each video mode record looks like: 951 mtab1: leaw modelist, %si # SI=mode list, DI=list end
|