Lines Matching defs:list
5 #include <linux/list.h>
91 #define UHCI_NUMFRAMES 1024 /* in the frame list [array] */
135 * In the schedule, qh->link maintains a list of QHs seen by the HC:
139 * are that the software list is doubly-linked and QHs in the UNLINKING
140 * state are on the software list but not the hardware schedule.
159 struct list_head node; /* Node in the list of QHs */
268 struct list_head list;
293 * go onto the period-1 interrupt list, since they all get accessed on
296 * When we want to add a new QH, we add it to the list starting from the
403 dma_addr_t frame_dma_handle; /* Hardware frame list */
405 void **frame_cpu; /* CPU's frame list */
484 struct list_head node; /* Node in the QH's urbp list */