構造体定義書 HotDocument 今井浩司

usbdevice

構文構文

struct usbdevice

ファイル名ファイル名

lsusb-t.c

構造体情報構造体情報

No. 名称 属性説明
1
usbdevice   
  list list_head connect devices independant of the bus
  next usbdevice * next port on this hub
  first_interface usbinterface * list of interfaces
  first_child usbdevice * connect devices on this port
  parent usbdevice * hub this device is connected to
  busnum unsigned int  
  parent_portnum unsigned int  
  portnum unsigned int  
  bConfigurationValue unsigned int  
  bDeviceClass unsigned int  
  bDeviceProtocol unsigned int  
  bDeviceSubClass unsigned int  
  bMaxPacketSize0 unsigned int  
  bMaxPower[64] char  
  bNumConfigurations unsigned int  
  bNumInterfaces unsigned int  
  bcdDevice unsigned int  
  bmAttributes unsigned int  
  configuration unsigned int  
  devnum unsigned int  
  idProduct unsigned int  
  idVendor unsigned int  
  maxchild unsigned int  
  manufacturer[64] char  
  product[64] char  
  serial[64] char  
  version[64] char  
  speed[4 + 1] char '1.5','12','480' + '\n'
  name[MY_SYSFS_FILENAME_LEN] char  
  driver[MY_SYSFS_FILENAME_LEN] char  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー