Linux Kernel
3.7.1
|
#include <uvcvideo.h>
Data Structures | |
struct | uvc_clock_sample |
Data Fields | |
struct uvc_streaming::uvc_clock::uvc_clock_sample * | samples |
unsigned int | head |
unsigned int | count |
unsigned int | size |
u16 | last_sof |
u16 | sof_offset |
spinlock_t | lock |
Definition at line 477 of file uvcvideo.h.
unsigned int count |
Definition at line 486 of file uvcvideo.h.
Definition at line 485 of file uvcvideo.h.
u16 last_sof |
Definition at line 489 of file uvcvideo.h.
spinlock_t lock |
Definition at line 492 of file uvcvideo.h.
unsigned int size |
Definition at line 487 of file uvcvideo.h.
u16 sof_offset |
Definition at line 490 of file uvcvideo.h.