Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_utils_transport.c65 if (hvt->on_read) in hvt_op_read()
66 hvt->on_read(); in hvt_op_read()
67 hvt->on_read = NULL; in hvt_op_read()
261 hvt->on_read = on_read_cb; in hvutil_transport_send()
H A Dhv_utils_transport.h29 void (*on_read)(void); /* callback on message read */ member
/openbmc/qemu/ui/
H A Dspice-core.c114 IOHandler *on_read = NULL; in watch_update_mask() local
118 on_read = watch_read; in watch_update_mask()
123 qemu_set_fd_handler(watch->fd, on_read, on_write, watch); in watch_update_mask()