Searched refs:stop_fw (Results 1 – 5 of 5) sorted by relevance
234 if (priv->stop_fw) { in symbol_dl_image()235 ret = priv->stop_fw(priv, 1); in symbol_dl_image()257 if (priv->stop_fw) { in symbol_dl_image()258 ret = priv->stop_fw(priv, 0); in symbol_dl_image()
64 int (*stop_fw)(struct orinoco_private *, int); member186 int (*stop_fw)(struct orinoco_private *, int));
2158 int (*stop_fw)(struct orinoco_private *, int)) in alloc_orinocodev()2189 priv->stop_fw = stop_fw; in alloc_orinocodev()
226 priv->do_fw_download = (priv->stop_fw != NULL); in determine_fw_capabilities()
2606 bool stop_fw = false; in cdns_mhdp_remove() local2618 stop_fw = true; in cdns_mhdp_remove()2624 if (stop_fw) in cdns_mhdp_remove()