Lines Matching +full:host +full:- +full:io
2 * Copyright (c) 2016-2019 Intel Corporation
3 * Copyright (c) 2023-2024 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
13 * See https://wicg.github.io/webusb for reference.
31 * https://wicg.github.io/webusb/#webusb-platform-capability-descriptor
40 * 3408b638-09a9-47a0-8bfd-a0768815b665
57 /* WebUSB URL Descriptor, see https://wicg.github.io/webusb/#webusb-descriptors */
59 /* bLength, bDescriptorType, bScheme, UTF-8 encoded URL */
68 LOG_INF("Vendor callback to host"); in webusb_to_host_cb()
70 if (setup->wIndex == WEBUSB_REQ_GET_URL) { in webusb_to_host_cb()
71 uint8_t index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in webusb_to_host_cb()
74 return -ENOTSUP; in webusb_to_host_cb()
84 return -ENOTSUP; in webusb_to_host_cb()