#include <device.h>
Data Fields | |
usb_address_t | address |
Current device address. | |
usbvirt_descriptors_t * | descriptors |
Device descriptors. | |
void * | device_data |
Custom device data. | |
const char * | name |
Name for debugging purposes. | |
usbvirt_device_ops_t * | ops |
Device ops. | |
usbvirt_device_state_t | state |
Current device state. | |
int | vhc_phone |
Phone to the host controller. |
Definition at line 179 of file device.h.
int vhc_phone |