Searched refs:ev_type (Results 1 – 11 of 11) sorted by relevance
| /devicemodel/include/ |
| A D | mevent.h | 32 enum ev_type { enum 43 struct mevent *mevent_add(int fd, enum ev_type type, 44 void (*run)(int, enum ev_type, void *), void *param,
|
| /devicemodel/core/ |
| A D | mevent.c | 60 void (*run)(int, enum ev_type, void *); 66 enum ev_type me_type; 97 mevent_pipe_read(int fd, enum ev_type type, void *param) in mevent_pipe_read() 208 mevent_add(int tfd, enum ev_type type, in mevent_add() argument 209 void (*run)(int, enum ev_type, void *), void *run_param, in mevent_add()
|
| A D | timer.c | 29 enum ev_type t __attribute__((unused)), in timer_handler()
|
| /devicemodel/arch/x86/ |
| A D | power_button.c | 39 input_event0_handler(int fd, enum ev_type type, void *arg) in input_event0_handler()
|
| A D | pm.c | 240 power_button_handler(int signal, enum ev_type type, void *arg) in power_button_handler()
|
| /devicemodel/hw/ |
| A D | uart_core.c | 163 static void uart_drain(int fd, enum ev_type ev, void *arg); 382 uart_drain(int fd, enum ev_type ev, void *arg) in uart_drain() 682 enum ev_type t __attribute__((unused)), in uart_sock_accept()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_console.c | 456 enum ev_type t __attribute__((unused)), in virtio_console_backend_read() 666 enum ev_type t __attribute__((unused)), void *arg) in virtio_console_accept_new_connection()
|
| A D | virtio_input.c | 359 enum ev_type t __attribute__((unused)), in virtio_input_read_event()
|
| A D | virtio_mei.c | 987 static void vmei_rx_callback(int fd, enum ev_type type, void *param); 1764 vmei_rx_callback(int fd, enum ev_type type, void *param) in vmei_rx_callback() 2081 vmei_reset_callback(int fd, enum ev_type type, void *param) in vmei_reset_callback()
|
| A D | virtio_net.c | 505 virtio_net_rx_callback(int fd, enum ev_type type, void *param) in virtio_net_rx_callback()
|
| A D | virtio_gpio.c | 975 enum ev_type t __attribute__((unused)), in gpio_irq_set_pin_state()
|
Completed in 25 milliseconds