Searched refs:cycle_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | xhci-mem.c | 40 unsigned int cycle_state, gfp_t flags) in xhci_segment_alloc() argument 58 if (cycle_state == 0) { in xhci_segment_alloc() 291 unsigned int cycle_state) in xhci_initialize_ring_info() argument 305 ring->cycle_state = cycle_state; in xhci_initialize_ring_info() 320 unsigned int num_segs, unsigned int cycle_state, in xhci_alloc_segments_for_ring() argument 325 prev = xhci_segment_alloc(xhci, cycle_state, flags); in xhci_alloc_segments_for_ring() 334 next = xhci_segment_alloc(xhci, cycle_state, flags); in xhci_alloc_segments_for_ring() 363 unsigned int num_segs, unsigned int cycle_state, in xhci_ring_alloc() argument 380 &ring->last_seg, num_segs, cycle_state, type, flags); in xhci_ring_alloc() 390 xhci_initialize_ring_info(ring, cycle_state); in xhci_ring_alloc() [all …]
|
D | xhci-ring.c | 165 ring->cycle_state ^= 1; in inc_deq() 241 ring->cycle_state ^= 1; in inc_enq() 1207 u32 cycle_state; in xhci_handle_stopped_cmd_ring() local 1221 cycle_state = le32_to_cpu( in xhci_handle_stopped_cmd_ring() 1228 TRB_TYPE(TRB_CMD_NOOP) | cycle_state); in xhci_handle_stopped_cmd_ring() 2626 xhci->event_ring->cycle_state) { in xhci_handle_event() 2878 ring->cycle_state ^= 1; in prepare_ring() 3142 start_cycle = ep_ring->cycle_state; in queue_bulk_sg_tx() 3176 field |= ep_ring->cycle_state; in queue_bulk_sg_tx() 3327 start_cycle = ep_ring->cycle_state; in xhci_queue_bulk_tx() [all …]
|
D | xhci.h | 1391 u32 cycle_state; member
|
D | xhci.c | 799 xhci->cmd_ring->cycle_state; in xhci_set_cmd_ring_deq() 841 ring->cycle_state = 1; in xhci_clear_command_ring()
|