Searched refs:wl1251_cmd_send (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | cmd.c | 21 int wl1251_cmd_send(struct wl1251 *wl, u16 id, void *buf, size_t len) in wl1251_cmd_send() function 74 ret = wl1251_cmd_send(wl, CMD_TEST, buf, buf_len); in wl1251_cmd_test() 121 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); in wl1251_cmd_interrogate() 159 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len); in wl1251_cmd_configure() 195 ret = wl1251_cmd_send(wl, CMD_VBM, vbm, sizeof(*vbm)); in wl1251_cmd_vbm() 227 ret = wl1251_cmd_send(wl, cmd_rx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path_rx() 261 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path_tx() 307 ret = wl1251_cmd_send(wl, CMD_START_JOIN, join, sizeof(*join)); in wl1251_cmd_join() 337 ret = wl1251_cmd_send(wl, CMD_SET_PS_MODE, ps_params, in wl1251_cmd_ps_mode() 369 ret = wl1251_cmd_send(wl, CMD_READ_MEMORY, cmd, sizeof(*cmd)); in wl1251_cmd_read_memory() [all …]
|
D | cmd.h | 32 int wl1251_cmd_send(struct wl1251 *wl, u16 type, void *buf, size_t buf_len);
|
D | main.c | 970 ret = wl1251_cmd_send(wl, CMD_SET_KEYS, wl_cmd, sizeof(*wl_cmd)); in wl1251_op_set_key()
|