Home
last modified time | relevance | path

Searched refs:mca_device (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dmca.h38 struct mca_device { struct
72 int ( * probe ) ( struct mca_device *mca, argument
79 void ( * remove ) ( struct mca_device *mca );
94 static inline void mca_set_drvdata ( struct mca_device *mca, void *priv ) { in mca_set_drvdata()
104 static inline void * mca_get_drvdata ( struct mca_device *mca ) { in mca_get_drvdata()
/external/syslinux/gpxe/src/drivers/bus/
Dmca.c29 static int mca_probe ( struct mca_device *mca ) { in mca_probe()
66 static void mca_remove ( struct mca_device *mca ) { in mca_remove()
80 struct mca_device *mca = NULL; in mcabus_probe()
156 struct mca_device *mca; in mcabus_remove()
157 struct mca_device *tmp; in mcabus_remove()
/external/syslinux/gpxe/src/drivers/net/
D3c529.c25 static int t529_probe ( struct nic *nic, struct mca_device *mca ) { in t529_probe()
37 static void t529_disable ( struct nic *nic, struct mca_device *mca __unused ) { in t529_disable()
/external/syslinux/gpxe/src/include/
Dnic.h151 _name ## _mca_legacy_probe ( struct mca_device *mca, \
154 _name ## _mca_legacy_remove ( struct mca_device *mca ); \
250 _name ## _mca_legacy_probe ( struct mca_device *mca, \
257 _name ## _mca_legacy_remove ( struct mca_device *mca ) { \