Searched refs:notify_cmd (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | device-init.c | 778 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()
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.h | 102 enum sta_notify_cmd notify_cmd,
|
H A D | sta.c | 38 enum sta_notify_cmd notify_cmd, 1596 enum sta_notify_cmd notify_cmd, in __cw1200_sta_notify() argument 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() argument 1645 __cw1200_sta_notify(dev, vif, notify_cmd, sta_priv->link_id); in cw1200_sta_notify()
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | main.c | 51 enum sta_notify_cmd notify_cmd, in p54_sta_notify() argument 56 switch (notify_cmd) { in p54_sta_notify()
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 651 void wfx_suspend_resume_mc(struct wfx_vif *wvif, enum sta_notify_cmd notify_cmd) in wfx_suspend_resume_mc() argument 655 if (notify_cmd != STA_NOTIFY_AWAKE) in wfx_suspend_resume_mc()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 5118 enum sta_notify_cmd notify_cmd, in b43_op_sta_notify() argument
|