Lines Matching full:rtas
6 * RTAS (Runtime Abstraction Services) stuff
8 * to use the RTAS.
12 * location. Write Documentation on what the /proc/rtas/ entries
32 #include <asm/rtas.h>
236 rtas_node = of_find_node_by_name(NULL, "rtas"); in proc_rtas_init()
240 proc_create("powerpc/rtas/progress", 0644, NULL, in proc_rtas_init()
242 proc_create("powerpc/rtas/clock", 0644, NULL, in proc_rtas_init()
244 proc_create("powerpc/rtas/poweron", 0644, NULL, in proc_rtas_init()
246 proc_create_single("powerpc/rtas/sensors", 0444, NULL, in proc_rtas_init()
248 proc_create("powerpc/rtas/frequency", 0644, NULL, in proc_rtas_init()
250 proc_create("powerpc/rtas/volume", 0644, NULL, in proc_rtas_init()
252 proc_create_single("powerpc/rtas/rmo_buffer", 0400, NULL, in proc_rtas_init()
390 seq_printf(m, "RTAS (RunTime Abstraction Services) Sensor Information\n"); in ppc_rtas_sensors_show()
433 utmp = of_get_property(rtas_node, "rtas-sensors", &len); in ppc_rtas_find_all_sensors()
435 printk (KERN_ERR "error: could not get rtas-sensors\n"); in ppc_rtas_find_all_sensors()
450 * Builds a string of what rtas returned
754 * ppc_rtas_rmo_buf_show() - Describe RTAS-addressable region for user space.
758 * Base + size description of a range of RTAS-addressable memory set
759 * aside for user space to use as work area(s) for certain RTAS