Searched defs:wil_platform_ops (Results 1 – 1 of 1) sorted by relevance
36 struct wil_platform_ops { struct37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);38 int (*suspend)(void *handle, bool keep_device_power);39 int (*resume)(void *handle, bool device_powered_on);40 void (*uninit)(void *handle);41 int (*notify)(void *handle, enum wil_platform_event evt);42 int (*get_capa)(void *handle);43 void (*set_features)(void *handle, int features);
Completed in 3 milliseconds