Searched refs:EVF_READ (Results 1 – 10 of 10) sorted by relevance
| /devicemodel/core/ |
| A D | mevent.c | 134 if (mevp->me_type == EVF_READ) in mevent_kq_filter() 159 if ((mevp->me_type == EVF_READ || in mevent_destroy() 178 if ((mevp->me_type == EVF_READ || in mevent_destroy() 430 pipev = mevent_add(mevent_pipefd[0], EVF_READ, mevent_pipe_read, NULL, NULL, NULL); in mevent_dispatch()
|
| A D | timer.c | 85 timer->mevp = mevent_add(timer->fd, EVF_READ, timer_handler, timer, NULL, NULL); in acrn_timer_init()
|
| /devicemodel/include/ |
| A D | mevent.h | 33 EVF_READ, enumerator
|
| /devicemodel/arch/x86/ |
| A D | power_button.c | 209 input_evt0 = mevent_add(pwrbtn_fd, EVF_READ, in power_button_init()
|
| /devicemodel/hw/ |
| A D | uart_core.c | 705 uart->be.evp2 = mevent_add(s, EVF_READ, uart_drain, uart, in uart_sock_accept() 955 be->evp = mevent_add(fd, EVF_READ, uart_drain, uart, in uart_config_backend() 984 be->evp = mevent_add(fd, EVF_READ, uart_sock_accept, uart, NULL, NULL); in uart_config_backend()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_console.c | 689 be->conn_evp = mevent_add(be->fd, EVF_READ, virtio_console_backend_read, be, in virtio_console_accept_new_connection() 919 be->evp = mevent_add(fd, EVF_READ, in virtio_console_add_backend() 931 be->evp = mevent_add(fd, EVF_READ, in virtio_console_add_backend()
|
| A D | virtio_input.c | 680 vi->mevp = mevent_add(vi->fd, EVF_READ, virtio_input_read_event, vi, in virtio_input_init()
|
| A D | virtio_net.c | 835 net->mevp = mevent_add(net->tapfd, EVF_READ, in virtio_net_tap_setup()
|
| A D | virtio_mei.c | 1040 hclient->rx_mevp = mevent_add(hclient->client_fd, EVF_READ, in vmei_host_client_native_connect() 2025 hclient->rx_mevp = mevent_add(hclient->client_fd, EVF_READ, in vmei_start()
|
| A D | virtio_gpio.c | 1116 desc->mevt = mevent_add(desc->fd, EVF_READ, in gpio_irq_enable()
|
Completed in 23 milliseconds