Home
last modified time | relevance | path

Searched refs:handle_static_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h163 if (wl->ops->handle_static_data) in wlcore_handle_static_data()
164 return wl->ops->handle_static_data(wl, static_data); in wlcore_handle_static_data()
H A Dwlcore.h80 int (*handle_static_data)(struct wl1271 *wl, member