Home
last modified time | relevance | path

Searched refs:chunk_id (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_cs.c299 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/
Dwdt87xx_i2c.c418 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/
Dicp_qat_uclo.h231 char chunk_id[ICP_QAT_UOF_OBJID_LEN]; member
248 char chunk_id[ICP_QAT_UOF_OBJID_LEN]; member
Dqat_uclo.c456 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/
Damdgpu_cs.c222 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()
Damdgpu.h1241 uint32_t chunk_id; member
/drivers/irqchip/
Dirq-gic-v3-its.c706 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()