Home
last modified time | relevance | path

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

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