Searched refs:ffa_features (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 231 static int ffa_features(u32 func_feat_id, u32 input_props, in ffa_features() function 429 if (!ffa_features(FFA_PARTITION_INFO_GET_REGS, 0, NULL, NULL)) in ffa_partition_probe() 1133 if (!ffa_features(FFA_FN_NATIVE(MEM_LEND), 0, NULL, NULL) || in ffa_drvinfo_flags_init() 1134 !ffa_features(FFA_FN_NATIVE(MEM_SHARE), 0, NULL, NULL)) in ffa_drvinfo_flags_init() 1137 if (!ffa_features(FFA_MSG_SEND_DIRECT_REQ2, 0, NULL, NULL) || in ffa_drvinfo_flags_init() 1138 !ffa_features(FFA_MSG_SEND_DIRECT_RESP2, 0, NULL, NULL)) in ffa_drvinfo_flags_init() 1915 ret = ffa_features(id, 0, &intid, NULL); in ffa_irq_map() 2076 ret = ffa_features(FFA_NOTIFICATION_BITMAP_CREATE, 0, NULL, NULL); in ffa_notifications_setup() 2144 ret = ffa_features(FFA_FN_NATIVE(RXTX_MAP), 0, &buf_sz, NULL); in ffa_probe()
|