Searched refs:ffa_features (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/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() 1047 if (!ffa_features(FFA_FN_NATIVE(MEM_LEND), 0, NULL, NULL) || in ffa_drvinfo_flags_init() 1048 !ffa_features(FFA_FN_NATIVE(MEM_SHARE), 0, NULL, NULL)) in ffa_drvinfo_flags_init() 1051 if (!ffa_features(FFA_MSG_SEND_DIRECT_REQ2, 0, NULL, NULL) || in ffa_drvinfo_flags_init() 1052 !ffa_features(FFA_MSG_SEND_DIRECT_RESP2, 0, NULL, NULL)) in ffa_drvinfo_flags_init() 1790 ret = ffa_features(id, 0, &intid, NULL); in ffa_irq_map() 1949 ret = ffa_features(FFA_NOTIFICATION_BITMAP_CREATE, 0, NULL, NULL); in ffa_notifications_setup() 2009 ret = ffa_features(FFA_FN_NATIVE(RXTX_MAP), 0, &buf_sz, NULL); in ffa_init()
|