Linux Kernel
3.7.1
|
#include <firewire-cdev.h>
Data Fields | |
__u64 | channels |
__u32 | handle |
struct fw_cdev_set_iso_channels - Select channels in multichannel reception : Bitmask of channels to listen to : Handle of the mutichannel receive context
is the bitwise or of 1ULL << n for each channel n to listen to.
The ioctl fails with errno EBUSY if there is already another receive context on a channel in . In that case, the bitmask of all unoccupied channels is returned in .
Definition at line 716 of file firewire-cdev.h.
__u64 channels |
Definition at line 717 of file firewire-cdev.h.
Definition at line 718 of file firewire-cdev.h.