Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Ddhd_sdio.c568 static void dhdsdio_release_dongle(dhd_bus_t *bus, osl_t *osh, bool dongle_isolation,
3963 int_val = bus->dhd->dongle_isolation; in dhdsdio_doiovar()
3968 bus->dhd->dongle_isolation = bool_val; in dhdsdio_doiovar()
7486 bool dongle_isolation = FALSE; in dhdsdio_release() local
7493 dongle_isolation = bus->dhd->dongle_isolation; in dhdsdio_release()
7502 dhdsdio_release_dongle(bus, osh, dongle_isolation, TRUE); in dhdsdio_release()
7555 dhdsdio_release_dongle(dhd_bus_t *bus, osl_t *osh, bool dongle_isolation, bool reset_flag) in dhdsdio_release_dongle() argument
7568 if (KSO_ENAB(bus) && (dongle_isolation == FALSE)) in dhdsdio_release_dongle()
Ddhd.h323 bool dongle_isolation; member