Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/usb/
Dusb.h46 uint8_t protocol; member
/DragonOS-0.1.7/kernel/src/net/
Dsocket.rs132 pub fn new(protocol: Protocol, options: SocketOptions) -> Self { in new()
141 let protocol: u8 = protocol.into(); in new() localVariable
144 wire::IpProtocol::from(protocol), in new()
Dsyscall.rs27 let protocol: usize = regs.r10 as usize; in sys_socket() localVariable
29 return do_socket(address_family, socket_type, protocol) in sys_socket()
42 protocol: usize, in do_socket()
53 Protocol::from(protocol as u8), in do_socket()
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c1617 …dev_desc->_class, dev_desc->subclass, dev_desc->protocol, dev_desc->max_packet_size, dev_desc->ven… in xhci_get_descriptor()