Searched refs:chunk_id (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | radeon_cs.c | 299 if (user_chunk.chunk_id == RADEON_CHUNK_ID_RELOCS) { in radeon_cs_parser_init() 302 if (user_chunk.chunk_id == RADEON_CHUNK_ID_IB) { in radeon_cs_parser_init() 308 if (user_chunk.chunk_id == RADEON_CHUNK_ID_CONST_IB) { in radeon_cs_parser_init() 314 if (user_chunk.chunk_id == RADEON_CHUNK_ID_FLAGS) { in radeon_cs_parser_init() 324 if (user_chunk.chunk_id == RADEON_CHUNK_ID_CONST_IB) in radeon_cs_parser_init() 327 if (user_chunk.chunk_id == RADEON_CHUNK_ID_IB) { in radeon_cs_parser_init() 340 if (user_chunk.chunk_id == RADEON_CHUNK_ID_FLAGS) { in radeon_cs_parser_init()
|
/drivers/input/touchscreen/ |
D | wdt87xx_i2c.c | 418 u32 chunk_id, chunk_size; in wdt87xx_get_fw_chunk() local 421 chunk_id = get_unaligned_le32(fw->data + in wdt87xx_get_fw_chunk() 423 if (chunk_id == id) in wdt87xx_get_fw_chunk() 818 unsigned int chunk_id) in wdt87xx_do_update_firmware() argument 833 error = wdt87xx_load_chunk(client, fw, chunk_id); in wdt87xx_do_update_firmware() 837 chunk_id, error); in wdt87xx_do_update_firmware() 860 const char *fw_name, unsigned int chunk_id) in wdt87xx_update_firmware() argument 873 error = wdt87xx_do_update_firmware(client, fw, chunk_id); in wdt87xx_update_firmware()
|
/drivers/crypto/qat/qat_common/ |
D | icp_qat_uclo.h | 231 char chunk_id[ICP_QAT_UOF_OBJID_LEN]; member 248 char chunk_id[ICP_QAT_UOF_OBJID_LEN]; member
|
D | qat_uclo.c | 456 char *chunk_id, void *cur) in qat_uclo_find_chunk() argument 465 !strncmp(chunk_hdr[i].chunk_id, chunk_id, in qat_uclo_find_chunk() 501 char *chunk_id) in qat_uclo_map_chunk() argument 511 if (!strncmp(file_chunk->chunk_id, chunk_id, in qat_uclo_map_chunk()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 222 p->chunks[i].chunk_id = user_chunk.chunk_id; in amdgpu_cs_parser_init() 241 switch (p->chunks[i].chunk_id) { in amdgpu_cs_parser_init() 641 if (chunk->chunk_id != AMDGPU_CHUNK_ID_IB) in amdgpu_cs_ib_fill() 759 if (chunk->chunk_id != AMDGPU_CHUNK_ID_DEPENDENCIES) in amdgpu_cs_dependencies()
|
D | amdgpu.h | 1241 uint32_t chunk_id; member
|
/drivers/irqchip/ |
D | irq-gic-v3-its.c | 706 int chunk_id; in its_lpi_alloc_chunks() local 715 chunk_id = bitmap_find_next_zero_area(lpi_bitmap, lpi_chunks, in its_lpi_alloc_chunks() 717 if (chunk_id < lpi_chunks) in its_lpi_alloc_chunks() 732 set_bit(chunk_id + i, lpi_bitmap); in its_lpi_alloc_chunks() 734 *base = its_chunk_to_lpi(chunk_id); in its_lpi_alloc_chunks()
|