Lines Matching refs:ffa_fd
44 static int ffa_fd = -1; variable
69 if (ffa_fd >= 0) { in close_debugfs()
70 err = close(ffa_fd); in close_debugfs()
74 ffa_fd = -1; in close_debugfs()
79 if (ffa_fd < 0) { in init_sp_xtest()
80 ffa_fd = open(FFA_DRIVER_FS_PATH, O_RDWR); in init_sp_xtest()
81 if (ffa_fd < 0) { in init_sp_xtest()
94 return ioctl(ffa_fd, FFA_IOC_MSG_SEND, args); in start_sp_test()
102 if(ioctl(ffa_fd, FFA_IOC_GET_PART_ID, &sid)) in get_endpoint_id()
195 status = ioctl(ffa_fd, FFA_IOC_SHM_INIT, &shm_desc); in share_mem()
302 rc = ioctl(ffa_fd, FFA_IOC_SHM_DEINIT, &shm_desc); in xtest_ffa_spmc_test_1002()
321 rc = ioctl(ffa_fd, FFA_IOC_SHM_DEINIT, &shm_desc); in xtest_ffa_spmc_test_1002()