Searched refs:mca_device (Results 1 – 4 of 4) sorted by relevance
38 struct mca_device { struct72 int ( * probe ) ( struct mca_device *mca, argument79 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()
29 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()
25 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()
151 _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 ) { \