Lines Matching defs:g

111 vg_sock_fd_close(VuGpu *g)  in vg_sock_fd_close()
122 VuGpu *g = user_data; in source_wait_cb() local
136 vg_wait_ok(VuGpu *g) in vg_wait_ok()
191 vg_recv_msg(VuGpu *g, uint32_t expect_req, uint32_t expect_size, in vg_recv_msg()
218 virtio_gpu_find_resource(VuGpu *g, uint32_t resource_id) in virtio_gpu_find_resource()
231 vg_ctrl_response(VuGpu *g, in vg_ctrl_response()
255 vg_ctrl_response_nodata(VuGpu *g, in vg_ctrl_response_nodata()
354 vg_resource_create_2d(VuGpu *g, in vg_resource_create_2d()
410 vg_disable_scanout(VuGpu *g, int scanout_id) in vg_disable_scanout()
438 vg_resource_destroy(VuGpu *g, in vg_resource_destroy()
459 vg_resource_unref(VuGpu *g, in vg_resource_unref()
479 vg_create_mapping_iov(VuGpu *g, in vg_create_mapping_iov()
524 vg_resource_attach_backing(VuGpu *g, in vg_resource_attach_backing()
557 void vg_cleanup_mapping_iov(VuGpu *g, in vg_cleanup_mapping_iov()
564 vg_cleanup_mapping(VuGpu *g, in vg_cleanup_mapping()
573 vg_resource_detach_backing(VuGpu *g, in vg_resource_detach_backing()
594 vg_transfer_to_host_2d(VuGpu *g, in vg_transfer_to_host_2d()
653 vg_set_scanout(VuGpu *g, in vg_set_scanout()
751 vg_resource_flush(VuGpu *g, in vg_resource_flush()
949 update_cursor_data_simple(VuGpu *g, uint32_t resource_id, gpointer data) in update_cursor_data_simple()
964 vg_process_cursor_cmd(VuGpu *g, struct virtio_gpu_update_cursor *cursor) in vg_process_cursor_cmd()
1016 VuGpu *g = container_of(dev, VuGpu, dev.parent); in vg_handle_cursor() local
1075 VuGpu *g = user_data; in protocol_features_cb() local
1110 set_gpu_protocol_features(VuGpu *g) in set_gpu_protocol_features()
1125 VuGpu *g = container_of(dev, VuGpu, dev.parent); in vg_process_msg() local
1158 VuGpu *g = container_of(dev, VuGpu, dev.parent); in vg_set_features() local
1176 VuGpu *g = container_of(dev, VuGpu, dev.parent); in vg_get_config() local
1196 VuGpu *g = container_of(dev, VuGpu, dev.parent); in vg_set_config() local
1216 vg_destroy(VuGpu *g) in vg_destroy()
1252 VuGpu g = { .sock_fd = -1, .drm_rnode_fd = -1 }; in main() local