Home
last modified time | relevance | path

Searched refs:ffa_fd (Results 1 – 1 of 1) sorted by relevance

/optee_test-3.20.0/host/xtest/
A Dffa_spmc_1000.c44 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()
302 rc = ioctl(ffa_fd, FFA_IOC_SHM_DEINIT, &shm_desc); in xtest_ffa_spmc_test_1002()
[all …]

Completed in 2 milliseconds