Searched refs:to_host (Results 1 – 3 of 3) sorted by relevance
137 int (*to_host)(const struct usbd_context *const ctx, member686 .to_host = vto_host, \
364 if (vreq_nd->to_dev == NULL && vreq_nd->to_host == NULL) { in usbd_device_register_vreq()
945 if (reqtype_is_to_host(setup) && vreq_nd->to_host != NULL) { in vendor_device_request()947 errno = vreq_nd->to_host(uds_ctx, setup, buf); in vendor_device_request()