Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/usb.h>
#include <linux/usb/hcd.h>
#include "fhci.h"
Go to the source code of this file.
Functions | |
void | fhci_add_td_to_frame (struct fhci_time_frame *frame, struct td *td) |
void | fhci_add_tds_to_ed (struct ed *ed, struct td **td_list, int number) |
struct td * | fhci_remove_td_from_frame (struct fhci_time_frame *frame) |
struct td * | fhci_peek_td_from_frame (struct fhci_time_frame *frame) |
struct td * | fhci_remove_td_from_ed (struct ed *ed) |
struct td * | fhci_remove_td_from_done_list (struct fhci_controller_list *p_list) |
void | fhci_move_td_from_ed_to_done_list (struct fhci_usb *usb, struct ed *ed) |
void | fhci_urb_complete_free (struct fhci_hcd *fhci, struct urb *urb) |
void | fhci_done_td (struct urb *urb, struct td *td) |
void | fhci_del_ed_list (struct fhci_hcd *fhci, struct ed *ed) |
void fhci_add_td_to_frame | ( | struct fhci_time_frame * | frame, |
struct td * | td | ||
) |
|
read |
|
read |
|
read |