| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_sdio_mmc.c | 133 data = sdio_f0_readb(((struct sdio_mmc_card *)handle->card)-> in woal_dump_sdio_reg() 141 data = sdio_readb(((struct sdio_mmc_card *)handle->card)->func, in woal_dump_sdio_reg() 163 struct sdio_mmc_card *card; in woal_sdio_interrupt() 193 struct sdio_mmc_card *card = NULL; in woal_sdio_probe() 200 card = kzalloc(sizeof(struct sdio_mmc_card), GFP_KERNEL); in woal_sdio_probe() 258 struct sdio_mmc_card *card; in woal_sdio_remove() 288 sdio_func_suspended(((struct sdio_mmc_card *)handle->card)-> in woal_wlan_is_suspended() 309 struct sdio_mmc_card *cardp; in woal_sdio_shutdown() 393 struct sdio_mmc_card *cardp; in woal_sdio_suspend() 509 struct sdio_mmc_card *cardp; in woal_sdio_resume() [all …]
|
| H A D | moal_sdio.h | 131 struct sdio_mmc_card { struct
|
| H A D | moal_main.c | 1513 ((struct sdio_mmc_card *)handle->card)->func->card->host-> in woal_init_sw() 1516 ((struct sdio_mmc_card *)handle->card)->func->card->host-> in woal_init_sw() 1577 sdio_claim_host(((struct sdio_mmc_card *)handle->card)->func); in woal_init_sw() 1584 sdio_release_host(((struct sdio_mmc_card *)handle->card)->func); in woal_init_sw() 2513 sdio_claim_host(((struct sdio_mmc_card *)handle->card)->func); 2521 sdio_release_host(((struct sdio_mmc_card *)handle->card)->func); 2686 sdio_claim_host(((struct sdio_mmc_card *)handle->card)->func); 2690 sdio_release_host(((struct sdio_mmc_card *)handle->card)->func); 2825 sdio_claim_host(((struct sdio_mmc_card *)handle->card)->func); 2829 sdio_release_host(((struct sdio_mmc_card *)handle->card)->func); [all …]
|
| H A D | moal_uap.c | 515 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_uap_sdcmd52_rw() 518 data = sdio_readb(((struct sdio_mmc_card *)priv-> in woal_uap_sdcmd52_rw() 521 data = sdio_f0_readb(((struct sdio_mmc_card *)priv-> in woal_uap_sdcmd52_rw() 523 sdio_release_host(((struct sdio_mmc_card *)priv->phandle-> in woal_uap_sdcmd52_rw() 536 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_uap_sdcmd52_rw() 539 sdio_writeb(((struct sdio_mmc_card *)priv->phandle-> in woal_uap_sdcmd52_rw() 542 sdio_f0_writeb(((struct sdio_mmc_card *)priv->phandle-> in woal_uap_sdcmd52_rw() 544 sdio_release_host(((struct sdio_mmc_card *)priv->phandle-> in woal_uap_sdcmd52_rw()
|
| H A D | moal_priv.c | 5121 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_cmd52rdwr_ioctl() 5124 data = sdio_readb(((struct sdio_mmc_card *)priv-> in woal_cmd52rdwr_ioctl() 5127 data = sdio_f0_readb(((struct sdio_mmc_card *)priv-> in woal_cmd52rdwr_ioctl() 5129 sdio_release_host(((struct sdio_mmc_card *)priv->phandle-> in woal_cmd52rdwr_ioctl() 5138 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_cmd52rdwr_ioctl() 5141 sdio_writeb(((struct sdio_mmc_card *)priv->phandle-> in woal_cmd52rdwr_ioctl() 5144 sdio_f0_writeb(((struct sdio_mmc_card *)priv->phandle-> in woal_cmd52rdwr_ioctl() 5146 sdio_release_host(((struct sdio_mmc_card *)priv->phandle-> in woal_cmd52rdwr_ioctl() 5236 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_cmd53rdwr_ioctl() 5239 (((struct sdio_mmc_card *)priv->phandle->card)->func, data, in woal_cmd53rdwr_ioctl() [all …]
|
| H A D | moal_eth_ioctl.c | 5497 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_priv_sdcmd52rw() 5500 data = sdio_readb(((struct sdio_mmc_card *)priv-> in woal_priv_sdcmd52rw() 5503 data = sdio_f0_readb(((struct sdio_mmc_card *)priv-> in woal_priv_sdcmd52rw() 5505 sdio_release_host(((struct sdio_mmc_card *)priv->phandle-> in woal_priv_sdcmd52rw() 5514 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_priv_sdcmd52rw() 5517 sdio_writeb(((struct sdio_mmc_card *)priv->phandle-> in woal_priv_sdcmd52rw() 5520 sdio_f0_writeb(((struct sdio_mmc_card *)priv->phandle-> in woal_priv_sdcmd52rw() 5522 sdio_release_host(((struct sdio_mmc_card *)priv->phandle-> in woal_priv_sdcmd52rw() 9983 sdio_claim_host(((struct sdio_mmc_card *)priv->phandle->card)-> in woal_priv_cmd53rdwr() 9986 (((struct sdio_mmc_card *)priv->phandle->card)->func, in woal_priv_cmd53rdwr() [all …]
|
| H A D | moal_ioctl.c | 2950 sdio_claim_host(((struct sdio_mmc_card *)handle->card)->func); in woal_enable_hs() 2971 sdio_release_host(((struct sdio_mmc_card *)handle->card)->func); in woal_enable_hs()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_sdio_mmc.c | 206 ((struct sdio_mmc_card *)handle->card)->func, 224 data = sdio_readb(((struct sdio_mmc_card *)handle->card)->func, 244 struct sdio_mmc_card *card; in woal_sdio_interrupt() 290 struct sdio_mmc_card *cardp_sd = (struct sdio_mmc_card *)card; in woal_update_card_type() 462 struct sdio_mmc_card *card = NULL; in woal_sdio_probe() 470 card = kzalloc(sizeof(struct sdio_mmc_card), GFP_KERNEL); in woal_sdio_probe() 543 struct sdio_mmc_card *card; in woal_sdio_remove() 576 ((struct sdio_mmc_card *)handle->card)->func); in woal_wlan_is_suspended() 591 struct sdio_mmc_card *cardp; in woal_sdio_shutdown() 671 struct sdio_mmc_card *cardp; in woal_sdio_suspend() [all …]
|
| H A D | moal_sdio.h | 186 struct sdio_mmc_card { struct
|
| H A D | moal_priv.c | 4876 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_cmd52rdwr_ioctl() 4879 ((struct sdio_mmc_card *)priv->phandle->card) in woal_cmd52rdwr_ioctl() 4884 ((struct sdio_mmc_card *)priv->phandle->card) in woal_cmd52rdwr_ioctl() 4888 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_cmd52rdwr_ioctl() 4908 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_cmd52rdwr_ioctl() 4911 ((struct sdio_mmc_card *)priv->phandle->card) in woal_cmd52rdwr_ioctl() 4916 ((struct sdio_mmc_card *)priv->phandle->card) in woal_cmd52rdwr_ioctl() 4920 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_cmd52rdwr_ioctl() 5018 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_cmd53rdwr_ioctl() 5020 ((struct sdio_mmc_card *)priv->phandle->card)->func, in woal_cmd53rdwr_ioctl() [all …]
|
| H A D | moal_uap.c | 664 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_uap_sdcmd52_rw() 667 ((struct sdio_mmc_card *)priv->phandle->card) in woal_uap_sdcmd52_rw() 672 ((struct sdio_mmc_card *)priv->phandle->card) in woal_uap_sdcmd52_rw() 676 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_uap_sdcmd52_rw() 700 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_uap_sdcmd52_rw() 703 ((struct sdio_mmc_card *)priv->phandle->card) in woal_uap_sdcmd52_rw() 708 ((struct sdio_mmc_card *)priv->phandle->card) in woal_uap_sdcmd52_rw() 712 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_uap_sdcmd52_rw()
|
| H A D | moal_eth_ioctl.c | 6913 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_priv_sdcmd52rw() 6916 ((struct sdio_mmc_card *)priv->phandle->card) in woal_priv_sdcmd52rw() 6921 ((struct sdio_mmc_card *)priv->phandle->card) in woal_priv_sdcmd52rw() 6925 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_priv_sdcmd52rw() 6945 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_priv_sdcmd52rw() 6948 ((struct sdio_mmc_card *)priv->phandle->card) in woal_priv_sdcmd52rw() 6953 ((struct sdio_mmc_card *)priv->phandle->card) in woal_priv_sdcmd52rw() 6957 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_priv_sdcmd52rw() 14019 ((struct sdio_mmc_card *)priv->phandle->card)->func); in woal_priv_cmd53rdwr() 14021 ((struct sdio_mmc_card *)priv->phandle->card)->func, in woal_priv_cmd53rdwr() [all …]
|
| H A D | moal_main.c | 2119 device.max_segs = ((struct sdio_mmc_card *)handle->card) 2121 device.max_seg_size = ((struct sdio_mmc_card *)handle->card) 11801 &(((struct sdio_mmc_card *)handle->card)->func)
|
| H A D | moal_ioctl.c | 3815 sdio_claim_host(((struct sdio_mmc_card *)handle->card)->func); in woal_enable_hs() 3845 sdio_release_host(((struct sdio_mmc_card *)handle->card)->func); in woal_enable_hs()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sdio.c | 520 struct sdio_mmc_card *card = NULL; in mwifiex_sdio_probe() 600 struct sdio_mmc_card *card; in mwifiex_sdio_resume() 643 struct sdio_mmc_card *card = adapter->card; in mwifiex_write_reg() 658 struct sdio_mmc_card *card = adapter->card; in mwifiex_read_reg() 679 struct sdio_mmc_card *card = adapter->card; in mwifiex_write_data_sync() 710 struct sdio_mmc_card *card = adapter->card; in mwifiex_read_data_sync() 735 struct sdio_mmc_card *card = adapter->card; in mwifiex_sdio_read_fw_status() 780 struct sdio_mmc_card *card = adapter->card; in mwifiex_check_winner_status() 801 struct sdio_mmc_card *card; in mwifiex_sdio_remove() 845 struct sdio_mmc_card *card; in mwifiex_sdio_suspend() [all …]
|
| H A D | sdio.h | 240 struct sdio_mmc_card { struct 314 mp_rx_aggr_port_limit_reached(struct sdio_mmc_card *card) in mp_rx_aggr_port_limit_reached() 340 mp_tx_aggr_port_limit_reached(struct sdio_mmc_card *card) in mp_tx_aggr_port_limit_reached() 366 static inline void mp_rx_aggr_setup(struct sdio_mmc_card *card, in mp_rx_aggr_setup()
|
| H A D | main.c | 1098 struct sdio_mmc_card *sdio_card; in mwifiex_drv_info_dump() 1135 sdio_card = (struct sdio_mmc_card *)adapter->card; in mwifiex_drv_info_dump()
|