Home
last modified time | relevance | path

Searched refs:vformat (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/virtio/
H A Dvirtio_pcm_ops.c163 int vformat = -1; in virtsnd_pcm_dev_set_params() local
168 vformat = g_a2v_format_map[i].vio_bit; in virtsnd_pcm_dev_set_params()
180 if (vformat == -1 || vrate == -1) in virtsnd_pcm_dev_set_params()
192 request->format = vformat; in virtsnd_pcm_dev_set_params()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c4256 struct v4l2_subdev_format vformat = { in atomisp_set_fmt_to_snr() local
4259 struct v4l2_mbus_framefmt *ffmt = &vformat.format; in atomisp_set_fmt_to_snr()
4283 ret = atomisp_set_crop(isp, &vformat.format, V4L2_SUBDEV_FORMAT_TRY); in atomisp_set_fmt_to_snr()
4287 vformat.which = V4L2_SUBDEV_FORMAT_TRY; in atomisp_set_fmt_to_snr()
4288 ret = v4l2_subdev_call(input->camera, pad, set_fmt, &pad_state, &vformat); in atomisp_set_fmt_to_snr()
4306 ret = atomisp_set_crop(isp, &vformat.format, V4L2_SUBDEV_FORMAT_ACTIVE); in atomisp_set_fmt_to_snr()
4310 vformat.which = V4L2_SUBDEV_FORMAT_ACTIVE; in atomisp_set_fmt_to_snr()
4311 ret = v4l2_subdev_call(input->camera, pad, set_fmt, NULL, &vformat); in atomisp_set_fmt_to_snr()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmu.c135 void perf_pmu_format__set_value(void *vformat, int config, unsigned long *bits) in perf_pmu_format__set_value() argument
137 struct perf_pmu_format *format = vformat; in perf_pmu_format__set_value()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c5571 struct v4l2_subdev_format vformat = { in atomisp_set_fmt_to_snr() local
5574 struct v4l2_mbus_framefmt *ffmt = &vformat.format; in atomisp_set_fmt_to_snr()
5613 vformat.which = V4L2_SUBDEV_FORMAT_TRY; in atomisp_set_fmt_to_snr()
5615 pad, set_fmt, &pad_cfg, &vformat); in atomisp_set_fmt_to_snr()
5630 vformat.which = V4L2_SUBDEV_FORMAT_ACTIVE; in atomisp_set_fmt_to_snr()
5632 set_fmt, NULL, &vformat); in atomisp_set_fmt_to_snr()

Completed in 17 milliseconds