Searched refs:cmd_obj (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_cmd.c | 122 static sint _enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _enqueue_cmd() 134 static struct cmd_obj *_dequeue_cmd(struct __queue *queue) in _dequeue_cmd() 137 struct cmd_obj *obj; in _dequeue_cmd() 144 struct cmd_obj, list); in _dequeue_cmd() 171 u32 r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd() 182 u32 r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd_ex() 199 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue) in r8712_dequeue_cmd() 204 void r8712_free_cmd_obj(struct cmd_obj *pcmd) in r8712_free_cmd_obj() 225 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd() 230 ph2c = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_sitesurvey_cmd() [all …]
|
D | rtl8712_cmd.c | 131 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_macreg_hdl() 132 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_macreg_hdl() 145 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_macreg_hdl() 146 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_macreg_hdl() 160 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_bbreg_hdl() 162 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_bbreg_hdl() 177 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_bbreg_hdl() 179 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_bbreg_hdl() 193 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_rfreg_hdl() 195 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_rfreg_hdl() [all …]
|
D | rtl871x_cmd.h | 42 struct cmd_obj { struct 94 u32 r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); 95 u32 r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); 96 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue); 97 void r8712_free_cmd_obj(struct cmd_obj *pcmd); 764 struct cmd_obj *pcmd); 766 struct cmd_obj *pcmd); 768 struct cmd_obj *pcmd); 770 struct cmd_obj *pcmd); 772 struct cmd_obj *pcmd); [all …]
|
D | rtl871x_mp.c | 280 struct cmd_obj *pcmd = NULL; in r8712_SetChannel() 284 pcmd = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_SetChannel()
|
D | rtl871x_mlme.c | 1215 struct cmd_obj *pcmd; in r8712_set_auth() 1219 pcmd = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_set_auth() 1246 struct cmd_obj *pcmd; in r8712_set_key() 1250 pcmd = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_set_key()
|