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()
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()
822 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
824 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_on()
830 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
832 sdio_release_host(sdiodev->func1); in brcmf_sdiod_freezer_off()
875 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_remove()
877 sdio_disable_func(sdiodev->func1); in brcmf_sdiod_remove()
878 sdio_release_host(sdiodev->func1); in brcmf_sdiod_remove()
883 pm_runtime_allow(sdiodev->func1->card->host->parent); in brcmf_sdiod_remove()
900 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_probe()
902 ret = sdio_set_block_size(sdiodev->func1, SDIO_FUNC1_BLOCKSIZE); in brcmf_sdiod_probe()
905 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
927 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
937 ret = sdio_enable_func(sdiodev->func1); in brcmf_sdiod_probe()
938 sdio_release_host(sdiodev->func1); in brcmf_sdiod_probe()
1009 adev = ACPI_COMPANION(&sdiodev->func1->dev); in brcmf_sdiod_acpi_save_power_manageable()
1025 adev = ACPI_COMPANION(&sdiodev->func1->dev); in brcmf_sdiod_acpi_set_power_manageable()
1076 sdiodev->func1 = func->card->sdio_func[0]; in brcmf_ops_sdio_probe()
1084 dev_set_drvdata(&sdiodev->func1->dev, bus_if); in brcmf_ops_sdio_probe()
1085 sdiodev->dev = &sdiodev->func1->dev; in brcmf_ops_sdio_probe()
1102 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_probe()
1131 dev_set_drvdata(&sdiodev->func1->dev, NULL); in brcmf_ops_sdio_remove()
1145 mmc_pm_flag_t pm_caps = sdio_get_host_pm_caps(sdiodev->func1); in brcmf_sdio_wowl_config()
1191 if (sdio_set_host_pm_flags(sdiodev->func1, sdio_flags)) in brcmf_ops_sdio_suspend()