Lines Matching defs:channel
53 * struct dwc2_host_chan - Software host channel descriptor
55 * @hc_num: Host channel number, used for register address lookup
85 * @do_ping: True if a PING request should be issued on this channel
87 * @halt_on_queue: True if this channel should be halted the next time a
88 * request is queued for the channel. This is necessary in
90 * an attempt is made to halt the channel.
91 * @halt_pending: True if the host channel has been halted, but the core
93 * @do_split: Enable split for the channel
102 * @requests: Number of requests issued for this channel since it was
106 * @halt_status: Reason for halting the host channel
108 * @qh: QH for the transfer being processed by this channel
114 * This structure represents the state of a single host channel when acting in
116 * endpoint via a host channel.
314 * @channel: Host channel currently processing transfers for this QH
365 struct dwc2_host_chan *channel;
467 * Inline used to disable one channel interrupt. Channel interrupts are
468 * disabled when the channel is halted or released by the interrupt handler.
470 * channel is re-assigned. In fact, subsequent handling may cause crashes
471 * because the channel structures are cleaned up when the channel is released.