HomeSort by relevance Sort by last modified time
    Searched full:device_handle (Results 1 - 13 of 13) sorted by null

  /external/libdrm/tests/amdgpu/
bo_tests.c 38 static amdgpu_device_handle device_handle; variable
67 &minor_version, &device_handle);
75 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
79 r = amdgpu_va_range_alloc(device_handle,
121 r = amdgpu_device_deinitialize(device_handle);
137 r = amdgpu_bo_import(device_handle, type, shared_handle, &res);
basic_tests.c 40 static amdgpu_device_handle device_handle; variable
85 &minor_version, &device_handle);
95 int r = amdgpu_device_deinitialize(device_handle);
109 r = amdgpu_query_gpu_info(device_handle, &gpu_info);
112 r = amdgpu_query_firmware_version(device_handle, AMDGPU_INFO_FW_VCE, 0,
125 bo = gpu_mem_alloc(device_handle,
135 bo = gpu_mem_alloc(device_handle,
145 bo = gpu_mem_alloc(device_handle,
154 bo = gpu_mem_alloc(device_handle,
179 r = amdgpu_cs_ctx_create(device_handle, &context_handle)
    [all...]
cs_tests.c 42 static amdgpu_device_handle device_handle; variable
76 &minor_version, &device_handle);
80 family_id = device_handle->info.family_id;
82 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
86 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096,
115 r = amdgpu_device_deinitialize(device_handle);
135 r = amdgpu_bo_list_create(device_handle, num_resources, resources,
187 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
190 r = amdgpu_va_range_alloc(device_handle,
253 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle)
    [all...]
amdgpu_test.h 108 amdgpu_device_handle device_handle,
127 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
130 r = amdgpu_va_range_alloc(device_handle,
vce_tests.c 64 static amdgpu_device_handle device_handle; variable
95 &minor_version, &device_handle);
99 family_id = device_handle->info.family_id;
101 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
105 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096,
130 r = amdgpu_device_deinitialize(device_handle);
150 r = amdgpu_bo_list_create(device_handle, num_resources, resources,
190 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
192 r = amdgpu_va_range_alloc(device_handle,
  /external/e2fsprogs/ext2ed/
disk.c 48 if (device_handle==NULL) { /* Check that a device is indeed open */
60 if ( (fseek (device_handle,offset,SEEK_SET))==-1) { /* Seek to the required offset */
66 if ( (fread (buffer,1,length,device_handle))==-1) { /* And do the actual reading */
99 if (device_handle==NULL) {
116 if ( (fseek (device_handle,offset,SEEK_SET))==-1) {
122 if ( (fwrite (buffer,1,length,device_handle))==-1) {
198 if (device_handle==NULL) {
221 if (device_handle==NULL) {
general_com.c 171 if (device_handle!=NULL)
172 fclose (device_handle);
174 if ( (device_handle=fopen (new_device,"rb"))==NULL) {
188 fclose (device_handle);
189 device_handle=NULL; /* Notice that our device is still not set up */
208 if (device_handle==NULL) {
262 if ( (fseek (device_handle,new_offset,SEEK_SET))==-1) {
366 if (device_handle==NULL) {
621 if (device_handle==NULL)
777 if (device_handle==NULL)
    [all...]
init.c 40 if (device_handle!=NULL)
41 fclose (device_handle);
60 device_handle=NULL; /* Notice that our device is still not set up */
ext2ed.h 200 extern FILE *device_handle;
main.c 71 FILE *device_handle=NULL; /* This is passed to the fopen / fread ... commands */ variable
  /external/libdrm/amdgpu/
amdgpu_device.c 172 amdgpu_device_handle *device_handle)
182 *device_handle = NULL;
204 amdgpu_device_reference(device_handle, dev);
280 *device_handle = dev;
amdgpu.h 495 * \param device_handle - \c [out] Pointer to opaque context which should
509 amdgpu_device_handle *device_handle);
517 * \param device_handle - \c [in] Context associated with file
528 int amdgpu_device_deinitialize(amdgpu_device_handle device_handle);
    [all...]
  /external/libmtp/src/
libusb-glue.c 1581 usb_dev_handle *device_handle; local
    [all...]

Completed in 249 milliseconds