Searched defs:wlcore_ops (Results 1 – 1 of 1) sorted by relevance
37 struct wlcore_ops { struct38 int (*setup)(struct wl1271 *wl);39 int (*identify_chip)(struct wl1271 *wl);40 int (*identify_fw)(struct wl1271 *wl);41 int (*boot)(struct wl1271 *wl);42 int (*plt_init)(struct wl1271 *wl);43 int (*trigger_cmd)(struct wl1271 *wl, int cmd_box_addr,45 int (*ack_event)(struct wl1271 *wl);46 int (*wait_for_event)(struct wl1271 *wl, enum wlcore_wait_event event,48 int (*process_mailbox_events)(struct wl1271 *wl);[all …]