Searched refs:progress_led (Results 1 – 1 of 1) sorted by relevance
130 static char progress_led[MAX_LINELENGTH]; variable346 if (copy_from_user(progress_led, buf, count)) { /* save the string */ in ppc_rtas_progress_write()349 progress_led[count] = 0; in ppc_rtas_progress_write()352 hex = simple_strtoul(progress_led, NULL, 10); in ppc_rtas_progress_write()354 rtas_progress ((char *)progress_led, hex); in ppc_rtas_progress_write()363 if (progress_led[0]) in ppc_rtas_progress_show()364 seq_printf(m, "%s\n", progress_led); in ppc_rtas_progress_show()