Searched refs:softc (Results 1 – 3 of 3) sorted by relevance
352 struct ssv_softc *softc = (struct ssv_softc *)hw->priv; in ssv6xxx_set_80211_hw_capab() local353 if (softc) in ssv6xxx_set_80211_hw_capab()355 set_wiphy_dev(hw->wiphy, softc->dev); in ssv6xxx_set_80211_hw_capab()356 *((struct ssv_softc **)wiphy_priv(hw->wiphy)) = softc; in ssv6xxx_set_80211_hw_capab()1592 struct ssv_softc *softc; in ssv6xxx_dev_probe() local1608 softc = hw->priv; in ssv6xxx_dev_probe()1609 softc->hw = hw; in ssv6xxx_dev_probe()1610 softc->dev = &pdev->dev; in ssv6xxx_dev_probe()1611 ret = ssv6xxx_init_device(softc, pdev->name); in ssv6xxx_dev_probe()1618 ssv_dbg_sc = softc; in ssv6xxx_dev_probe()[all …]
175 and our per-softc lock. This was only possible on RH9,
1436 if (softc->wow_enabled)