Searched refs:hgsmi_query_conf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | hgsmi_base.c | 85 ret = hgsmi_query_conf(ctx, U32_MAX, &value); in hgsmi_test_query_conf() 100 int hgsmi_query_conf(struct gen_pool *ctx, u32 index, u32 *value_ret) in hgsmi_query_conf() function
|
D | vbox_main.c | 250 ret = hgsmi_query_conf(vbox->guest_pool, in have_hgsmi_mode_hints() 256 ret = hgsmi_query_conf(vbox->guest_pool, in have_hgsmi_mode_hints() 316 hgsmi_query_conf(vbox->guest_pool, VBOX_VBVA_CONF32_MONITOR_COUNT, in vbox_hw_init()
|
D | vboxvideo_guest.h | 56 int hgsmi_query_conf(struct gen_pool *ctx, u32 index, u32 *value_ret);
|
D | vbox_mode.c | 790 ret = hgsmi_query_conf(vbox->guest_pool, in vbox_cursor_set2()
|