Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_ffa/
H A Dcommon.h21 int __init ffa_transport_init(ffa_fn **invoke_ffa_fn);
23 static inline int __init ffa_transport_init(ffa_fn **invoke_ffa_fn) in ffa_transport_init() function
H A Dsmccc.c20 int __init ffa_transport_init(ffa_fn **invoke_ffa_fn) in ffa_transport_init() function
H A Ddriver.c1728 ret = ffa_transport_init(&invoke_ffa_fn); in ffa_init()