Home
last modified time | relevance | path

Searched refs:rtas_fn_handle_t (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Drtas.h113 } rtas_fn_handle_t; typedef
116 #define rtas_fn_handle(x_) ((const rtas_fn_handle_t) { .index = x_, })
429 s32 rtas_function_token(const rtas_fn_handle_t handle);
430 static inline bool rtas_function_implemented(const rtas_fn_handle_t handle) in rtas_function_implemented()
/linux/arch/powerpc/kernel/
H A Drtas_flash.c632 const rtas_fn_handle_t handle;
H A Drtas.c581 s32 rtas_function_token(const rtas_fn_handle_t handle) in rtas_function_token()