Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c306 memcpy(ep->buf, &vhub->vhub_hub_desc, dsize); in ast_vhub_rep_desc()
307 BUILD_BUG_ON(dsize > sizeof(vhub->vhub_hub_desc)); in ast_vhub_rep_desc()
1054 memcpy(&vhub->vhub_hub_desc, &ast_vhub_hub_desc, in ast_vhub_init_desc()
1055 sizeof(vhub->vhub_hub_desc)); in ast_vhub_init_desc()
1056 vhub->vhub_hub_desc.bNbrPorts = vhub->max_ports; in ast_vhub_init_desc()
H A Dvhub.h426 struct usb_hub_descriptor vhub_hub_desc; member