Searched refs:pendok (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c685 static int brcmf_sdbrcm_htclk(struct brcmf_sdio *bus, bool on, bool pendok) argument
716 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) {
819 static int brcmf_sdbrcm_clkctl(struct brcmf_sdio *bus, uint target, bool pendok) argument
842 brcmf_sdbrcm_htclk(bus, true, pendok);
/drivers/net/wireless/bcmdhd/
H A Ddhd_sdio.c565 static int dhdsdio_clkctl(dhd_bus_t *bus, uint target, bool pendok);
1005 dhdsdio_htclk(dhd_bus_t *bus, bool on, bool pendok) argument
1016 pendok = FALSE;
1053 if (pendok &&
1068 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) {
1239 dhdsdio_clkctl(dhd_bus_t *bus, uint target, bool pendok) argument
1266 ret = dhdsdio_htclk(bus, TRUE, pendok);

Completed in 57 milliseconds