Home
last modified time | relevance | path

Searched refs:chunk_flags (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/media/usb/go7007/
Dgo7007-fw.c1548 int codespace = 64 * 1024, i = 0, srclen, chunk_len, chunk_flags; in go7007_construct_fw_image() local
1581 chunk_flags = __le16_to_cpu(src[0]); in go7007_construct_fw_image()
1589 if (chunk_flags & mode_flag) { in go7007_construct_fw_image()
1590 if (chunk_flags & FLAG_SPECIAL) { in go7007_construct_fw_image()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_cs.c289 p->chunk_flags = NULL; in radeon_cs_parser_init()
333 p->chunk_flags = &p->chunks[i]; in radeon_cs_parser_init()
Dradeon.h1074 struct radeon_cs_chunk *chunk_flags; member