KolibriOS kernel
usb_interface_data Struct Reference

Interface-specific data. Several interfaces of one device can operate independently, each is controlled by some driver and is identified by some driver-specific data passed as is to the driver. More...

Public Attributes

dd DriverData
 
dd DriverFunc
 

Detailed Description

Interface-specific data. Several interfaces of one device can operate independently, each is controlled by some driver and is identified by some driver-specific data passed as is to the driver.

Source
bus/usb/common.inc:408

Member Data Documentation

◆ DriverData

dd usb_interface_data::DriverData

◆ DriverFunc

dd usb_interface_data::DriverFunc

Passed as is to the driver.


The documentation for this struct was generated from the following file: