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

/external/syslinux/gpxe/src/include/gpxe/
H A Dmca.h38 struct mca_device { struct
72 int ( * probe ) ( struct mca_device *mca,
79 void ( * remove ) ( struct mca_device *mca );
94 static inline void mca_set_drvdata ( struct mca_device *mca, void *priv ) {
104 static inline void * mca_get_drvdata ( struct mca_device *mca ) {

Completed in 172 milliseconds