Home
last modified time | relevance | path

Searched refs:vhub_hub_desc (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c307 memcpy(ep->buf, &vhub->vhub_hub_desc, dsize); in ast_vhub_rep_desc()
308 BUILD_BUG_ON(dsize > sizeof(vhub->vhub_hub_desc)); in ast_vhub_rep_desc()
1055 memcpy(&vhub->vhub_hub_desc, &ast_vhub_hub_desc, in ast_vhub_init_desc()
1056 sizeof(vhub->vhub_hub_desc)); in ast_vhub_init_desc()
1057 vhub->vhub_hub_desc.bNbrPorts = vhub->max_ports; in ast_vhub_init_desc()
Dvhub.h426 struct usb_hub_descriptor vhub_hub_desc; member