Searched defs:pipe_obj (Results 1 – 1 of 1) sorted by relevance
229 struct pipe_obj { struct256 TAILQ_ENTRY(pipe_obj) tailq_entry; //TailQ entry for port's list of pipes argument258 hcd_pipe_state_t state;259 hcd_pipe_event_t last_event;260 …aiting_pipe_notif; //Task handle used for internal pipe events. Set by waiter, cleared by notifier261 union {285 TAILQ_HEAD(tailhead_pipes_idle, pipe_obj) pipes_idle_tailq; argument