Searched refs:ffa_features (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 222 static int ffa_features(u32 func_feat_id, u32 input_props, in ffa_features() function 394 if (!ffa_features(FFA_PARTITION_INFO_GET_REGS, 0, NULL, NULL)) in ffa_partition_probe() 1064 if (!ffa_features(FFA_FN_NATIVE(MEM_LEND), 0, NULL, NULL) || in ffa_drvinfo_flags_init() 1065 !ffa_features(FFA_FN_NATIVE(MEM_SHARE), 0, NULL, NULL)) in ffa_drvinfo_flags_init() 1068 if (!ffa_features(FFA_MSG_SEND_DIRECT_REQ2, 0, NULL, NULL) || in ffa_drvinfo_flags_init() 1069 !ffa_features(FFA_MSG_SEND_DIRECT_RESP2, 0, NULL, NULL)) in ffa_drvinfo_flags_init() 1808 ret = ffa_features(id, 0, &intid, NULL); in ffa_irq_map() 1967 ret = ffa_features(FFA_NOTIFICATION_BITMAP_CREATE, 0, NULL, NULL); in ffa_notifications_setup() 2027 ret = ffa_features(FFA_FN_NATIVE(RXTX_MAP), 0, &buf_sz, NULL); in ffa_init()
|