Home | History | Annotate | Download | only in linux

Lines Matching refs:media_version

34 	__u32 media_version;
288 * The media_version argument comes from the media_version field in
291 #define MEDIA_V2_ENTITY_HAS_FLAGS(media_version) \
292 ((media_version) >= ((4 << 16) | (19 << 8) | 0))
323 * The media_version argument comes from the media_version field in
326 #define MEDIA_V2_PAD_HAS_INDEX(media_version) \
327 ((media_version) >= ((4 << 16) | (19 << 8) | 0))
430 /* Obsolete symbol for media_version, no longer used in the kernel */