Searched defs:wlcore_ops (Results 1 – 1 of 1) sorted by relevance
48 struct wlcore_ops { struct49 int (*setup)(struct wl1271 *wl);50 int (*identify_chip)(struct wl1271 *wl);51 int (*identify_fw)(struct wl1271 *wl);52 int (*boot)(struct wl1271 *wl);53 int (*plt_init)(struct wl1271 *wl);54 int (*trigger_cmd)(struct wl1271 *wl, int cmd_box_addr,56 int (*ack_event)(struct wl1271 *wl);57 int (*wait_for_event)(struct wl1271 *wl, enum wlcore_wait_event event,59 int (*process_mailbox_events)(struct wl1271 *wl);[all …]