Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c46 … const int max_packet, const int max_burst, const int type, const int direction,
54 const uint8_t direction);
56 uint8_t direction, const int max_packet, const uint64_t status_vaddr);
57 static int xhci_status_stage(struct xhci_ep_info_t *ep, uint8_t direction, uint64_t status_buf_vadd…
934 … const int max_packet, const int max_burst, const int type, const int direction, in xhci_initialize_ep() argument
1066 const uint8_t direction) in xhci_setup_stage() argument
1081 trb.trt = direction; in xhci_setup_stage()
1101 uint8_t direction, const int max_packet, const uint64_t status_vaddr) in xhci_data_stage() argument
1118 trb.dir = direction; in xhci_data_stage()
1134 direction = 0; in xhci_data_stage()
[all …]
/DragonOS-0.1.7/kernel/src/libs/
Drbtree.rs378 fn tree_print(&self, node: NodePtr<K, V>, direction: i32) { in tree_print()
382 if direction == 0 { in tree_print()
387 let direct = if direction == -1 { "left" } else { "right" }; in tree_print()