Go to the source code of this file.
Classes | |
| class | LFDPriv |
| struct | dev_item |
Typedefs | |
| typedef QMap< raw1394handle_t, LinuxFirewireDevice * > | handle_to_lfd_t |
Functions | |
| static void | add_handle (raw1394handle_t handle, LinuxFirewireDevice *dev) |
| static void | remove_handle (raw1394handle_t handle) |
| int | linux_firewire_device_tspacket_handler (unsigned char *tspacket, int len, uint dropped, void *callback_data) |
| void * | linux_firewire_device_port_handler_thunk (void *param) |
| static bool | has_data (int fd, uint msec) |
| static QString | speed_to_string (uint speed) |
| static int | linux_firewire_device_bus_reset_handler (raw1394handle_t handle, uint generation) |
| typedef QMap<raw1394handle_t,LinuxFirewireDevice*> handle_to_lfd_t |
Definition at line 44 of file linuxfirewiredevice.cpp.
| static void add_handle | ( | raw1394handle_t | handle, | |
| LinuxFirewireDevice * | dev | |||
| ) | [static] |
Definition at line 104 of file linuxfirewiredevice.cpp.
Referenced by LinuxFirewireDevice::OpenPort().
| static void remove_handle | ( | raw1394handle_t | handle | ) | [static] |
Definition at line 110 of file linuxfirewiredevice.cpp.
Referenced by LinuxFirewireDevice::ClosePort().
| int linux_firewire_device_tspacket_handler | ( | unsigned char * | tspacket, | |
| int | len, | |||
| uint | dropped, | |||
| void * | callback_data | |||
| ) |
Definition at line 974 of file linuxfirewiredevice.cpp.
| void* linux_firewire_device_port_handler_thunk | ( | void * | param | ) |
Definition at line 992 of file linuxfirewiredevice.cpp.
Referenced by LinuxFirewireDevice::run().
| static QString speed_to_string | ( | uint | speed | ) | [static] |
Definition at line 1013 of file linuxfirewiredevice.cpp.
Referenced by LinuxFirewireDevice::SetAVStreamSpeed().
| static int linux_firewire_device_bus_reset_handler | ( | raw1394handle_t | handle, | |
| uint | generation | |||
| ) | [static] |
Definition at line 1022 of file linuxfirewiredevice.cpp.
Referenced by LinuxFirewireDevice::OpenPort().
1.6.3