Home
last modified time | relevance | path

Searched refs:max_stream_size (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-class-intel_pmt-features44 max_stream_size
73 │ ├── max_stream_size
79 │ ├── max_stream_size
84 │ ├── max_stream_size
90 │ ├── max_stream_size
103 │ ├── max_stream_size
/linux/drivers/platform/x86/intel/pmt/
H A Ddiscovery.c67 u32 max_stream_size:16; member
238 return sysfs_emit(buf, "%u\n", command->max_stream_size); in max_stream_size_show()
241 __ATTR_RO(max_stream_size);
/linux/drivers/media/platform/st/sti/hva/
H A Dhva.h261 u32 max_stream_size; member
H A Dhva-v4l2.c116 ctx->max_stream_size = estimated_stream_size(streaminfo->width, in set_default_params()
310 f->fmt.pix.sizeimage = ctx->max_stream_size; in hva_g_fmt_stream()
471 ctx->max_stream_size = f->fmt.pix.sizeimage; in hva_s_fmt_stream()
918 ctx->frameinfo.size : ctx->max_stream_size; in hva_queue_setup()