Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/
Dusb.h47 uint8_t max_packet_size; member
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c959 ep_ctx.max_packet_size = max_packet; in xhci_initialize_ep()
973 ep_ctx.max_packet_size = max_packet & 0x7ff; in xhci_initialize_ep()
1021 …kdebug("ep.type=%d, max_packet=%d, dequeue_ptr=%#018lx", ep.ep_type, ep.max_packet_size, ep.tr_deq… in xhci_set_address()
1395 count = xhci_control_in(id, &ctrl_in_packet, target, port_id, dev_desc->max_packet_size); in xhci_get_desc()
1412 count = xhci_control_out(id, &ctrl_out_packet, NULL, port_id, dev_desc->max_packet_size); in xhci_set_configuration()
1617 …dev_desc->_class, dev_desc->subclass, dev_desc->protocol, dev_desc->max_packet_size, dev_desc->ven… in xhci_get_descriptor()
1707 xhci_control_out(id, &ctrl_out_packet, NULL, port_id, dev_desc->max_packet_size); in xhci_hid_set_idle()
1729 …e_ep(id, slot_context_vaddr, port_id, ep_num, xhci_hc[id].ports[port_id].dev_desc->max_packet_size, in xhci_configure_endpoint()
Dxhci.h477 uint16_t max_packet_size; member