Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/zoran/
Dzoran_driver.c188 static void v4l_fbuffer_free(struct zoran_fh *fh);
189 static void jpg_fbuffer_free(struct zoran_fh *fh);
192 static void map_mode_raw(struct zoran_fh *fh) in map_mode_raw()
198 static void map_mode_jpg(struct zoran_fh *fh, int play) in map_mode_jpg()
215 static int v4l_fbuffer_alloc(struct zoran_fh *fh) in v4l_fbuffer_alloc()
258 static void v4l_fbuffer_free(struct zoran_fh *fh) in v4l_fbuffer_free()
309 static int jpg_fbuffer_alloc(struct zoran_fh *fh) in jpg_fbuffer_alloc()
387 static void jpg_fbuffer_free(struct zoran_fh *fh) in jpg_fbuffer_free()
438 zoran_v4l_set_format (struct zoran_fh *fh, in zoran_v4l_set_format()
486 static int zoran_v4l_queue_frame(struct zoran_fh *fh, int num) in zoran_v4l_queue_frame()
[all …]
Dzoran.h175 struct zoran_fh;
178 struct zoran_fh *fh;
218 struct zoran_fh { struct
Dzoran_device.h57 extern void write_overlay_mask(struct zoran_fh *fh,
Dzoran_device.c538 void write_overlay_mask(struct zoran_fh *fh, struct v4l2_clip *vp, int count) in write_overlay_mask()