Searched defs:xhci_port_info_t (Results 1 – 1 of 1) sorted by relevance
506 struct xhci_port_info_t struct508 uint8_t flags; // port flags509 uint8_t paired_port_num; // 与当前端口所配对的另一个端口(相同物理接口的不同速度的port)510 uint8_t offset; // offset of this port within this protocal511 uint8_t reserved;512 uint8_t slot_id; // address device获得的slot id513 struct usb_device_desc *dev_desc; // 指向设备描述符结构体的指针514 struct xhci_ep_info_t ep_info[32]; // 各个端点的信息