Home
last modified time | relevance | path

Searched defs:video1394_mmap (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dvideo1394.h52 struct video1394_mmap { struct
53 int channel; /* -1 to find an open channel in LISTEN/TALK */
54 unsigned int sync_tag;
55 unsigned int nb_buffers;
56 unsigned int buf_size;
57 unsigned int packet_size; /* For VARIABLE_PACKET_SIZE:
59 unsigned int fps;
60 unsigned int syt_offset;
61 unsigned int flags;
Dvideo1394.c1181 int video1394_mmap(struct file *file, struct vm_area_struct *vma) in video1394_mmap() function