#include <linux/firewire.h>
#include <linux/export.h>
#include <linux/slab.h>
#include "packets-buffer.h"
Go to the source code of this file.
iso_packets_buffer_destroy - frees packet buffer resources : the buffer structure to free : the device at the other end of the stream
Definition at line 71 of file packets-buffer.c.
iso_packets_buffer_init - allocates the memory for packets : the buffer structure to initialize : the device at the other end of the stream : the number of packets : the (maximum) size of a packet, in bytes : DMA_TO_DEVICE or DMA_FROM_DEVICE
Definition at line 21 of file packets-buffer.c.