Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Dmain.h825 struct mwifiex_if_ops { struct
826 int (*init_if) (struct mwifiex_adapter *);
827 void (*cleanup_if) (struct mwifiex_adapter *);
828 int (*check_fw_status) (struct mwifiex_adapter *, u32);
829 int (*check_winner_status)(struct mwifiex_adapter *);
830 int (*prog_fw) (struct mwifiex_adapter *, struct mwifiex_fw_image *);
831 int (*register_dev) (struct mwifiex_adapter *);
832 void (*unregister_dev) (struct mwifiex_adapter *);
833 int (*enable_int) (struct mwifiex_adapter *);
834 void (*disable_int) (struct mwifiex_adapter *);
[all …]