1. NAME

hcd_buffer_destroy - deallocate buffer pools

2. SYNOPSIS

void hcd_buffer_destroy(struct usb_hcd *  hcd );

3. ARGUMENTS

hcd
    the bus whose buffer pools are to be destroyed

4. CONTEXT

!in_interrupt

5. DESCRIPTION

This frees the buffer pools created by hcd_buffer_create.

6. COPYRIGHT