Searched defs:wil_platform_ops (Results 1 – 1 of 1) sorted by relevance
47 struct wil_platform_ops { struct48 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);49 int (*suspend)(void *handle, bool keep_device_power);50 int (*resume)(void *handle, bool device_powered_on);51 void (*uninit)(void *handle);52 int (*notify)(void *handle, enum wil_platform_event evt);53 int (*get_capa)(void *handle);54 void (*set_features)(void *handle, int features);