Symbol: acrn_ioreq_client
drivers/virt/acrn/acrn_drv.h
104
typedef int (*ioreq_handler_t)(struct acrn_ioreq_client *client,
drivers/virt/acrn/acrn_drv.h
178
struct acrn_ioreq_client *default_client;
drivers/virt/acrn/acrn_drv.h
185
struct acrn_ioreq_client *ioeventfd_client;
drivers/virt/acrn/acrn_drv.h
207
int acrn_ioreq_client_wait(struct acrn_ioreq_client *client);
drivers/virt/acrn/acrn_drv.h
209
struct acrn_ioreq_client *acrn_ioreq_client_create(struct acrn_vm *vm,
drivers/virt/acrn/acrn_drv.h
213
void acrn_ioreq_client_destroy(struct acrn_ioreq_client *client);
drivers/virt/acrn/acrn_drv.h
214
int acrn_ioreq_range_add(struct acrn_ioreq_client *client,
drivers/virt/acrn/acrn_drv.h
216
void acrn_ioreq_range_del(struct acrn_ioreq_client *client,
drivers/virt/acrn/acrn_drv.h
22
struct acrn_ioreq_client;
drivers/virt/acrn/ioeventfd.c
189
static int acrn_ioeventfd_handler(struct acrn_ioreq_client *client,
drivers/virt/acrn/ioreq.c
115
int acrn_ioreq_range_add(struct acrn_ioreq_client *client,
drivers/virt/acrn/ioreq.c
148
void acrn_ioreq_range_del(struct acrn_ioreq_client *client,
drivers/virt/acrn/ioreq.c
172
struct acrn_ioreq_client *client = data;
drivers/virt/acrn/ioreq.c
214
struct acrn_ioreq_client *client;
drivers/virt/acrn/ioreq.c
258
int acrn_ioreq_client_wait(struct acrn_ioreq_client *client)
drivers/virt/acrn/ioreq.c
29
static inline bool has_pending_request(struct acrn_ioreq_client *client)
drivers/virt/acrn/ioreq.c
34
static inline bool is_destroying(struct acrn_ioreq_client *client)
drivers/virt/acrn/ioreq.c
381
static struct acrn_ioreq_client *find_ioreq_client(struct acrn_vm *vm,
drivers/virt/acrn/ioreq.c
384
struct acrn_ioreq_client *client, *found = NULL;
drivers/virt/acrn/ioreq.c
415
struct acrn_ioreq_client *acrn_ioreq_client_create(struct acrn_vm *vm,
drivers/virt/acrn/ioreq.c
420
struct acrn_ioreq_client *client;
drivers/virt/acrn/ioreq.c
465
void acrn_ioreq_client_destroy(struct acrn_ioreq_client *client)
drivers/virt/acrn/ioreq.c
499
struct acrn_ioreq_client *client;
drivers/virt/acrn/ioreq.c
638
struct acrn_ioreq_client *client, *next;
drivers/virt/acrn/ioreq.c
73
static int acrn_ioreq_complete_request(struct acrn_ioreq_client *client,