Home
last modified time | relevance | path

Searched refs:notify_cmd (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dsta.h101 enum sta_notify_cmd notify_cmd,
H A Dsta.c38 enum sta_notify_cmd notify_cmd,
1595 enum sta_notify_cmd notify_cmd, in __cw1200_sta_notify()
1604 else if (WARN_ON_ONCE(notify_cmd != STA_NOTIFY_AWAKE)) in __cw1200_sta_notify()
1610 switch (notify_cmd) { in __cw1200_sta_notify()
1636 enum sta_notify_cmd notify_cmd, in cw1200_sta_notify()
1644 __cw1200_sta_notify(dev, vif, notify_cmd, sta_priv->link_id); in cw1200_sta_notify()
1593 __cw1200_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, int link_id) __cw1200_sta_notify() argument
1634 cw1200_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, struct ieee80211_sta *sta) cw1200_sta_notify() argument
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dsta.h102 enum sta_notify_cmd notify_cmd,
H A Dsta.c38 enum sta_notify_cmd notify_cmd,
1596 enum sta_notify_cmd notify_cmd, in __cw1200_sta_notify()
1605 else if (WARN_ON_ONCE(notify_cmd != STA_NOTIFY_AWAKE)) in __cw1200_sta_notify()
1611 switch (notify_cmd) { in __cw1200_sta_notify()
1637 enum sta_notify_cmd notify_cmd, in cw1200_sta_notify()
1645 __cw1200_sta_notify(dev, vif, notify_cmd, sta_priv->link_id); in cw1200_sta_notify()
1594 __cw1200_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, int link_id) __cw1200_sta_notify() argument
1635 cw1200_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, struct ieee80211_sta *sta) cw1200_sta_notify() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Ddevice-init.c778 struct ps3_notify_cmd *notify_cmd; in ps3_probe_thread() local
788 notify_cmd = buf; in ps3_probe_thread()
823 notify_cmd->operation_code = 0; /* must be zero */ in ps3_probe_thread()
824 notify_cmd->event_mask = 1UL << notify_region_probe; in ps3_probe_thread()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H A Ddevice-init.c778 struct ps3_notify_cmd *notify_cmd; in ps3_probe_thread() local
788 notify_cmd = buf; in ps3_probe_thread()
823 notify_cmd->operation_code = 0; /* must be zero */ in ps3_probe_thread()
824 notify_cmd->event_mask = 1UL << notify_region_probe; in ps3_probe_thread()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Dmain.c51 enum sta_notify_cmd notify_cmd, in p54_sta_notify()
56 switch (notify_cmd) { in p54_sta_notify()
50 p54_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, struct ieee80211_sta *sta) p54_sta_notify() argument
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Dsta.c630 void wfx_suspend_resume_mc(struct wfx_vif *wvif, enum sta_notify_cmd notify_cmd) in wfx_suspend_resume_mc() argument
632 if (notify_cmd != STA_NOTIFY_AWAKE) in wfx_suspend_resume_mc()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Dmain.c51 enum sta_notify_cmd notify_cmd, in p54_sta_notify()
56 switch (notify_cmd) { in p54_sta_notify()
50 p54_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, struct ieee80211_sta *sta) p54_sta_notify() argument
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dsta.c648 void wfx_suspend_resume_mc(struct wfx_vif *wvif, enum sta_notify_cmd notify_cmd) in wfx_suspend_resume_mc() argument
652 if (notify_cmd != STA_NOTIFY_AWAKE) in wfx_suspend_resume_mc()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dmain.c5116 enum sta_notify_cmd notify_cmd, in b43_op_sta_notify()
5114 b43_op_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, struct ieee80211_sta *sta) b43_op_sta_notify() argument
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dmain.c5118 enum sta_notify_cmd notify_cmd, in b43_op_sta_notify()
5116 b43_op_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, struct ieee80211_sta *sta) b43_op_sta_notify() argument

Completed in 38 milliseconds