Home
last modified time | relevance | path

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

/components/legacy/usb/usbdevice/core/
A Dusbdevice_core.c409 for(j=func->intf_list.next; j!=&func->intf_list; j=j->next) in _set_config()
1307 rt_list_init(&func->intf_list); in rt_usbd_function_new()
1429 for(j=func->intf_list.next; j!=&func->intf_list; j=j->next) in rt_usbd_find_interface()
1504 for(j=func->intf_list.next; j!=&func->intf_list; j=j->next) in rt_usbd_find_endpoint()
1555 for(j=func->intf_list.next; j!=&func->intf_list; j=j->next) in rt_usbd_device_add_config()
1629 rt_list_insert_before(&func->intf_list, &intf->list); in rt_usbd_function_add_interface()
/components/drivers/include/drivers/
A Dusb_device.h183 rt_list_t intf_list; member

Completed in 7 milliseconds