Lines Matching refs:cs_flags
271 } cs_flags; member
882 assert(pipe->cs_flags.waiting_halt); in _intr_hdlr_chan()
1074 if (!pipe->cs_flags.persist) { in _port_persist_all_pipes()
1084 pipe->cs_flags.reset_lock = 1; in _port_persist_all_pipes()
1094 pipe->cs_flags.persist = 0; in _port_recover_all_pipes()
1095 pipe->cs_flags.reset_lock = 0; in _port_recover_all_pipes()
1728 pipe->cs_flags.waiting_halt = 1; in _pipe_cmd_halt()
1914 && !pipe->cs_flags.has_urb in hcd_pipe_free()
1915 && !pipe->cs_flags.reset_lock, in hcd_pipe_free()
1937 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_update_mps()
1938 !pipe->cs_flags.has_urb && in hcd_pipe_update_mps()
1939 !pipe->cs_flags.reset_lock, in hcd_pipe_update_mps()
1953 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_update_dev_addr()
1954 !pipe->cs_flags.has_urb && in hcd_pipe_update_dev_addr()
1955 !pipe->cs_flags.reset_lock, in hcd_pipe_update_dev_addr()
1969 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_update_callback()
1970 !pipe->cs_flags.has_urb && in hcd_pipe_update_callback()
1971 !pipe->cs_flags.reset_lock, in hcd_pipe_update_callback()
1984 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_set_persist_reset()
1985 !pipe->cs_flags.has_urb && in hcd_pipe_set_persist_reset()
1986 !pipe->cs_flags.reset_lock, in hcd_pipe_set_persist_reset()
1988 pipe->cs_flags.persist = 1; in hcd_pipe_set_persist_reset()
2020 if (pipe->cs_flags.reset_lock) { in hcd_pipe_command()
2023 pipe->cs_flags.pipe_cmd_processing = 1; in hcd_pipe_command()
2038 pipe->cs_flags.pipe_cmd_processing = 0; in hcd_pipe_command()
2550 …&& !pipe->cs_flags.pipe_cmd_processing //Pipe cannot currently be processing a pipe c… in hcd_urb_enqueue()
2551 …&& !pipe->cs_flags.reset_lock, //Pipe cannot be persisting through a port res… in hcd_urb_enqueue()
2566 if (!pipe->cs_flags.has_urb) { in hcd_urb_enqueue()
2572 pipe->cs_flags.has_urb = 1; in hcd_urb_enqueue()
2592 if (pipe->cs_flags.has_urb in hcd_urb_dequeue()
2600 pipe->cs_flags.has_urb = 0; in hcd_urb_dequeue()