Searched refs:mwifiex_add_card (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/mwifiex/ |
D | main.c | 1315 mwifiex_add_card(void *card, struct semaphore *sem, in mwifiex_add_card() function 1403 EXPORT_SYMBOL_GPL(mwifiex_add_card);
|
D | usb.c | 495 ret = mwifiex_add_card(card, &add_remove_card_sem, &usb_ops, in mwifiex_usb_probe()
|
D | main.h | 1366 int mwifiex_add_card(void *, struct semaphore *, struct mwifiex_if_ops *, u8);
|
D | sdio.c | 130 if (mwifiex_add_card(card, &add_remove_card_sem, &sdio_ops, in mwifiex_sdio_probe()
|
D | pcie.c | 212 if (mwifiex_add_card(card, &add_remove_card_sem, &pcie_ops, in mwifiex_pcie_probe()
|