|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | decoder_call(zr, o, f, args...) v4l2_subdev_call(zr->decoder, o, f, ##args) |
| #define | encoder_call(zr, o, f, args...) v4l2_subdev_call(zr->encoder, o, f, ##args) |
Variables | |
| struct zoran_format | zoran_formats [] |
| int | v4l_nbufs |
| int | v4l_bufsize |
| int | jpg_nbufs |
| int | jpg_bufsize |
| int | pass_through |
| #define decoder_call | ( | zr, | |
| o, | |||
| f, | |||
| args... | |||
| ) | v4l2_subdev_call(zr->decoder, o, f, ##args) |
Definition at line 90 of file zoran_device.h.
| #define encoder_call | ( | zr, | |
| o, | |||
| f, | |||
| args... | |||
| ) | v4l2_subdev_call(zr->encoder, o, f, ##args) |
Definition at line 92 of file zoran_device.h.
Definition at line 869 of file zoran_device.c.
Definition at line 194 of file zoran_device.c.
Definition at line 87 of file zoran_device.c.
Definition at line 268 of file zoran_device.c.
Definition at line 248 of file zoran_device.c.
Definition at line 915 of file zoran_device.c.
Definition at line 111 of file zoran_device.c.
Definition at line 827 of file zoran_device.c.
Definition at line 644 of file zoran_device.c.
Definition at line 538 of file zoran_device.c.
Definition at line 1097 of file zoran_device.c.
Definition at line 1564 of file zoran_device.c.
| irqreturn_t zoran_irq | ( | int | irq, |
| void * | dev_id | ||
| ) |
Definition at line 1342 of file zoran_device.c.
Definition at line 1549 of file zoran_device.c.
| void zr36057_enable_jpg | ( | struct zoran * | zr, |
| enum zoran_codec_mode | mode | ||
| ) |
Definition at line 966 of file zoran_device.c.
Definition at line 1602 of file zoran_device.c.
Definition at line 596 of file zoran_device.c.
| int jpg_bufsize |
Definition at line 110 of file zoran_card.c.
| int jpg_nbufs |
Definition at line 109 of file zoran_card.c.
| int pass_through |
Definition at line 116 of file zoran_card.c.
| int v4l_bufsize |
Definition at line 103 of file zoran_card.c.
| int v4l_nbufs |
Definition at line 102 of file zoran_card.c.
| struct zoran_format zoran_formats[] |
Definition at line 77 of file zoran_driver.c.
1.8.2