Searched defs:once (Results 1 - 13 of 13) sorted by relevance

/arch/arm/mach-shmobile/
H A Dpm-r8a7790.c55 static int once; local
57 if (once++)
H A Dpm-r8a7791.c50 static int once; local
52 if (once++)
H A Dpm-r8a7779.c140 static int once; local
142 if (!once++)
/arch/m32r/platforms/oaks32r/
H A Dsetup.c67 static int once = 0; local
69 if (once)
72 once++;
/arch/m32r/platforms/m32104ut/
H A Dsetup.c69 static int once = 0; local
71 if (once)
74 once++;
/arch/m32r/platforms/mappi/
H A Dsetup.c68 static int once = 0; local
70 if (once)
73 once++;
/arch/m32r/platforms/usrv/
H A Dsetup.c131 static int once = 0; local
134 if (once)
137 once++;
/arch/m68k/include/asm/
H A Dsun3xflop.h47 static int once = 0; local
59 if(!once) {
60 once = 1;
204 static int once = 0; local
207 if(!once) {
208 once = 1;
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_trigger_grp_defs.h91 unsigned int once : 1; member in struct:__anon825
/arch/sparc/include/asm/
H A Dfloppy_32.h263 static int once = 0; local
265 if (!once) {
266 once = 1;
H A Dfloppy_64.h250 static int once = 0; local
253 if(!once) {
254 once = 1;
721 * which the generic floppy driver tries to do once again.
/arch/arm/mach-mxs/
H A Dmach-mxs.c96 static int once; local
98 if (once)
144 once = 1;
/arch/sparc/kernel/
H A Dpci_sabre.c408 static int once; local
428 if (once != 0) {
432 once++;

Completed in 930 milliseconds