Home
last modified time | relevance | path

Searched refs:input_control_context (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Ddevice_slot.rs551 let input_control_context = if trb.get_deconfigure() { in configure_endpoint() localVariable
567 if input_control_context.drop_context_flag(device_context_index) { in configure_endpoint()
570 if input_control_context.add_context_flag(device_context_index) { in configure_endpoint()
596 let input_control_context: InputControlContext = self in evaluate_context() localVariable
602 if input_control_context.add_context_flag(0) { in evaluate_context()
620 if input_control_context.add_context_flag(1) { in evaluate_context()