Linux Kernel
3.7.1
|
#include <firewire-cdev.h>
Data Fields | |
__s32 | cycle |
__u32 | sync |
__u32 | tags |
__u32 | handle |
struct fw_cdev_start_iso - Start an isochronous transmission or reception : Cycle in which to start I/O. If is greater than or equal to 0, the I/O will start on that cycle. : Determines the value to wait for for receive packets that have the FW_CDEV_ISO_SYNC bit set : Tag filter bit mask. Only valid for isochronous reception. Determines the tag values for which packets will be accepted. Use FW_CDEV_ISO_CONTEXT_MATCH_ macros to set . : Isochronous context handle within which to transmit or receive
Definition at line 848 of file firewire-cdev.h.
__s32 cycle |
Definition at line 849 of file firewire-cdev.h.
Definition at line 852 of file firewire-cdev.h.
__u32 sync |
Definition at line 850 of file firewire-cdev.h.
__u32 tags |
Definition at line 851 of file firewire-cdev.h.