Searched refs:stop_fw (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/orinoco/
H A Dfw.c233 if (priv->stop_fw) {
234 ret = priv->stop_fw(priv, 1);
256 if (priv->stop_fw) {
257 ret = priv->stop_fw(priv, 0);
H A Dorinoco.h64 int (*stop_fw)(struct orinoco_private *, int); member in struct:orinoco_private
188 int (*stop_fw)(struct orinoco_private *, int));
H A Dmain.c2176 int (*stop_fw)(struct orinoco_private *, int))
2207 priv->stop_fw = stop_fw;
H A Dhw.c225 priv->do_fw_download = (priv->stop_fw != NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dfw.c233 if (priv->stop_fw) {
234 ret = priv->stop_fw(priv, 1);
256 if (priv->stop_fw) {
257 ret = priv->stop_fw(priv, 0);
H A Dorinoco.h64 int (*stop_fw)(struct orinoco_private *, int); member in struct:orinoco_private
188 int (*stop_fw)(struct orinoco_private *, int));
H A Dmain.c2176 int (*stop_fw)(struct orinoco_private *, int))
2207 priv->stop_fw = stop_fw;
H A Dhw.c225 priv->do_fw_download = (priv->stop_fw != NULL);

Completed in 229 milliseconds