Searched refs:brcmf_sdio (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | sdio.h | 165 struct brcmf_sdio; 173 struct brcmf_sdio *bus; 373 struct brcmf_sdio *brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev); 374 void brcmf_sdio_remove(struct brcmf_sdio *bus); 375 void brcmf_sdio_isr(struct brcmf_sdio *bus, bool in_isr); 377 void brcmf_sdio_wd_timer(struct brcmf_sdio *bus, bool active); 379 int brcmf_sdio_sleep(struct brcmf_sdio *bus, bool sleep); 380 void brcmf_sdio_trigger_dpc(struct brcmf_sdio *bus);
|
| D | sdio.c | 439 struct brcmf_sdio { struct 665 static bool data_ok(struct brcmf_sdio *bus) in data_ok() 679 static bool txctl_ok(struct brcmf_sdio *bus) in txctl_ok() 686 brcmf_sdio_kso_control(struct brcmf_sdio *bus, bool on) in brcmf_sdio_kso_control() 772 static int brcmf_sdio_htclk(struct brcmf_sdio *bus, bool on, bool pendok) in brcmf_sdio_htclk() 892 static int brcmf_sdio_sdclk(struct brcmf_sdio *bus, bool on) in brcmf_sdio_sdclk() 905 static int brcmf_sdio_clkctl(struct brcmf_sdio *bus, uint target, bool pendok) in brcmf_sdio_clkctl() 953 brcmf_sdio_bus_sleep(struct brcmf_sdio *bus, bool sleep, bool pendok) in brcmf_sdio_bus_sleep() 1014 static int brcmf_sdio_readshared(struct brcmf_sdio *bus, in brcmf_sdio_readshared() 1083 static void brcmf_sdio_get_console_addr(struct brcmf_sdio *bus) in brcmf_sdio_get_console_addr() [all …]
|