Searched defs:isa_device (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Disa.h12 struct isa_device { struct
52 int ( * probe ) ( struct isa_device *isa );
58 void ( * remove ) ( struct isa_device *isa );
73 static inline void isa_set_drvdata ( struct isa_device *isa, void *priv ) {
83 static inline void * isa_get_drvdata ( struct isa_device *isa ) {

Completed in 60 milliseconds