Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fhci-q.c File Reference
#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 tdfhci_remove_td_from_frame (struct fhci_time_frame *frame)
 
struct tdfhci_peek_td_from_frame (struct fhci_time_frame *frame)
 
struct tdfhci_remove_td_from_ed (struct ed *ed)
 
struct tdfhci_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)
 

Function Documentation

void fhci_add_td_to_frame ( struct fhci_time_frame frame,
struct td td 
)

Definition at line 57 of file fhci-q.c.

void fhci_add_tds_to_ed ( struct ed ed,
struct td **  td_list,
int  number 
)

Definition at line 62 of file fhci-q.c.

void fhci_del_ed_list ( struct fhci_hcd fhci,
struct ed ed 
)

Definition at line 269 of file fhci-q.c.

void fhci_done_td ( struct urb urb,
struct td td 
)

Definition at line 218 of file fhci-q.c.

void fhci_move_td_from_ed_to_done_list ( struct fhci_usb usb,
struct ed ed 
)

Definition at line 144 of file fhci-q.c.

struct td* fhci_peek_td_from_frame ( struct fhci_time_frame frame)
read

Definition at line 99 of file fhci-q.c.

struct td* fhci_remove_td_from_done_list ( struct fhci_controller_list p_list)
read

Definition at line 131 of file fhci-q.c.

struct td* fhci_remove_td_from_ed ( struct ed ed)
read

Definition at line 111 of file fhci-q.c.

struct td* fhci_remove_td_from_frame ( struct fhci_time_frame frame)
read

Definition at line 86 of file fhci-q.c.

void fhci_urb_complete_free ( struct fhci_hcd fhci,
struct urb urb 
)

Definition at line 193 of file fhci-q.c.