Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 20 of 20) sorted by relevance

/net/mac80211/
A Dpm.c28 goto suspend; in __ieee80211_suspend()
143 goto suspend; in __ieee80211_suspend()
176 suspend: in __ieee80211_suspend()
A Ddriver-ops.c36 void drv_stop(struct ieee80211_local *local, bool suspend) in drv_stop() argument
44 trace_drv_stop(local, suspend); in drv_stop()
45 local->ops->stop(&local->hw, suspend); in drv_stop()
A Dtrace.h332 TP_PROTO(struct ieee80211_local *local, bool suspend),
333 TP_ARGS(local, suspend),
336 __field(bool, suspend)
340 __entry->suspend = suspend;
342 TP_printk(LOCAL_PR_FMT " suspend:%d", LOCAL_PR_ARG, __entry->suspend)
A Ddriver-ops.h92 void drv_stop(struct ieee80211_local *local, bool suspend);
104 ret = local->ops->suspend(&local->hw, wowlan); in drv_suspend()
A Dmain.c1181 if (hw->wiphy->wowlan && (!local->ops->suspend || !local->ops->resume)) in ieee80211_register_hw()
A Dutil.c1560 void ieee80211_stop_device(struct ieee80211_local *local, bool suspend) in ieee80211_stop_device() argument
1573 drv_stop(local, suspend); in ieee80211_stop_device()
A Dieee80211_i.h2350 void ieee80211_stop_device(struct ieee80211_local *local, bool suspend);
A Dcfg.c5448 .suspend = ieee80211_suspend,
/net/mac802154/
A Dcfg.c47 goto suspend; in ieee802154_suspend()
55 suspend: in ieee802154_suspend()
683 .suspend = ieee802154_suspend,
/net/ieee802154/
A Dsysfs.c67 if (rdev->ops->suspend) { in wpan_phy_suspend()
A Drdev-ops.h32 ret = rdev->ops->suspend(&rdev->wpan_phy); in rdev_suspend()
/net/wireless/
A Dsysfs.c109 if (rdev->ops->suspend) in wiphy_suspend()
A Dcore.c462 WARN_ON(ops->suspend && !ops->resume); in wiphy_new_nm()
A Drdev-ops.h20 ret = rdev->ops->suspend(&rdev->wiphy, wowlan); in rdev_suspend()
/net/dsa/
A Ddsa.c1667 if (ds->ops->suspend) in dsa_switch_suspend()
1668 ret = ds->ops->suspend(ds); in dsa_switch_suspend()
/net/vmw_vsock/
A Dhyperv_transport.c930 .suspend = hvs_suspend,
/net/bluetooth/
A D6lowpan.c880 .suspend = chan_suspend_cb,
A Dl2cap_sock.c1772 .suspend = l2cap_sock_suspend_cb,
A Dsmp.c3248 .suspend = l2cap_chan_no_suspend,
3295 .suspend = l2cap_chan_no_suspend,
A Dl2cap_core.c1257 chan->ops->suspend(chan); in l2cap_chan_ready()
2592 chan->ops->suspend(chan); in l2cap_chan_send()

Completed in 93 milliseconds