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 */
241 #define CMD_PSE (1<<4) /* periodic schedule enable */
242 /* 3:2 is periodic frame list size */
249 #define STS_PSS (1<<14) /* Periodic Schedule Status */
269 u32 frame_list; /* points to periodic list */
376 /* next async queue entry, or pointer to interrupt/periodic QH */
380 /* for periodic/async schedules and qtd lists, mark end of list */
385 * Entries in periodic shadow table are pointers to one of four kinds
387 * encoded in the low bits of the hardware's periodic schedule. Use
407 * These appear in both the async and (for interrupt) periodic schedules.
441 union fotg210_shadow qh_next; /* ptr to qh; or periodic */
460 /* periodic schedule info */
561 union fotg210_shadow itd_next; /* ptr to periodic q entry */
577 * Periodic Frame Span Traversal Node (FSTN)
585 __hc32 hw_next; /* any periodic q entry */
590 union fotg210_shadow fstn_next; /* ptr to periodic q entry */