Lines Matching refs:func1

110 				  &sdiodev->func1->dev);  in brcmf_sdiod_intr_register()
124 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register()
151 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register()
154 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register()
155 sdio_claim_irq(sdiodev->func1, brcmf_sdiod_ib_irqhandler); in brcmf_sdiod_intr_register()
157 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register()
175 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
178 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
185 free_irq(pdata->oob_irq_nr, &sdiodev->func1->dev); in brcmf_sdiod_intr_unregister()
191 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
193 sdio_release_irq(sdiodev->func1); in brcmf_sdiod_intr_unregister()
194 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
256 data = sdio_readl(sdiodev->func1, addr, &retval); in brcmf_sdiod_readl()
277 sdio_writel(sdiodev->func1, data, addr, &retval); in brcmf_sdiod_writel()
687 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_ramrw()
707 err = brcmf_sdiod_skbuff_write(sdiodev, sdiodev->func1, in brcmf_sdiod_ramrw()
710 err = brcmf_sdiod_skbuff_read(sdiodev, sdiodev->func1, in brcmf_sdiod_ramrw()
734 sdio_release_host(sdiodev->func1); in brcmf_sdiod_ramrw()
819 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
821 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
827 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
829 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
884 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_remove()
885 sdio_disable_func(sdiodev->func1); in brcmf_sdiod_remove()
886 sdio_release_host(sdiodev->func1); in brcmf_sdiod_remove()
891 pm_runtime_allow(sdiodev->func1->card->host->parent); in brcmf_sdiod_remove()
907 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_probe()
909 ret = sdio_set_block_size(sdiodev->func1, SDIO_FUNC1_BLOCKSIZE); in brcmf_sdiod_probe()
912 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
918 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
926 ret = sdio_enable_func(sdiodev->func1); in brcmf_sdiod_probe()
927 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
1033 sdiodev->func1 = func->card->sdio_func[0]; in brcmf_ops_sdio_probe()
1040 dev_set_drvdata(&sdiodev->func1->dev, bus_if); in brcmf_ops_sdio_probe()
1041 sdiodev->dev = &sdiodev->func1->dev; in brcmf_ops_sdio_probe()
1057 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_probe()
1086 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_remove()
1132 if (sdio_set_host_pm_flags(sdiodev->func1, sdio_flags)) in brcmf_ops_sdio_suspend()