Lines Matching refs:func1
113 &sdiodev->func1->dev); in brcmf_sdiod_intr_register()
127 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register()
131 addr = brcmf_chip_enum_base(sdiodev->func1->device); in brcmf_sdiod_intr_register()
155 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register()
158 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register()
159 sdio_claim_irq(sdiodev->func1, brcmf_sdiod_ib_irqhandler); in brcmf_sdiod_intr_register()
161 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register()
179 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_unregister()
182 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()
692 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_ramrw()
712 err = brcmf_sdiod_skbuff_write(sdiodev, sdiodev->func1, in brcmf_sdiod_ramrw()
715 err = brcmf_sdiod_skbuff_read(sdiodev, sdiodev->func1, in brcmf_sdiod_ramrw()
739 sdio_release_host(sdiodev->func1); in brcmf_sdiod_ramrw()
827 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
829 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
835 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
837 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
880 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_remove()
882 sdio_disable_func(sdiodev->func1); in brcmf_sdiod_remove()
883 sdio_release_host(sdiodev->func1); in brcmf_sdiod_remove()
888 pm_runtime_allow(sdiodev->func1->card->host->parent); in brcmf_sdiod_remove()
905 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_probe()
907 ret = sdio_set_block_size(sdiodev->func1, SDIO_FUNC1_BLOCKSIZE); in brcmf_sdiod_probe()
910 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
932 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
942 ret = sdio_enable_func(sdiodev->func1); in brcmf_sdiod_probe()
943 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
1015 adev = ACPI_COMPANION(&sdiodev->func1->dev); in brcmf_sdiod_acpi_save_power_manageable()
1031 adev = ACPI_COMPANION(&sdiodev->func1->dev); in brcmf_sdiod_acpi_set_power_manageable()
1082 sdiodev->func1 = func->card->sdio_func[0]; in brcmf_ops_sdio_probe()
1090 dev_set_drvdata(&sdiodev->func1->dev, bus_if); in brcmf_ops_sdio_probe()
1091 sdiodev->dev = &sdiodev->func1->dev; in brcmf_ops_sdio_probe()
1108 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_probe()
1137 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_remove()
1151 mmc_pm_flag_t pm_caps = sdio_get_host_pm_caps(sdiodev->func1); in brcmf_sdio_wowl_config()
1202 if (sdio_set_host_pm_flags(sdiodev->func1, sdio_flags)) in brcmf_ops_sdio_suspend()