Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/
A Dwil_platform.h36 struct wil_platform_ops { struct
37 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