Home
last modified time | relevance | path

Searched defs:icnss_driver_ops (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/platform/inc/
H A Dicnss2.h55 struct icnss_driver_ops { struct
56 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 …]