Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/include/asm/
Drtas.h110 } rtas_fn_handle_t; typedef
113 #define rtas_fn_handle(x_) ((const rtas_fn_handle_t) { .index = x_, })
406 s32 rtas_function_token(const rtas_fn_handle_t handle);
407 static inline bool rtas_function_implemented(const rtas_fn_handle_t handle) in rtas_function_implemented()
/Linux-v6.6/arch/powerpc/kernel/
Drtas_flash.c656 const rtas_fn_handle_t handle;
Drtas.c475 s32 rtas_function_token(const rtas_fn_handle_t handle) in rtas_function_token()