Searched refs:ffa_features (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/firmware/arm_ffa/ |
D | driver.c | 215 static int ffa_features(u32 func_feat_id, u32 input_props, in ffa_features() function 347 if (!ffa_features(FFA_PARTITION_INFO_GET_REGS, 0, NULL, NULL)) in ffa_partition_probe() 969 if (!ffa_features(FFA_FN_NATIVE(MEM_LEND), 0, NULL, NULL) || in ffa_drvinfo_flags_init() 970 !ffa_features(FFA_FN_NATIVE(MEM_SHARE), 0, NULL, NULL)) in ffa_drvinfo_flags_init() 973 if (!ffa_features(FFA_MSG_SEND_DIRECT_REQ2, 0, NULL, NULL) || in ffa_drvinfo_flags_init() 974 !ffa_features(FFA_MSG_SEND_DIRECT_RESP2, 0, NULL, NULL)) in ffa_drvinfo_flags_init() 1527 ret = ffa_features(id, 0, &intid, NULL); in ffa_irq_map() 1686 ret = ffa_features(FFA_NOTIFICATION_BITMAP_CREATE, 0, NULL, NULL); in ffa_notifications_setup() 1746 ret = ffa_features(FFA_FN_NATIVE(RXTX_MAP), 0, &buf_sz, NULL); in ffa_init()
|