Home
last modified time | relevance | path

Searched defs:mwifiex_if_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dmain.h834 struct mwifiex_if_ops { struct
835 int (*init_if) (struct mwifiex_adapter *);
836 void (*cleanup_if) (struct mwifiex_adapter *);
837 int (*check_fw_status) (struct mwifiex_adapter *, u32);
838 int (*check_winner_status)(struct mwifiex_adapter *);
839 int (*prog_fw) (struct mwifiex_adapter *, struct mwifiex_fw_image *);
840 int (*register_dev) (struct mwifiex_adapter *);
841 void (*unregister_dev) (struct mwifiex_adapter *);
842 int (*enable_int) (struct mwifiex_adapter *);
843 void (*disable_int) (struct mwifiex_adapter *);
[all …]