Searched refs:ffa_value_t (Results 1 - 4 of 4) sorted by path

/u-boot/drivers/firmware/arm-ffa/
H A Darm-ffa-uclass.c166 void __weak invoke_ffa_fn(ffa_value_t args, ffa_value_t *res)
185 ffa_value_t res = {0};
189 invoke_ffa_fn((ffa_value_t){
236 ffa_value_t res = {0};
240 invoke_ffa_fn((ffa_value_t){
304 ffa_value_t res = {0};
307 invoke_ffa_fn((ffa_value_t){
412 ffa_value_t res = {0};
426 invoke_ffa_fn((ffa_value_t){
[all...]
H A Darm-ffa.c27 void invoke_ffa_fn(ffa_value_t args, ffa_value_t *res)
H A Dffa-emul-uclass.c79 static int sandbox_ffa_version(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *res)
104 static int sandbox_ffa_id_get(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *res)
131 static int sandbox_ffa_features(ffa_value_t *pargs, ffa_value_t *res)
165 static int sandbox_ffa_partition_info_get(struct udevice *emul, ffa_value_t *pargs,
166 ffa_value_t *res)
269 static int sandbox_ffa_rxtx_map(struct udevice *emul, ffa_value_t *pargs, ffa_value_t *re
[all...]
/u-boot/include/
H A Darm_ffa_priv.h52 typedef struct sandbox_smccc_1_2_regs ffa_value_t; typedef in typeref:struct:sandbox_smccc_1_2_regs
73 typedef struct arm_smccc_1_2_regs ffa_value_t; typedef in typeref:struct:arm_smccc_1_2_regs
77 typedef void (*invoke_ffa_fn_t)(ffa_value_t args, ffa_value_t *res);
244 void invoke_ffa_fn(ffa_value_t args, ffa_value_t *res);

Completed in 156 milliseconds