Searched refs:cycle_state (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/host/ |
D | xhci-mem.c | 38 unsigned int cycle_state, gfp_t flags) in xhci_segment_alloc() argument 56 if (cycle_state == 0) { in xhci_segment_alloc() 163 unsigned int cycle_state) in xhci_initialize_ring_info() argument 177 ring->cycle_state = cycle_state; in xhci_initialize_ring_info() 192 unsigned int num_segs, unsigned int cycle_state, in xhci_alloc_segments_for_ring() argument 197 prev = xhci_segment_alloc(xhci, cycle_state, flags); in xhci_alloc_segments_for_ring() 206 next = xhci_segment_alloc(xhci, cycle_state, flags); in xhci_alloc_segments_for_ring() 235 unsigned int num_segs, unsigned int cycle_state, in xhci_ring_alloc() argument 252 &ring->last_seg, num_segs, cycle_state, type, flags); in xhci_ring_alloc() 262 xhci_initialize_ring_info(ring, cycle_state); in xhci_ring_alloc() [all …]
|
D | xhci-ring.c | 170 ring->cycle_state = (ring->cycle_state ? 0 : 1); in inc_deq() 249 ring->cycle_state = (ring->cycle_state ? 0 : 1); in inc_enq() 458 union xhci_trb *trb, int *cycle_state) in find_trb_seg() argument 467 *cycle_state ^= 0x1; in find_trb_seg() 666 union xhci_trb *deq_ptr, u32 cycle_state); 1222 u32 cycle_state; in xhci_cmd_to_noop() local 1229 xhci->cmd_ring->dequeue, &cycle_state); in xhci_cmd_to_noop() 1260 cycle_state = le32_to_cpu(cmd_trb->generic.field[3]) in xhci_cmd_to_noop() 1268 TRB_TYPE(TRB_CMD_NOOP) | cycle_state); in xhci_cmd_to_noop() 2656 xhci->event_ring->cycle_state) { in xhci_handle_event() [all …]
|
D | xhci.h | 1304 u32 cycle_state; member
|
D | xhci.c | 822 xhci->cmd_ring->cycle_state; in xhci_set_cmd_ring_deq() 863 ring->cycle_state = 1; in xhci_clear_command_ring()
|