Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/minui/
H A Devents.c48 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS]; variable
90 ev.data.ptr = (void *)&ev_fdinfo[ev_count]; in ev_init()
97 ev_fdinfo[ev_count].fd = fd; in ev_init()
98 ev_fdinfo[ev_count].cb = input_cb; in ev_init()
99 ev_fdinfo[ev_count].data = data; in ev_init()
124 ev.data.ptr = (void *)&ev_fdinfo[ev_count]; in ev_add_fd()
127 ev_fdinfo[ev_count].fd = fd; in ev_add_fd()
128 ev_fdinfo[ev_count].cb = cb; in ev_add_fd()
129 ev_fdinfo[ev_count].data = data; in ev_add_fd()
145 close(ev_fdinfo[--ev_count].fd); in ev_exit()
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Devents.c52 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS]; variable