Searched refs:sc_buscore_ops (Results 1 – 4 of 4) sorted by relevance
1048 if (sc->sc_buscore_ops->bc_prepare(sc) != 0) { in bwfm_chip_attach()1053 val = sc->sc_buscore_ops->bc_read(sc, in bwfm_chip_attach()1115 if (sc->sc_buscore_ops->bc_reset) { in bwfm_chip_attach()1116 sc->sc_buscore_ops->bc_reset(sc); in bwfm_chip_attach()1131 sc->sc_chip.ch_cc_caps = sc->sc_buscore_ops->bc_read(sc, in bwfm_chip_attach()1133 sc->sc_chip.ch_cc_caps_ext = sc->sc_buscore_ops->bc_read(sc, in bwfm_chip_attach()1138 sc->sc_chip.ch_pmucaps = sc->sc_buscore_ops->bc_read(sc, in bwfm_chip_attach()1144 if (sc->sc_buscore_ops->bc_setup) in bwfm_chip_attach()1145 sc->sc_buscore_ops->bc_setup(sc); in bwfm_chip_attach()1185 ioctl = sc->sc_buscore_ops->bc_read(sc, in bwfm_chip_ai_isup()[all …]
219 const struct bwfm_buscore_ops *sc_buscore_ops; member
411 sc->sc_sc.sc_buscore_ops = &bwfm_sdio_buscore_ops; in bwfm_sdio_attach()
482 sc->sc_sc.sc_buscore_ops = &bwfm_pci_buscore_ops; in bwfm_pci_attachhook()