Searched refs:cmd_obj (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl8712_cmd.c | 122 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() 159 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_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() [all …]
|
D | rtl871x_cmd.c | 113 void r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd() 129 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue) in r8712_dequeue_cmd() 132 struct cmd_obj *obj; in r8712_dequeue_cmd() 136 struct cmd_obj, list); in r8712_dequeue_cmd() 143 void r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd_ex() 159 void r8712_free_cmd_obj(struct cmd_obj *pcmd) in r8712_free_cmd_obj() 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() 253 struct cmd_obj *ph2c; in r8712_setrfreg_cmd() [all …]
|
D | rtl871x_cmd.h | 30 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); 735 struct cmd_obj *pcmd); 737 struct cmd_obj *pcmd); 739 struct cmd_obj *pcmd); 741 struct cmd_obj *pcmd); 743 struct cmd_obj *pcmd); [all …]
|
D | rtl871x_mlme.c | 1122 struct cmd_obj *pcmd; in r8712_set_auth() 1150 struct cmd_obj *pcmd; in r8712_set_key()
|
D | rtl871x_mp.c | 264 struct cmd_obj *pcmd = NULL; in r8712_SetChannel()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 251 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _rtw_enqueue_cmd() 270 struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue) in _rtw_dequeue_cmd() 273 struct cmd_obj *obj; in _rtw_dequeue_cmd() 280 obj = container_of(get_next(&queue->queue), struct cmd_obj, list); in _rtw_dequeue_cmd() 300 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj); 301 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_cmd_filter() argument 305 if (cmd_obj->cmdcode == GEN_CMD_CODE(_SetChannelPlan)) in rtw_cmd_filter() 315 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_enqueue_cmd() argument 320 if (!cmd_obj) in rtw_enqueue_cmd() 323 cmd_obj->padapter = padapter; in rtw_enqueue_cmd() [all …]
|
D | rtw_mlme_ext.c | 4398 struct cmd_obj *pcmd_obj; in report_survey_event() 4414 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 4459 struct cmd_obj *pcmd_obj; in report_surveydone_event() 4467 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_surveydone_event() 4503 struct cmd_obj *pcmd_obj; in report_join_res() 4512 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_join_res() 4553 struct cmd_obj *pcmd_obj; in report_wmm_edca_update() 4561 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_wmm_edca_update() 4597 struct cmd_obj *pcmd_obj; in report_del_sta_event() 4607 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_del_sta_event() [all …]
|
D | rtw_ap.c | 1268 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() 1273 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key() 1310 struct cmd_obj *pcmd; in rtw_ap_set_key() 1315 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_key()
|
D | rtw_mlme.c | 1882 struct cmd_obj *pcmd; in rtw_set_auth() 1887 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_auth() 1919 struct cmd_obj *pcmd; in rtw_set_key() 1967 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_key()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 22 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); 620 extern void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 621 extern void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 622 extern void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 623 extern void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 624 extern void rtw_getbbrfreg_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); 626 extern void rtw_setstaKey_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); [all …]
|
D | cmd_osdep.h | 15 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj); 16 extern struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue);
|