Linux Kernel
3.7.1
|
#include <firewire-cdev.h>
Data Fields | |
__u32 | version |
__u32 | rom_length |
__u64 | rom |
__u64 | bus_reset |
__u64 | bus_reset_closure |
__u32 | card |
struct fw_cdev_get_info - General purpose information ioctl
The FW_CDEV_IOC_GET_INFO ioctl is usually the very first one which a client performs right after it opened a /dev/fw* file.
As a side effect, reception of FW_CDEV_EVENT_BUS_RESET events to be read(2) is started by this ioctl.
Definition at line 481 of file firewire-cdev.h.
__u64 bus_reset |
Definition at line 485 of file firewire-cdev.h.
__u64 bus_reset_closure |
Definition at line 486 of file firewire-cdev.h.
__u32 card |
Definition at line 487 of file firewire-cdev.h.
__u64 rom |
Definition at line 484 of file firewire-cdev.h.
__u32 rom_length |
Definition at line 483 of file firewire-cdev.h.
__u32 version |
Definition at line 482 of file firewire-cdev.h.