Home
last modified time | relevance | path

Searched refs:mwifiex_add_card (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dmain.c1102 mwifiex_add_card(void *card, struct semaphore *sem, in mwifiex_add_card() function
1190 EXPORT_SYMBOL_GPL(mwifiex_add_card);
Dusb.c437 ret = mwifiex_add_card(card, &add_remove_card_sem, &usb_ops, in mwifiex_usb_probe()
Dmain.h1257 int mwifiex_add_card(void *, struct semaphore *, struct mwifiex_if_ops *, u8);
Dsdio.c124 if (mwifiex_add_card(card, &add_remove_card_sem, &sdio_ops, in mwifiex_sdio_probe()
Dpcie.c210 if (mwifiex_add_card(card, &add_remove_card_sem, &pcie_ops, in mwifiex_pcie_probe()