Searched refs:cmd_obj (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/rtl8712/ |
D | rtl871x_cmd.c | 105 static sint _enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _enqueue_cmd() 117 static struct cmd_obj *_dequeue_cmd(struct __queue *queue) in _dequeue_cmd() 120 struct cmd_obj *obj; in _dequeue_cmd() 127 struct cmd_obj, list); in _dequeue_cmd() 154 u32 r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd() 165 u32 r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd_ex() 182 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue) in r8712_dequeue_cmd() 187 void r8712_free_cmd_obj(struct cmd_obj *pcmd) in r8712_free_cmd_obj() 208 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd() 213 ph2c = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_sitesurvey_cmd() [all …]
|
D | rtl8712_cmd.c | 114 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_macreg_hdl() 115 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_macreg_hdl() 128 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_macreg_hdl() 129 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_macreg_hdl() 143 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_bbreg_hdl() 145 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_bbreg_hdl() 160 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_bbreg_hdl() 162 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_bbreg_hdl() 176 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_rfreg_hdl() 178 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_rfreg_hdl() [all …]
|
D | rtl871x_cmd.h | 17 struct cmd_obj { struct 69 u32 r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); 70 u32 r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); 71 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue); 72 void r8712_free_cmd_obj(struct cmd_obj *pcmd); 697 struct cmd_obj *pcmd); 699 struct cmd_obj *pcmd); 701 struct cmd_obj *pcmd); 703 struct cmd_obj *pcmd); 705 struct cmd_obj *pcmd); [all …]
|
D | rtl871x_mp.c | 267 struct cmd_obj *pcmd = NULL; in r8712_SetChannel() 271 pcmd = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_SetChannel()
|
D | rtl871x_mlme.c | 1209 struct cmd_obj *pcmd; in r8712_set_auth() 1213 pcmd = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_set_auth() 1240 struct cmd_obj *pcmd; in r8712_set_key() 1244 pcmd = (struct cmd_obj *)_malloc(sizeof(struct cmd_obj)); in r8712_set_key()
|