Lines Matching full:periodic
34 * fotg210_hcd: async, unlink, periodic (and shadow), ...
63 FOTG210_HRTIMER_POLL_PSS, /* Poll for periodic schedule off */
69 FOTG210_HRTIMER_DISABLE_PERIODIC, /* Wait to disable periodic sched */
113 /* periodic schedule support */
116 __hc32 *periodic; /* hw periodic table */ member
121 union fotg210_shadow *pshadow; /* mirror hw periodic table */
126 unsigned next_frame; /* scan periodic, start here */
129 unsigned periodic_count; /* periodic activity count */
130 /* max periodic time per uframe */
239 #define CMD_PSE (1<<4) /* periodic schedule enable */
240 /* 3:2 is periodic frame list size */
247 #define STS_PSS (1<<14) /* Periodic Schedule Status */
267 u32 frame_list; /* points to periodic list */
374 /* next async queue entry, or pointer to interrupt/periodic QH */
378 /* for periodic/async schedules and qtd lists, mark end of list */
383 * Entries in periodic shadow table are pointers to one of four kinds
385 * encoded in the low bits of the hardware's periodic schedule. Use
405 * These appear in both the async and (for interrupt) periodic schedules.
439 union fotg210_shadow qh_next; /* ptr to qh; or periodic */
458 /* periodic schedule info */
559 union fotg210_shadow itd_next; /* ptr to periodic q entry */
575 * Periodic Frame Span Traversal Node (FSTN)
583 __hc32 hw_next; /* any periodic q entry */
588 union fotg210_shadow fstn_next; /* ptr to periodic q entry */