Searched defs:cycle_state (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/host/
H A Dxhci-ring.c157 ring->cycle_state = (ring->cycle_state ? 0 : 1);
229 ring->cycle_state = (ring->cycle_state ? 0 : 1);
355 * bit set, then we will toggle the value pointed at by cycle_state.
359 union xhci_trb *trb, int *cycle_state)
368 *cycle_state ^= 0x1;
567 union xhci_trb *deq_ptr, u32 cycle_state);
2254 xhci->event_ring->cycle_state) {
2488 ring->cycle_state
357 find_trb_seg( struct xhci_segment *start_seg, union xhci_trb *trb, int *cycle_state) argument
3538 queue_set_tr_deq(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_segment *deq_seg, union xhci_trb *deq_ptr, u32 cycle_state) argument
[all...]
H A Dxhci.h1270 u32 cycle_state; member in struct:xhci_ring

Completed in 38 milliseconds