Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c320 list_for_each_entry(container, &vhub->vhub_str_desc, list) { in ast_vhub_collect_languages()
341 list_for_each_entry(container, &vhub->vhub_str_desc, list) { in ast_vhub_lookup_string()
954 list_add_tail(&container->list, &vhub->vhub_str_desc); in ast_vhub_str_alloc_add()
1034 INIT_LIST_HEAD(&vhub->vhub_str_desc); in ast_vhub_init_desc()
Dvhub.h427 struct list_head vhub_str_desc; member