Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/test/
H A Dmpp_eventfd_test.c37 mpp_eventfd_read(data_fd, NULL, 0); in reset_test()
47 rd_ret = mpp_eventfd_read(data_fd, &rd_val, rd_timeout); in thread_read()
69 mpp_eventfd_read(sync_fd, NULL, -1); in main()
82 mpp_eventfd_read(sync_fd, NULL, -1); in main()
96 mpp_eventfd_read(sync_fd, NULL, -1); in main()
110 mpp_eventfd_read(sync_fd, NULL, -1); in main()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_eventfd.h18 RK_S32 mpp_eventfd_read(RK_S32 fd, RK_U64 *val, RK_S64 timeout);
/rockchip-linux_mpp/osal/
H A Dmpp_eventfd.c31 RK_S32 mpp_eventfd_read(RK_S32 fd, RK_U64 *val, RK_S64 timeout) in mpp_eventfd_read() function