Home
last modified time | relevance | path

Searched refs:cmd_obj (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/staging/rtl8712/
A Drtl8712_cmd.c122 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_bbreg_hdl()
130 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_bbreg_hdl()
131 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_bbreg_hdl()
144 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_rfreg_hdl()
145 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_rfreg_hdl()
160 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_rfreg_hdl()
172 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in sys_suspend_hdl()
178 static struct cmd_obj *cmd_hdl_filter(struct _adapter *padapter, in cmd_hdl_filter()
179 struct cmd_obj *pcmd) in cmd_hdl_filter()
181 struct cmd_obj *pcmd_r; in cmd_hdl_filter()
[all …]
A Drtl871x_cmd.h30 struct cmd_obj { struct
81 void r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj);
82 void r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj);
83 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue);
84 void r8712_free_cmd_obj(struct cmd_obj *pcmd);
731 void r8712_survey_cmd_callback(struct _adapter *padapter, struct cmd_obj *pcmd);
732 void r8712_disassoc_cmd_callback(struct _adapter *padapter, struct cmd_obj *pcmd);
733 void r8712_joinbss_cmd_callback(struct _adapter *padapter, struct cmd_obj *pcmd);
734 void r8712_createbss_cmd_callback(struct _adapter *padapter, struct cmd_obj *pcmd);
736 void r8712_readtssi_cmdrsp_callback(struct _adapter *padapter, struct cmd_obj *pcmd);
[all …]
A Drtl871x_cmd.c132 struct cmd_obj *obj; in r8712_dequeue_cmd()
175 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd()
211 struct cmd_obj *ph2c; in r8712_setdatarate_cmd()
233 struct cmd_obj *ph2c; in r8712_set_chplan_cmd()
252 struct cmd_obj *ph2c; in r8712_setrfreg_cmd()
273 struct cmd_obj *ph2c; in r8712_getrfreg_cmd()
314 struct cmd_obj *pcmd; in r8712_createbss_cmd()
477 struct cmd_obj *ph2c; in r8712_setopmode_cmd()
497 struct cmd_obj *ph2c; in r8712_setstakey_cmd()
540 struct cmd_obj *ph2c; in r8712_setMacAddr_cmd()
[all …]
A Drtl871x_mp.c264 struct cmd_obj *pcmd = NULL; in r8712_SetChannel()
A Drtl871x_mlme.c1122 struct cmd_obj *pcmd; in r8712_set_auth()
1150 struct cmd_obj *pcmd; in r8712_set_key()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c272 struct cmd_obj *obj; in _rtw_dequeue_cmd()
299 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj);
300 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_cmd_filter() argument
314 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_enqueue_cmd() argument
319 if (!cmd_obj) in rtw_enqueue_cmd()
377 struct cmd_obj *pcmd; in rtw_cmd_thread()
529 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd()
600 struct cmd_obj *pcmd; in rtw_createbss_cmd()
628 struct cmd_obj *pcmd; in rtw_startbss_cmd()
677 struct cmd_obj *pcmd; in rtw_joinbss_cmd()
[all …]
A Drtw_mlme_ext.c4397 struct cmd_obj *pcmd_obj; in report_survey_event()
4458 struct cmd_obj *pcmd_obj; in report_surveydone_event()
4502 struct cmd_obj *pcmd_obj; in report_join_res()
4552 struct cmd_obj *pcmd_obj; in report_wmm_edca_update()
4596 struct cmd_obj *pcmd_obj; in report_del_sta_event()
4649 struct cmd_obj *pcmd_obj; in report_add_sta_event()
5094 struct cmd_obj *ph2c; in survey_timer_hdl()
5724 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd()
5728 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in chk_bmc_sleepq_cmd()
5744 struct cmd_obj *ph2c; in set_tx_beacon_cmd()
[all …]
A Drtw_ap.c1267 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key()
1272 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()
1309 struct cmd_obj *pcmd; in rtw_ap_set_key()
1314 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_key()
A Drtw_mlme.c1811 struct cmd_obj *pcmd; in rtw_set_auth()
1816 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_auth()
1848 struct cmd_obj *pcmd; in rtw_set_key()
1896 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_key()
/linux/drivers/staging/rtl8723bs/include/
A Drtw_cmd.h22 struct cmd_obj { struct
110 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj);
111 extern struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv);
112 extern void rtw_free_cmd_obj(struct cmd_obj *pcmd);
616 extern void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
617 extern void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
618 extern void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
619 extern void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
620 extern void rtw_getbbrfreg_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd);
624 extern void rtw_getrttbl_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd);
[all …]
A Dcmd_osdep.h15 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj);
16 extern struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue);
/linux/tools/testing/selftests/net/lib/py/
A Dutils.py108 cmd_obj = cmd(cmd_str, ns=ns, host=host)
110 return _json.loads(cmd_obj.stdout)
111 return cmd_obj

Completed in 45 milliseconds