#include <assert.h>
#include "link_pointer.h"
#include "transfer_descriptor.h"
#include "../utils/malloc32.h"
Go to the source code of this file.
Data Structures | |
| struct | queue_head |
| This structure is defined in UHCI design guide p. More... | |
Typedefs | |
| typedef queue_head | qh_t |
| This structure is defined in UHCI design guide p. | |
Functions | |
| static void | qh_init (qh_t *instance) |
| Initialize queue head structure. | |
| static void | qh_set_element_td (qh_t *instance, td_t *td) |
| Set queue head element pointer. | |
| static void | qh_set_next_qh (qh_t *instance, qh_t *next) |
| Set queue head next pointer. | |
Definition in file queue_head.h.
1.4.7