Searched refs:brcmf_sdio (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.h | 177 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);
|
D | sdio.c | 431 struct brcmf_sdio { struct 734 static bool data_ok(struct brcmf_sdio *bus) in data_ok() 744 static int r_sdreg32(struct brcmf_sdio *bus, u32 *regvar, u32 offset) in r_sdreg32() 755 static int w_sdreg32(struct brcmf_sdio *bus, u32 regval, u32 reg_offset) in w_sdreg32() 767 brcmf_sdio_kso_control(struct brcmf_sdio *bus, bool on) in brcmf_sdio_kso_control() 827 static int brcmf_sdio_htclk(struct brcmf_sdio *bus, bool on, bool pendok) in brcmf_sdio_htclk() 948 static int brcmf_sdio_sdclk(struct brcmf_sdio *bus, bool on) in brcmf_sdio_sdclk() 961 static int brcmf_sdio_clkctl(struct brcmf_sdio *bus, uint target, bool pendok) in brcmf_sdio_clkctl() 1009 brcmf_sdio_bus_sleep(struct brcmf_sdio *bus, bool sleep, bool pendok) in brcmf_sdio_bus_sleep() 1070 static int brcmf_sdio_readshared(struct brcmf_sdio *bus, in brcmf_sdio_readshared() [all …]
|