Lines Matching refs:list
20 #include <linux/list.h>
132 /* 3:2 is periodic frame list size */
146 #define STS_FLR (1<<3) /* frame list rolled over */
161 u32 frame_list; /* points to periodic list */
257 struct list_head qtd_list; /* sw qtd list */
282 /* for periodic/async schedules and qtd lists, mark end of list */
318 __le32 hw_current; /* qtd list - see EHCI 3.6.4 */
330 struct list_head qtd_list; /* sw qtd list */
1596 /* Reverse of qh_urb_transaction: free a list of TDs.
1610 /* Create a list of filled qtds for this URB; won't link into qh.
1772 /* Each QH holds a qtd list; a QH is used for everything except iso.
1999 * the first td of our list (becomes new dummy). both
2019 /* hc must see the new dummy at list end */
2104 qh_put(qh); /* refcount from async list */
2226 * periodic_next_shadow - return "next" pointer on shadow list
2253 /* an interrupt entry (at list end) could have been shared */
2370 /* skip the iso nodes at list head */
3020 * hw default: 1K periodic list heads, one per frame.
3042 * as the 'reclamation list head' too.