Searched refs:brcmf_sdio (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.h | 165 struct brcmf_sdio; 173 struct brcmf_sdio *bus; 362 void brcmf_sdio_remove(struct brcmf_sdio *bus); 363 void brcmf_sdio_isr(struct brcmf_sdio *bus, bool in_isr); 365 void brcmf_sdio_wd_timer(struct brcmf_sdio *bus, bool active); 367 int brcmf_sdio_sleep(struct brcmf_sdio *bus, bool sleep); 368 void brcmf_sdio_trigger_dpc(struct brcmf_sdio *bus);
|
| H A D | sdio.c | 437 struct brcmf_sdio { struct 677 static bool data_ok(struct brcmf_sdio *bus) in data_ok() 691 static bool txctl_ok(struct brcmf_sdio *bus) in txctl_ok() 698 brcmf_sdio_kso_control(struct brcmf_sdio *bus, bool on) in brcmf_sdio_kso_control() 784 static int brcmf_sdio_htclk(struct brcmf_sdio *bus, bool on, bool pendok) in brcmf_sdio_htclk() 904 static int brcmf_sdio_sdclk(struct brcmf_sdio *bus, bool on) in brcmf_sdio_sdclk() 917 static int brcmf_sdio_clkctl(struct brcmf_sdio *bus, uint target, bool pendok) in brcmf_sdio_clkctl() 965 brcmf_sdio_bus_sleep(struct brcmf_sdio *bus, bool sleep, bool pendok) in brcmf_sdio_bus_sleep() 1026 static int brcmf_sdio_readshared(struct brcmf_sdio *bus, in brcmf_sdio_readshared() 1095 static void brcmf_sdio_get_console_addr(struct brcmf_sdio *bus) in brcmf_sdio_get_console_addr() [all …]
|