Searched defs:wil_platform_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
| D | wil_platform.h | 36 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);
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
| D | wil_platform.h | 36 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);
|