Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_async.c270 …TEST_ASSERT_EQUAL(ESP_OK, usb_host_interface_claim(client0_hdl, client0_dev_hdl, MOCK_MSC_SCSI_INT…
271 …TEST_ASSERT_NOT_EQUAL(ESP_OK, usb_host_interface_claim(client1_hdl, client1_dev_hdl, MOCK_MSC_SCSI…
273 …TEST_ASSERT_NOT_EQUAL(ESP_OK, usb_host_interface_claim(client0_hdl, client0_dev_hdl, MOCK_MSC_SCSI…
Dmsc_client_async_seq.c183 …TEST_ASSERT_EQUAL(ESP_OK, usb_host_interface_claim(msc_obj.client_hdl, msc_obj.dev_hdl, MOCK_MSC_S… in msc_client_async_seq_task()
Dmsc_client_async_dconn.c193 …TEST_ASSERT_EQUAL(ESP_OK, usb_host_interface_claim(msc_obj.client_hdl, msc_obj.dev_hdl, MOCK_MSC_S… in msc_client_async_dconn_task()
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h362 esp_err_t usb_host_interface_claim(usb_host_client_handle_t client_hdl, usb_device_handle_t dev_hdl…
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c268 …ESP_GOTO_ON_ERROR(usb_host_interface_claim(p_cdc_acm_obj->cdc_acm_client_hdl, cdc_dev->dev_hdl, cd… in cdc_acm_start()
275 … ESP_GOTO_ON_ERROR(usb_host_interface_claim(p_cdc_acm_obj->cdc_acm_client_hdl, cdc_dev->dev_hdl, in cdc_acm_start()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c362 MSC_GOTO_ON_ERROR( usb_host_interface_claim(s_msc_driver->client_handle, in msc_host_install_device()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst288usb_host_interface_claim(class_driver_obj.client_hdl, class_driver_obj.dev_hdl, 1, 0);
337 e. Claim the necessary interfaces of the device via :cpp:func:`usb_host_interface_claim`.
/hal_espressif-3.6.0/components/usb/
Dusb_host.c1097 esp_err_t usb_host_interface_claim(usb_host_client_handle_t client_hdl, usb_device_handle_t dev_hdl… in usb_host_interface_claim() function