Home
last modified time | relevance | path

Searched refs:brcmf_sdio (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.h177 struct brcmf_sdio;
184 struct brcmf_sdio *bus;
368 struct brcmf_sdio *brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev);
369 void brcmf_sdio_remove(struct brcmf_sdio *bus);
370 void brcmf_sdio_isr(struct brcmf_sdio *bus);
372 void brcmf_sdio_wd_timer(struct brcmf_sdio *bus, uint wdtick);
374 int brcmf_sdio_sleep(struct brcmf_sdio *bus, bool sleep);
375 void brcmf_sdio_trigger_dpc(struct brcmf_sdio *bus);
Dsdio.c433 struct brcmf_sdio { struct
741 static bool data_ok(struct brcmf_sdio *bus) in data_ok()
751 static int r_sdreg32(struct brcmf_sdio *bus, u32 *regvar, u32 offset) in r_sdreg32()
762 static int w_sdreg32(struct brcmf_sdio *bus, u32 regval, u32 reg_offset) in w_sdreg32()
774 brcmf_sdio_kso_control(struct brcmf_sdio *bus, bool on) in brcmf_sdio_kso_control()
834 static int brcmf_sdio_htclk(struct brcmf_sdio *bus, bool on, bool pendok) in brcmf_sdio_htclk()
955 static int brcmf_sdio_sdclk(struct brcmf_sdio *bus, bool on) in brcmf_sdio_sdclk()
968 static int brcmf_sdio_clkctl(struct brcmf_sdio *bus, uint target, bool pendok) in brcmf_sdio_clkctl()
1016 brcmf_sdio_bus_sleep(struct brcmf_sdio *bus, bool sleep, bool pendok) in brcmf_sdio_bus_sleep()
1077 static int brcmf_sdio_readshared(struct brcmf_sdio *bus, in brcmf_sdio_readshared()
[all …]