Searched refs:video (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/drivers/usb/gadget/
H A Duvc_video.c29 uvc_video_encode_header(struct uvc_video *video, struct uvc_buffer *buf, argument
33 data[1] = UVC_STREAM_EOH | video->fid;
35 if (buf->buf.bytesused - video->queue.buf_used <= len - 2)
42 uvc_video_encode_data(struct uvc_video *video, struct uvc_buffer *buf, argument
45 struct uvc_video_queue *queue = &video->queue;
49 /* Copy video data to the USB buffer. */
60 uvc_video_encode_bulk(struct usb_request *req, struct uvc_video *video, argument
64 int len = video->req_size;
68 if (video->payload_size == 0) {
69 ret = uvc_video_encode_header(video, bu
100 uvc_video_encode_isoc(struct usb_request *req, struct uvc_video *video, struct uvc_buffer *buf) argument
163 struct uvc_video *video = req->context; local
208 uvc_video_free_requests(struct uvc_video *video) argument
230 uvc_video_alloc_requests(struct uvc_video *video) argument
274 uvc_video_pump(struct uvc_video *video) argument
331 uvc_video_enable(struct uvc_video *video, int enable) argument
370 uvc_video_init(struct uvc_video *video) argument
[all...]
H A Duvc_v4l2.c67 uvc_v4l2_get_format(struct uvc_video *video, struct v4l2_format *fmt) argument
69 fmt->fmt.pix.pixelformat = video->fcc;
70 fmt->fmt.pix.width = video->width;
71 fmt->fmt.pix.height = video->height;
73 fmt->fmt.pix.bytesperline = video->bpp * video->width / 8;
74 fmt->fmt.pix.sizeimage = video->imagesize;
82 uvc_v4l2_set_format(struct uvc_video *video, struct v4l2_format *fmt) argument
104 video->fcc = format->fcc;
105 video
146 struct uvc_video *video = handle->device; local
171 struct uvc_video *video = &uvc->video; local
[all...]
H A Df_uvc.h17 #include <linux/usb/video.h>
H A Df_uvc.c21 #include <linux/usb/video.h>
250 if (uvc->video.ep)
251 usb_ep_disable(uvc->video.ep);
264 if (uvc->video.ep) {
265 uvc->video.ep->desc = &uvc_streaming_ep;
266 usb_ep_enable(uvc->video.ep);
330 struct video_device *video; local
333 video = video_device_alloc();
334 if (video == NULL)
337 video
[all...]
/drivers/media/video/omap3isp/
H A Dispvideo.c4 * TI OMAP3 ISP - Generic video node
152 * @video: ISP video instance
158 * per line value in the pix format and information from the video instance.
162 static unsigned int isp_video_mbus_to_pix(const struct isp_video *video, argument
188 if (video->bpl_max)
189 bpl = clamp(bpl, min_bpl, video->bpl_max);
193 if (!video->bpl_zero_padding || bpl != min_bpl)
194 bpl = ALIGN(bpl, video->bpl_alignment);
228 isp_video_remote_subdev(struct isp_video *video, u3 argument
246 isp_video_far_end(struct isp_video *video) argument
378 __isp_video_get_format(struct isp_video *video, struct v4l2_format *format) argument
407 isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh) argument
485 struct isp_video *video = vfh->video; local
498 struct isp_video *video = vfh->video; local
510 struct isp_video *video = vfh->video; local
542 struct isp_video *video = vfh->video; local
597 omap3isp_video_buffer_next(struct isp_video *video) argument
680 omap3isp_video_resume(struct isp_video *video, int continuous) argument
705 struct isp_video *video = video_drvdata(file); local
723 struct isp_video *video = video_drvdata(file); local
739 struct isp_video *video = video_drvdata(file); local
762 struct isp_video *video = video_drvdata(file); local
790 struct isp_video *video = video_drvdata(file); local
808 struct isp_video *video = video_drvdata(file); local
842 struct isp_video *video = video_drvdata(file); local
861 struct isp_video *video = video_drvdata(file); local
879 struct isp_video *video = video_drvdata(file); local
961 struct isp_video *video = video_drvdata(file); local
1089 struct isp_video *video = video_drvdata(file); local
1191 struct isp_video *video = video_drvdata(file); local
1236 struct isp_video *video = video_drvdata(file); local
1290 omap3isp_video_init(struct isp_video *video, const char *name) argument
1336 omap3isp_video_cleanup(struct isp_video *video) argument
1343 omap3isp_video_register(struct isp_video *video, struct v4l2_device *vdev) argument
1357 omap3isp_video_unregister(struct isp_video *video) argument
[all...]
H A Dispvideo.h4 * TI OMAP3 ISP - Generic video node
72 /* The stream has been started on the input video node. */
74 /* The stream has been started on the output video node. */
76 /* At least one buffer is queued on the input video node. */
78 /* At least one buffer is queued on the output video node. */
122 * @buffer: ISP video buffer
139 #define isp_video_dmaqueue_flags_clr(video) \
140 ({ (video)->dmaqueue_flags = 0; })
143 * struct isp_video_operations - ISP video operations
148 int(*queue)(struct isp_video *video, struc
152 struct video_device video; member in struct:isp_video
187 struct isp_video *video; member in struct:isp_video_fh
[all...]
/drivers/media/video/hdpvr/
H A DMakefile1 hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o hdpvr-i2c.o
5 ccflags-y += -Idrivers/media/video
/drivers/media/video/usbvision/
H A DMakefile1 usbvision-objs := usbvision-core.o usbvision-video.o usbvision-i2c.o usbvision-cards.o
5 ccflags-y += -Idrivers/media/video
/drivers/media/video/cx25821/
H A DMakefile2 cx25821-gpio.o cx25821-medusa-video.o \
3 cx25821-video.o cx25821-video-upstream.o \
4 cx25821-video-upstream-ch2.o \
10 ccflags-y := -Idrivers/media/video
/drivers/acpi/
H A Dvideo.c2 * video.c - ACPI Video Driver ($Revision:$)
45 #include <acpi/video.h>
66 ACPI_MODULE_NAME("video");
76 * By default, we don't allow duplicate ACPI video bus devices
101 .name = "video",
112 u8 multihead:1; /* can switch video heads */
113 u8 rom:1; /* can retrieve a video rom */
202 struct acpi_video_bus *video; member in struct:acpi_video_device
217 static void acpi_video_device_rebind(struct acpi_video_bus *video);
218 static void acpi_video_device_bind(struct acpi_video_bus *video,
270 struct acpi_video_device *video = acpi_driver_data(device); local
280 struct acpi_video_device *video = acpi_driver_data(device); local
299 struct acpi_video_device *video = acpi_driver_data(device); local
555 acpi_video_bus_DOS(struct acpi_video_bus *video, int bios_flag, int lcd_flag) argument
868 acpi_video_bus_find_cap(struct acpi_video_bus *video) argument
897 acpi_video_bus_check(struct acpi_video_bus *video) argument
946 acpi_video_get_device_attr(struct acpi_video_bus *video, unsigned long device_id) argument
961 acpi_video_get_device_type(struct acpi_video_bus *video, unsigned long device_id) argument
977 acpi_video_bus_get_one_device(struct acpi_device *device, struct acpi_video_bus *video) argument
1085 acpi_video_device_rebind(struct acpi_video_bus *video) argument
1111 acpi_video_device_bind(struct acpi_video_bus *video, struct acpi_video_device *device) argument
1137 acpi_video_device_enumerate(struct acpi_video_bus *video) argument
1279 struct acpi_video_bus *video; local
1345 acpi_video_bus_get_devices(struct acpi_video_bus *video, struct acpi_device *device) argument
1397 acpi_video_bus_put_devices(struct acpi_video_bus *video) argument
1426 acpi_video_bus_start_devices(struct acpi_video_bus *video) argument
1431 acpi_video_bus_stop_devices(struct acpi_video_bus *video) argument
1438 struct acpi_video_bus *video = acpi_driver_data(device); local
1562 struct acpi_video_bus *video; local
1611 struct acpi_video_bus *video; local
1728 struct acpi_video_bus *video = NULL; local
[all...]
/drivers/media/video/cx18/
H A Dcx18-video.c2 * cx18 video interface functions
23 #include "cx18-video.h"
30 v4l2_subdev_call(cx->sd_av, video, s_routing,
/drivers/media/video/tlg2300/
H A DMakefile1 poseidon-objs := pd-video.o pd-alsa.o pd-dvb.o pd-radio.o pd-main.o
5 ccflags-y += -Idrivers/media/video
H A Dpd-video.c150 strcpy(cap->driver, "tele-video");
161 static void init_copy(struct video_data *video, bool index) argument
163 struct front_face *front = video->front;
165 video->field_count = index;
166 video->lines_copied = 0;
167 video->prev_left = 0 ;
168 video->dst = (char *)videobuf_to_vmalloc(front->curr_frame)
169 + index * video->lines_size;
170 video->vbi->copied = 0; /* set it here */
194 /* check if the video'
195 get_video_frame(struct front_face *front, struct video_data *video) argument
225 end_field(struct video_data *video) argument
234 copy_video_data(struct video_data *video, char *src, unsigned int count) argument
267 check_trailer(struct video_data *video, char *src, int count) argument
317 copy_vbi_video_data(struct video_data *video, char *src, unsigned int count) argument
340 struct video_data *video = &front->pd->video_data; local
426 struct video_data *video = &front->pd->video_data; local
463 prepare_iso_urb(struct video_data *video) argument
556 prepare_bulk_urb(struct video_data *video) argument
569 free_all_urb(struct video_data *video) argument
623 fire_all_urb(struct video_data *video) argument
639 struct video_data *video = &pd->video_data; local
666 struct video_data *video = &pd->video_data; local
739 struct video_data *video = &pd->video_data; local
838 struct video_data *video = &pd->video_data; local
1193 usb_transfer_stop(struct video_data *video) argument
1214 struct video_data *video = &pd->video_data; local
1246 struct video_data *video; local
1355 struct video_data *video = &pd->video_data; local
1631 struct video_data *video = &pd->video_data; local
1641 struct video_data *video = &pd->video_data; local
[all...]
/drivers/media/
H A DMakefile11 obj-y += common/ rc/ video/
/drivers/media/video/cx25840/
H A DMakefile6 ccflags-y += -Idrivers/media/video
/drivers/media/video/gspca/gl860/
H A DMakefile9 ccflags-y += -I$(srctree)/drivers/media/video/gspca
/drivers/media/video/gspca/m5602/
H A DMakefile11 ccflags-y += -I$(srctree)/drivers/media/video/gspca
/drivers/media/video/gspca/stv06xx/
H A DMakefile9 ccflags-y += -I$(srctree)/drivers/media/video/gspca
/drivers/video/matrox/
H A Dmatroxfb_crtc2.h22 } video; member in struct:matroxfb_dh_fb_info
/drivers/media/dvb/bt8xx/
H A DMakefile5 ccflags-y += -Idrivers/media/video/bt8xx
/drivers/media/video/em28xx/
H A DMakefile1 em28xx-y := em28xx-video.o em28xx-i2c.o em28xx-cards.o
12 ccflags-y += -Idrivers/media/video
/drivers/media/video/tm6000/
H A DMakefile4 tm6000-video.o \
12 ccflags-y := -Idrivers/media/video
/drivers/media/video/ivtv/
H A Divtv-routing.c2 Audio/video-routing-related ivtv functions.
60 /* Selects the video input and output according to the current
68 v4l2_subdev_call(itv->sd_video, video, s_routing,
82 ivtv_call_hw(itv, IVTV_HW_GPIO, video, s_routing,
96 ivtv_call_hw(itv, IVTV_HW_UPD64031A, video, s_routing,
116 ivtv_call_hw(itv, IVTV_HW_UPD6408X, video, s_routing,
/drivers/media/video/au0828/
H A DMakefile1 au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o au0828-video.o au0828-vbi.o
/drivers/media/video/bt8xx/
H A DMakefile2 # Makefile for the video capture/playback device drivers.
11 ccflags-y += -Idrivers/media/video

Completed in 2491 milliseconds

1234567891011>>