Searched refs:configured (Results 1 – 15 of 15) sorted by relevance
| /system/banjo/ddk-protocol-usb-function/ |
| A D | usb-function.banjo | 62 /// Called to inform the function driver when the USB device configured state changes. 63 /// Called with configured == true in response to a SET_CONFIGURATION control request 66 /// Called with configured == false when configuration is disabled or USB is disconnected. 68 SetConfigured(bool configured, zircon.hw.usb.UsbSpeed speed) -> (zx.status s);
|
| /system/dev/usb/dwc3/ |
| A D | dwc3-ep0.cpp | 72 dwc->configured = false; in dwc3_handle_setup() 76 dwc->configured = true; in dwc3_handle_setup() 89 dwc->configured = false; in dwc3_handle_setup() 93 dwc->configured = true; in dwc3_handle_setup()
|
| A D | dwc3.h | 118 bool configured; member
|
| A D | dwc3-endpoints.cpp | 173 if (dwc->configured) { in dwc3_ep_config() 221 if (dwc->configured) { in dwc3_ep_queue()
|
| /system/dev/usb/usb-peripheral-test/ |
| A D | driver.cpp | 50 bool configured; member 233 static zx_status_t test_set_configured(void* ctx, bool configured, usb_speed_t speed) { in test_set_configured() argument 234 zxlogf(TRACE, "%s: %d %d\n", __func__, configured, speed); in test_set_configured() 238 if (configured) { in test_set_configured() 253 test->configured = configured; in test_set_configured() 255 if (configured) { in test_set_configured()
|
| /system/dev/usb/xhci/ |
| A D | xdc.h | 79 bool configured; member 115 bool configured; member
|
| A D | xdc-transfer.cpp | 106 if (!is_ctrl_msg && (!xdc->configured || ep->state == XDC_EP_STATE_DEAD)) { in xdc_queue_transfer() 130 if (xdc->configured && ep->state == XDC_EP_STATE_RUNNING) { in xdc_queue_transfer()
|
| A D | xdc.cpp | 646 xdc->configured = false; in xdc_shutdown() 1033 poll_state->configured = false; in xdc_update_state() 1036 xdc->configured = false; in xdc_update_state() 1042 if (!poll_state->configured && (dcctrl & DCCTRL_DCR)) { in xdc_update_state() 1049 poll_state->configured = true; in xdc_update_state() 1053 xdc->configured = true; in xdc_update_state() 1068 if (poll_state->connected && !poll_state->configured) { in xdc_update_state()
|
| /system/dev/block/ums-function/ |
| A D | ums-function.c | 457 static zx_status_t ums_set_configured(void* ctx, bool configured, usb_speed_t speed) { in ums_set_configured() argument 458 zxlogf(TRACE, "ums_set_configured %d %d\n", configured, speed); in ums_set_configured() 463 if (configured) { in ums_set_configured() 475 if (configured && status == ZX_OK) { in ums_set_configured()
|
| /system/dev/misc/cpu-trace/ |
| A D | intel-pm.c | 129 bool configured; member 684 per_trace->configured = false; in pmu_stage_config() 790 per_trace->configured = true; in pmu_stage_config() 803 if (!per_trace->configured) in pmu_get_config() 824 if (!per_trace->configured) in pmu_start()
|
| A D | intel-pt.md | 121 buffer was configured. This call returns the handle of one of them.
|
| /system/dev/ethernet/usb-cdc-function/ |
| A D | cdc-eth-function.cpp | 469 static zx_status_t cdc_set_configured(void* ctx, bool configured, usb_speed_t speed) { in cdc_set_configured() argument 470 zxlogf(TRACE, "%s: %d %d\n", __func__, configured, speed); in cdc_set_configured() 481 if (configured) { in cdc_set_configured()
|
| /system/dev/usb/usb-peripheral/ |
| A D | usb-peripheral.c | 477 bool configured = configuration > 0; in usb_dev_set_configuration() local 484 status = usb_function_interface_set_configured(&function->interface, configured, in usb_dev_set_configuration() 486 if (status != ZX_OK && configured) { in usb_dev_set_configuration()
|
| /system/fidl/fuchsia-tracelink/ |
| A D | tracelink.fidl | 13 // this interface which can easily be configured by an application.
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 1675 configured, enumerator 1739 state->state = configured; in blob_config_helper() 1757 } else if (state->state == configured) { in blob_write_data_helper()
|
Completed in 36 milliseconds