Lines Matching refs:func1
121 &sdiodev->func1->dev); in brcmf_sdiod_intr_register()
135 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register()
162 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register()
165 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register()
166 sdio_claim_irq(sdiodev->func1, brcmf_sdiod_ib_irqhandler); in brcmf_sdiod_intr_register()
168 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register()
186 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
189 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
196 free_irq(pdata->oob_irq_nr, &sdiodev->func1->dev); in brcmf_sdiod_intr_unregister()
202 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
204 sdio_release_irq(sdiodev->func1); in brcmf_sdiod_intr_unregister()
205 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
267 data = sdio_readl(sdiodev->func1, addr, &retval); in brcmf_sdiod_readl()
288 sdio_writel(sdiodev->func1, data, addr, &retval); in brcmf_sdiod_writel()
689 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_ramrw()
709 err = brcmf_sdiod_skbuff_write(sdiodev, sdiodev->func1, in brcmf_sdiod_ramrw()
712 err = brcmf_sdiod_skbuff_read(sdiodev, sdiodev->func1, in brcmf_sdiod_ramrw()
736 sdio_release_host(sdiodev->func1); in brcmf_sdiod_ramrw()
821 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
823 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
829 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
831 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
886 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_remove()
887 sdio_disable_func(sdiodev->func1); in brcmf_sdiod_remove()
888 sdio_release_host(sdiodev->func1); in brcmf_sdiod_remove()
893 pm_runtime_allow(sdiodev->func1->card->host->parent); in brcmf_sdiod_remove()
909 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_probe()
911 ret = sdio_set_block_size(sdiodev->func1, SDIO_FUNC1_BLOCKSIZE); in brcmf_sdiod_probe()
914 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
920 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
928 ret = sdio_enable_func(sdiodev->func1); in brcmf_sdiod_probe()
929 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
1034 sdiodev->func1 = func->card->sdio_func[0]; in brcmf_ops_sdio_probe()
1041 dev_set_drvdata(&sdiodev->func1->dev, bus_if); in brcmf_ops_sdio_probe()
1042 sdiodev->dev = &sdiodev->func1->dev; in brcmf_ops_sdio_probe()
1058 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_probe()
1087 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_remove()
1133 if (sdio_set_host_pm_flags(sdiodev->func1, sdio_flags)) in brcmf_ops_sdio_suspend()