Searched defs:wil_platform_ops (Results 1 – 1 of 1) sorted by relevance
34 struct wil_platform_ops { struct35 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);36 int (*suspend)(void *handle);37 int (*resume)(void *handle);38 void (*uninit)(void *handle);39 int (*notify)(void *handle, enum wil_platform_event evt);