Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
sound
firewire
packets-buffer.h
Go to the documentation of this file.
1
#ifndef SOUND_FIREWIRE_PACKETS_BUFFER_H_INCLUDED
2
#define SOUND_FIREWIRE_PACKETS_BUFFER_H_INCLUDED
3
4
#include <
linux/dma-mapping.h
>
5
#include <
linux/firewire.h
>
6
12
struct
iso_packets_buffer
{
13
struct
fw_iso_buffer
iso_buffer
;
14
struct
{
15
void
*
buffer
;
16
unsigned
int
offset
;
17
} *
packets
;
18
};
19
20
int
iso_packets_buffer_init
(
struct
iso_packets_buffer
*
b
,
struct
fw_unit
*
unit
,
21
unsigned
int
count
,
unsigned
int
packet_size,
22
enum
dma_data_direction
direction
);
23
void
iso_packets_buffer_destroy
(
struct
iso_packets_buffer
*
b
,
24
struct
fw_unit
*
unit
);
25
26
#endif
Generated on Thu Jan 10 2013 15:04:24 for Linux Kernel by
1.8.2