Searched refs:flash (Results 26 - 29 of 29) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dgeneral.js3363 {flash = '4MB';
3365 if (pid.indexOf("WL331g")!=-1) flash = '2MB';
3366 else if (pid.indexOf("WL500g.Lite")!=-1) flash = '2MB';
3367 else if (pid.indexOf("WL500b.Lite")!=-1) flash = '2MB';
3368 else if (pid.indexOf("WL500g-X")!=-1 || pid.indexOf("WL500g-E")!=-1 || pid.indexOf("WL520gc")!=-1 || pid.indexOf("WL550gE")!=-1) flash = '2MB';
3369 return flash;
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dgeneral.js3363 {flash = '4MB';
3365 if (pid.indexOf("WL331g")!=-1) flash = '2MB';
3366 else if (pid.indexOf("WL500g.Lite")!=-1) flash = '2MB';
3367 else if (pid.indexOf("WL500b.Lite")!=-1) flash = '2MB';
3368 else if (pid.indexOf("WL500g-X")!=-1 || pid.indexOf("WL500g-E")!=-1 || pid.indexOf("WL520gc")!=-1 || pid.indexOf("WL550gE")!=-1) flash = '2MB';
3369 return flash;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dvi.c138 static int err_method; // indicate error with beep or flash
250 static void flash(int); // flash the terminal screen
252 static void indicate_error(char); // use flash or beep to indicate error
439 err_method = 1; // flash
2033 printf("flash ");
2052 if (strncasecmp((char *) args + i, "flash", 5) == 0 ||
3677 static void flash(int h) function
3700 flash(10);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj.c242 * Fixed flash detection.
2098 j->ex.bits.flash = 1;
2478 j->ex_sig.bits.dtmf_ready = j->ex_sig.bits.hookstate = j->ex_sig.bits.flash = j->ex_sig.bits.pstn_ring =
6318 if(j->ex.bits.flash) {
6320 j->ex.bits.flash = 0;
7223 j->ex_sig.bits.dtmf_ready = j->ex_sig.bits.hookstate = j->ex_sig.bits.flash = j->ex_sig.bits.pstn_ring =

Completed in 195 milliseconds

12