Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dwil_platform.h34 struct wil_platform_ops { struct
35 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);