Home
last modified time | relevance | path

Searched refs:DEBUG_CMD (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.c74 wl1251_debug(DEBUG_CMD, "cmd interrogate"); in wl1251_cmd_interrogate()
112 wl1251_debug(DEBUG_CMD, "cmd configure"); in wl1251_cmd_configure()
134 wl1251_debug(DEBUG_CMD, "cmd vbm"); in wl1251_cmd_vbm()
170 wl1251_debug(DEBUG_CMD, "cmd data path"); in wl1251_cmd_data_path_rx()
204 wl1251_debug(DEBUG_CMD, "cmd data path"); in wl1251_cmd_data_path_tx()
240 wl1251_debug(DEBUG_CMD, "cmd join%s ch %d %d/%d", in wl1251_cmd_join()
277 wl1251_debug(DEBUG_CMD, "cmd set ps mode"); in wl1251_cmd_ps_mode()
308 wl1251_debug(DEBUG_CMD, "cmd template %d", cmd_id); in wl1251_cmd_template_set()
341 wl1251_debug(DEBUG_CMD, "cmd scan channels %d", n_channels); in wl1251_cmd_scan()
410 wl1251_debug(DEBUG_CMD, "cmd trigger scan to"); in wl1251_cmd_trigger_scan_to()
H A Dwl1251.h34 DEBUG_CMD = BIT(12), enumerator
/linux/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c78 wl1271_debug(DEBUG_CMD, "cmd smart config start group_bitmap=0x%x", in wl18xx_cmd_smart_config_start()
106 wl1271_debug(DEBUG_CMD, "cmd smart config stop"); in wl18xx_cmd_smart_config_stop()
132 wl1271_debug(DEBUG_CMD, "cmd smart config set group key id=0x%x", in wl18xx_cmd_smart_config_set_group_key()
167 wl1271_debug(DEBUG_CMD, "cmd cac (channel %d) %s", in wl18xx_cmd_set_cac()
198 wl1271_debug(DEBUG_CMD, "cmd radar detection debug (chan %d)", in wl18xx_cmd_radar_detection_debug()
224 wl1271_debug(DEBUG_CMD, "cmd dfs master restart (role %d)", in wl18xx_cmd_dfs_master_restart()
H A Dscan.c166 wl1271_debug(DEBUG_CMD, "cmd sched_scan scan config"); in wl18xx_scan_sched_scan_config()
302 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in __wl18xx_scan_stop()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c38 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_EXT_RADIO_PARAM: ", in wl1271_cmd_ext_radio_parms()
103 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", in wl1271_cmd_general_parms()
171 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", in wl128x_cmd_general_parms()
217 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_RADIO_PARAM: ", in wl1271_cmd_radio_parms()
263 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_RADIO_PARAM: ", in wl128x_cmd_radio_parms()
H A Dscan.c185 wl1271_debug(DEBUG_CMD, "cmd scan stop"); in wl12xx_scan_stop()
318 wl1271_debug(DEBUG_CMD, "cmd sched_scan scan config"); in wl1271_scan_sched_scan_config()
419 wl1271_debug(DEBUG_CMD, "cmd periodic scan start"); in wl1271_scan_sched_scan_start()
465 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in wl12xx_scan_sched_scan_stop()
/linux/drivers/net/wireless/ti/wlcore/
H A Ddebug.h34 DEBUG_CMD = BIT(12), enumerator
H A Drx.c149 wl1271_dump((DEBUG_RX|DEBUG_CMD), "PKT: ", data + sizeof(*desc), in wl1271_rx_handle_data()