PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
usbm_load_entry Struct Reference
+ Collaboration diagram for usbm_load_entry:

Data Fields

struct usbm_load_entrym_next
 
char * m_devicename
 
int m_vendor
 
int m_product
 
int m_release
 
int m_class
 
int m_subclass
 
int m_protocol
 
char * m_category
 
char * m_driverpath
 
char * m_driverargs [8]
 
int m_driverargs_len
 
int m_pad1 [1]
 
int m_ldd_module_id
 
int m_pad2 [15]
 

Detailed Description

Definition at line 19 of file usbmload.c.

Field Documentation

◆ m_next

struct usbm_load_entry* usbm_load_entry::m_next

Definition at line 21 of file usbmload.c.

◆ m_devicename

char* usbm_load_entry::m_devicename

Definition at line 22 of file usbmload.c.

◆ m_vendor

int usbm_load_entry::m_vendor

Definition at line 23 of file usbmload.c.

◆ m_product

int usbm_load_entry::m_product

Definition at line 24 of file usbmload.c.

◆ m_release

int usbm_load_entry::m_release

Definition at line 25 of file usbmload.c.

◆ m_class

int usbm_load_entry::m_class

Definition at line 26 of file usbmload.c.

◆ m_subclass

int usbm_load_entry::m_subclass

Definition at line 27 of file usbmload.c.

◆ m_protocol

int usbm_load_entry::m_protocol

Definition at line 28 of file usbmload.c.

◆ m_category

char* usbm_load_entry::m_category

Definition at line 29 of file usbmload.c.

◆ m_driverpath

char* usbm_load_entry::m_driverpath

Definition at line 30 of file usbmload.c.

◆ m_driverargs

char* usbm_load_entry::m_driverargs[8]

Definition at line 31 of file usbmload.c.

◆ m_driverargs_len

int usbm_load_entry::m_driverargs_len

Definition at line 32 of file usbmload.c.

◆ m_pad1

int usbm_load_entry::m_pad1[1]

Definition at line 33 of file usbmload.c.

◆ m_ldd_module_id

int usbm_load_entry::m_ldd_module_id

Definition at line 34 of file usbmload.c.

◆ m_pad2

int usbm_load_entry::m_pad2[15]

Definition at line 35 of file usbmload.c.


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