Home
last modified time | relevance | path

Searched refs:total_len (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/usb/
Dusb.h67 uint16_t total_len; /* member
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c1433 conf_desc->type, conf_desc->len, conf_desc->total_len, conf_desc->num_interfaces, in xhci_get_config_desc()
1454 return xhci_get_desc(id, port_id, target, USB_DT_CONFIG, 0, 0, conf_desc->total_len); in xhci_get_config_desc_full()
1472 uint32_t total_len = ((struct usb_config_desc *)in_buf)->total_len; in xhci_get_interface_desc() local
1474 while (pos < total_len) in xhci_get_interface_desc()
1810 full_conf = kzalloc(conf_desc.total_len, 0); in xhci_configure_port()
2036 uint32_t total_len = ((struct usb_config_desc *)full_conf)->total_len; in xhci_get_hid_descriptor() local
2038 while (pos < total_len) in xhci_get_hid_descriptor()
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.c1278 int total_len = 0; in fat32_readdir() local
1280 for (int j = 0; j < 8; ++j, ++total_len) in fat32_readdir()
1303 for (int j = 0; j < 3; ++j, ++total_len) in fat32_readdir()
1314 if (total_len == 8) // 没有扩展名 in fat32_readdir()