Searched refs:progress_led (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-proc.c121 static char progress_led[MAX_LINELENGTH]; variable
365 if (copy_from_user(progress_led, buf, count)) { /* save the string */
368 progress_led[count] = 0;
371 hex = simple_strtoul(progress_led, NULL, 10);
373 rtas_progress ((char *)progress_led, hex);
382 if (progress_led[0])
383 seq_printf(m, "%s\n", progress_led);

Completed in 49 milliseconds