Searched refs:dev_hdl_ret (Results 1 – 2 of 2) sorted by relevance
250 …vice_open(usb_host_client_handle_t client_hdl, uint8_t dev_addr, usb_device_handle_t *dev_hdl_ret);
794 …evice_open(usb_host_client_handle_t client_hdl, uint8_t dev_addr, usb_device_handle_t *dev_hdl_ret) in usb_host_device_open() argument796 HOST_CHECK(dev_addr > 0 && client_hdl != NULL && dev_hdl_ret != NULL, ESP_ERR_INVALID_ARG); in usb_host_device_open()817 *dev_hdl_ret = dev_hdl; in usb_host_device_open()