| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_device_configuration_activate.c | 113 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_device_configuration_activate() 118 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_activate() 150 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_activate() 173 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_stack_device_configuration_activate()
|
| D | ux_host_stack_device_configuration_deactivate.c | 117 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_device_configuration_deactivate() 122 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate() 148 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate() 189 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_configuration_deactivate()
|
| D | ux_host_stack_device_string_get.c | 114 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) || in _ux_host_stack_device_string_get() 120 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_stack_device_string_get()
|
| D | ux_host_stack_device_resources_free.c | 116 if (device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) in _ux_host_stack_device_resources_free() 142 device -> ux_device_flags = 0; in _ux_host_stack_device_resources_free()
|
| D | ux_host_stack_tasks_run.c | 344 device -> ux_device_flags &= ~UX_DEVICE_FLAG_ENUM; in _ux_host_stack_device_enumerated() 453 if ((device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) == 0) in _ux_host_stack_device_enum_run() 497 device -> ux_device_flags |= UX_DEVICE_FLAG_RESET; in _ux_host_stack_device_enum_run() 1125 if ((enum_device -> ux_device_flags & UX_DEVICE_FLAG_PROTECT) == 0) in _ux_host_stack_enum_run() 1127 enum_device -> ux_device_flags |= UX_DEVICE_FLAG_PROTECT; in _ux_host_stack_enum_run() 1129 enum_device -> ux_device_flags &= ~UX_DEVICE_FLAG_PROTECT; in _ux_host_stack_enum_run() 1133 if (enum_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_stack_enum_run()
|
| D | ux_host_stack_configuration_set.c | 157 if (device -> ux_device_flags &= UX_DEVICE_FLAG_ENUM) in _ux_host_stack_configuration_set()
|
| D | ux_host_stack_rh_device_insertion.c | 114 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_stack_rh_device_insertion()
|
| D | ux_host_stack_transfer_run.c | 292 ux_endpoint_device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_stack_transfer_retire()
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_idle_set_run.c | 126 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run() 142 (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_hid_idle_set_run() 150 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run() 172 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_set_run()
|
| D | ux_host_class_hid_report_set_run.c | 169 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run() 185 (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_hid_report_set_run() 193 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run() 211 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run() 240 device -> ux_device_flags &= ~UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_set_run()
|
| D | ux_host_class_printer_device_id_get.c | 108 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_device_id_get() 114 printer -> ux_host_class_printer_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_printer_device_id_get()
|
| D | ux_host_class_printer_soft_reset.c | 114 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_soft_reset() 120 printer -> ux_host_class_printer_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_printer_soft_reset()
|
| D | ux_host_class_cdc_acm_command.c | 176 if (device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_cdc_acm_command() 183 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_cdc_acm_command()
|
| D | ux_host_class_printer_status_get.c | 114 (printer -> ux_host_class_printer_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK)) in _ux_host_class_printer_status_get() 120 printer -> ux_host_class_printer_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_printer_status_get()
|
| D | ux_host_class_hid_idle_get.c | 143 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_idle_get() 152 hid -> ux_host_class_hid_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_idle_get()
|
| D | ux_host_class_hid_report_get.c | 172 if (hid -> ux_host_class_hid_device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) in _ux_host_class_hid_report_get() 179 hid -> ux_host_class_hid_device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _ux_host_class_hid_report_get()
|
| D | ux_host_class_hub_tasks_run.c | 267 if ((device -> ux_device_flags & UX_DEVICE_FLAG_RESET) && in _ux_host_class_hub_inst_tasks_run() 271 device -> ux_device_flags &= ~UX_DEVICE_FLAG_RESET; in _ux_host_class_hub_inst_tasks_run() 358 device -> ux_device_flags |= UX_DEVICE_FLAG_ENUM; in _ux_host_class_hub_inst_tasks_run()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_device_dfu_test.c | 417 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK() 419 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
|
| D | usbx_msrc_71934_dfu_upload_test.c | 402 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK() 404 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
|
| D | usbx_msrc_69702_dfu_dnload_test.c | 402 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK() 404 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
|
| D | usbx_device_dfu_basic_test.c | 402 if ((device -> ux_device_flags & UX_DEVICE_FLAG_LOCK) == 0) in _req_DFU_LOCK() 404 device -> ux_device_flags |= UX_DEVICE_FLAG_LOCK; in _req_DFU_LOCK()
|
| D | ux_test.c | 1417 if (enum_device -> ux_device_flags & UX_DEVICE_FLAG_ENUM) in _host_enum_is_pending()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_api.h | 2012 ULONG ux_device_flags; member
|