Home
last modified time | relevance | path

Searched refs:v4l2_audioout (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-audioout.rst20 ``int ioctl(int fd, VIDIOC_G_AUDOUT, struct v4l2_audioout *argp)``
24 ``int ioctl(int fd, VIDIOC_S_AUDOUT, const struct v4l2_audioout *argp)``
33 Pointer to struct :c:type:`v4l2_audioout`.
39 array of a struct :c:type:`v4l2_audioout` and call the
48 of a struct :c:type:`v4l2_audioout` structure and call the
59 .. c:type:: v4l2_audioout
63 .. flat-table:: struct v4l2_audioout
H A Dvidioc-enumaudioout.rst20 ``int ioctl(int fd, VIDIOC_ENUMAUDOUT, struct v4l2_audioout *argp)``
29 Pointer to struct :c:type:`v4l2_audioout`.
36 :c:type:`v4l2_audioout` and call the ``VIDIOC_G_AUDOUT``
48 :c:type:`v4l2_audioout`.
H A Dhist-v4l2.rst364 Again for consistency the struct v4l2_audioout field ``audio`` was renamed
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.h37 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout);
38 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout);
39 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout);
/linux/include/media/
H A Dv4l2-ioctl.h491 struct v4l2_audioout *a);
493 struct v4l2_audioout *a);
495 const struct v4l2_audioout *a);
/linux/drivers/media/pci/ivtv/
H A Divtv-cards.h311 int ivtv_get_audio_output(struct ivtv *itv, u16 index, struct v4l2_audioout *output);
H A Divtv-ioctl.c767 static int ivtv_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vin) in ivtv_enumaudout()
775 static int ivtv_g_audout(struct file *file, void *fh, struct v4l2_audioout *vin) in ivtv_g_audout()
783 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in ivtv_s_audout()
1518 struct v4l2_audioout audout; in ivtv_log_status()
H A Divtv-cards.c1351 int ivtv_get_audio_output(struct ivtv *itv, u16 index, struct v4l2_audioout *aud_output) in ivtv_get_audio_output()
/linux/include/uapi/linux/
H A Dvideodev2.h2163 struct v4l2_audioout { struct
2732 #define VIDIOC_G_AUDOUT _IOR('V', 49, struct v4l2_audioout)
2733 #define VIDIOC_S_AUDOUT _IOW('V', 50, struct v4l2_audioout)
2746 #define VIDIOC_ENUMAUDOUT _IOWR('V', 66, struct v4l2_audioout)
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c250 const struct v4l2_audioout *p = arg; in v4l_print_audioout()
2954 …IOCTL_INFO(VIDIOC_ENUMAUDOUT, v4l_stub_enumaudout, v4l_print_audioout, INFO_FL_CLEAR(v4l2_audioout