Searched refs:max_packet_size (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.3/kernel/src/driver/usb/ |
D | usb.h | 47 uint8_t max_packet_size; member
|
/DragonOS-0.1.3/kernel/src/driver/usb/xhci/ |
D | xhci.c | 957 ep_ctx.max_packet_size = max_packet; in xhci_initialize_ep() 971 ep_ctx.max_packet_size = max_packet & 0x7ff; in xhci_initialize_ep() 1019 …kdebug("ep.type=%d, max_packet=%d, dequeue_ptr=%#018lx", ep.ep_type, ep.max_packet_size, ep.tr_deq… in xhci_set_address() 1393 count = xhci_control_in(id, &ctrl_in_packet, target, port_id, dev_desc->max_packet_size); in xhci_get_desc() 1410 count = xhci_control_out(id, &ctrl_out_packet, NULL, port_id, dev_desc->max_packet_size); in xhci_set_configuration() 1615 …dev_desc->_class, dev_desc->subclass, dev_desc->protocol, dev_desc->max_packet_size, dev_desc->ven… in xhci_get_descriptor() 1705 xhci_control_out(id, &ctrl_out_packet, NULL, port_id, dev_desc->max_packet_size); in xhci_hid_set_idle() 1727 …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()
|
D | xhci.h | 477 uint16_t max_packet_size; member
|