HomeSort by: relevance | last modified time | path
    Searched defs:num_bytes (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_displayid.h 67 u8 num_bytes; member in struct:displayid_block
100 (idx) + sizeof(struct displayid_block) + (block)->num_bytes <= (length) && \
101 (block)->num_bytes > 0; \
102 (idx) += (block)->num_bytes + sizeof(struct displayid_block), \
drm_dp_mst_helper.h 284 u8 num_bytes; member in struct:drm_dp_remote_dpcd_read_ack_reply
300 u8 num_bytes; member in struct:drm_dp_remote_i2c_read_ack_reply
355 u8 num_bytes; member in struct:drm_dp_remote_dpcd_read
361 u8 num_bytes; member in struct:drm_dp_remote_dpcd_write
371 u8 num_bytes; member in struct:drm_dp_remote_i2c_read::drm_dp_remote_i2c_read_tx
383 u8 num_bytes; member in struct:drm_dp_remote_i2c_write
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h 98 size_t num_bytes; member in struct:__anon3780ff960908
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.c 2182 unsigned num_dw, num_bytes; local in function:amdgpu_map_buffer
2197 num_bytes = num_pages * 8;
2199 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4 + num_bytes, &job);
2209 dst_addr, num_bytes);
  /src/sys/fs/udf/
ecma167-udf.h 533 uint32_t num_bytes; /* bytes that contain it */ member in struct:space_bitmap_desc

Completed in 16 milliseconds