Crate _usb_vsock_service_driver_rustc

Source

Modulesยง

vsock_service ๐Ÿ”’

Structsยง

UsbCallbackHandler ๐Ÿ”’
Processes a stream of device connections from the parent driver, and for each one initiates a UsbConnection process to handle individual connections to the host process.
UsbConnection ๐Ÿ”’
Processes a connection to the underlying USB device through a datagram socket where each packet received or sent corresponds to a USB bulk transfer buffer. It will call the callback with a new link and close the old one whenever a magic reset packet is received from the host.
UsbVsockServiceDriver ๐Ÿ”’

Staticsยง

MTU ๐Ÿ”’
__fuchsia_driver_registration__

Functionsยง

get_usb_device ๐Ÿ”’
read_packet_stream ๐Ÿ”’
run_connection ๐Ÿ”’
usb_socket_reader ๐Ÿ”’
usb_socket_writer ๐Ÿ”’