HCD_BUFFER_CREATE

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

hcd_buffer_create - initialize buffer pools  

SYNOPSIS

int hcd_buffer_create (struct usb_hcd * hcd);  

ARGUMENTS

hcd
the bus whose buffer pools are to be initialized
 

CONTEXT

!in_interrupt  

DESCRIPTION

Call this as part of initializing a host controller that uses the pci dma memory allocators. It initializes some pools of dma-consistent memory that will be shared by all drivers using that controller, or returns a negative errno value on error.

Call hcd_buffer_destroy to clean up after using those pools.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
CONTEXT
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:25 GMT, April 09, 2004