Searched defs:icnss_driver_ops (Results 1 – 1 of 1) sorted by relevance
55 struct icnss_driver_ops { struct56 char *name;57 struct device_info *dev_info;58 unsigned long drv_state;59 struct device_driver driver;60 int (*probe)(struct device *dev);61 void (*remove)(struct device *dev);62 void (*shutdown)(struct device *dev);63 int (*reinit)(struct device *dev);64 void (*crash_shutdown)(void *pdev);[all …]