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