Searched refs:progress_led (Results 1 – 1 of 1) sorted by relevance
131 static char progress_led[MAX_LINELENGTH]; variable318 if (copy_from_user(progress_led, buf, count)) { /* save the string */ in ppc_rtas_progress_write()321 progress_led[count] = 0; in ppc_rtas_progress_write()324 hex = simple_strtoul(progress_led, NULL, 10); in ppc_rtas_progress_write()326 rtas_progress ((char *)progress_led, hex); in ppc_rtas_progress_write()335 if (progress_led[0]) in ppc_rtas_progress_show()336 seq_printf(m, "%s\n", progress_led); in ppc_rtas_progress_show()