Home
last modified time | relevance | path

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

/linux/drivers/media/usb/go7007/
H A 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/drivers/gpu/drm/radeon/
H A Dradeon_cs.c290 p->chunk_flags = NULL; in radeon_cs_parser_init()
334 p->chunk_flags = &p->chunks[i]; in radeon_cs_parser_init()
H A Dradeon.h1036 struct radeon_cs_chunk *chunk_flags; member