Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Drtas-proc.c131 static char progress_led[MAX_LINELENGTH]; variable
323 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()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Drtas-proc.c131 static char progress_led[MAX_LINELENGTH]; variable
318 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()

Completed in 3 milliseconds