Searched refs:destroy_blob (Results 1 – 3 of 3) sorted by relevance
182 struct drm_mode_destroy_blob destroy_blob {}; in RegisterUserPropertyBlob() struct183 destroy_blob.blob_id = (__u32)*it; in RegisterUserPropertyBlob()185 &destroy_blob); in RegisterUserPropertyBlob()
211 ioctl_readwrite!(destroy_blob, DRM_IOCTL_BASE, 0xBE, drm_mode_destroy_blob);
664 ioctl::mode::destroy_blob(fd, &mut blob)?; in destroy_property_blob()