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