Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/gigaset/
Di4l.c182 gig_dbg(DEBUG_CMD, "sending L1ERR"); in gigaset_isdn_rcv_err()
205 gig_dbg(DEBUG_CMD, "driver: %d, command: %d, arg: 0x%lx", in command_from_LL()
221 gig_dbg(DEBUG_CMD, in command_from_LL()
321 gig_dbg(DEBUG_CMD, "ISDN_CMD_ACCEPTD"); in command_from_LL()
344 gig_dbg(DEBUG_CMD, "ISDN_CMD_HANGUP"); in command_from_LL()
378 gig_dbg(DEBUG_CMD, "ISDN_CMD_SETL2: setting L2_HDLC"); in command_from_LL()
382 gig_dbg(DEBUG_CMD, "ISDN_CMD_SETL2: setting L2_VOICE"); in command_from_LL()
393 gig_dbg(DEBUG_CMD, "ISDN_CMD_SETL3"); in command_from_LL()
410 gig_dbg(DEBUG_CMD, "unknown command %d from LL", in command_from_LL()
504 gig_dbg(DEBUG_CMD, "Sending ICALL"); in gigaset_isdn_icall()
[all …]
Dcapi.c630 gig_dbg(DEBUG_CMD, "icall: PLCI %x CIP %d BC %s", in gigaset_isdn_icall()
633 gig_dbg(DEBUG_CMD, "icall: HLC %s", in gigaset_isdn_icall()
635 gig_dbg(DEBUG_CMD, "icall: CgPty %s", in gigaset_isdn_icall()
637 gig_dbg(DEBUG_CMD, "icall: CdPty %s", in gigaset_isdn_icall()
663 dump_cmsg(DEBUG_CMD, __func__, &iif->hcmsg); in gigaset_isdn_icall()
709 dump_cmsg(DEBUG_CMD, __func__, &iif->hcmsg); in send_disconnect_ind()
740 dump_cmsg(DEBUG_CMD, __func__, &iif->hcmsg); in send_disconnect_b3_ind()
764 gig_dbg(DEBUG_CMD, "%s: application gone", __func__); in gigaset_isdn_connD()
805 dump_cmsg(DEBUG_CMD, __func__, &iif->hcmsg); in gigaset_isdn_connD()
860 gig_dbg(DEBUG_CMD, "%s: application gone", __func__); in gigaset_isdn_connB()
[all …]
Dgigaset.h68 DEBUG_CMD = 0x00020, /* sent/received LL commands */ enumerator
100 #define DEBUG_DEFAULT (DEBUG_TRANSCMD | DEBUG_CMD | DEBUG_USBREQ)
/linux-3.4.99/drivers/net/wireless/wl1251/
Dcmd.c72 wl1251_debug(DEBUG_CMD, "cmd test"); in wl1251_cmd_test()
114 wl1251_debug(DEBUG_CMD, "cmd interrogate"); in wl1251_cmd_interrogate()
152 wl1251_debug(DEBUG_CMD, "cmd configure"); in wl1251_cmd_configure()
174 wl1251_debug(DEBUG_CMD, "cmd vbm"); in wl1251_cmd_vbm()
212 wl1251_debug(DEBUG_CMD, "cmd data path"); in wl1251_cmd_data_path()
268 wl1251_debug(DEBUG_CMD, "cmd join%s ch %d %d/%d", in wl1251_cmd_join()
314 wl1251_debug(DEBUG_CMD, "cmd set ps mode"); in wl1251_cmd_ps_mode()
346 wl1251_debug(DEBUG_CMD, "cmd read memory"); in wl1251_cmd_read_memory()
387 wl1251_debug(DEBUG_CMD, "cmd template %d", cmd_id); in wl1251_cmd_template_set()
422 wl1251_debug(DEBUG_CMD, "cmd scan"); in wl1251_cmd_scan()
[all …]
Dwl1251.h48 DEBUG_CMD = BIT(12), enumerator
/linux-3.4.99/drivers/net/wireless/wl12xx/
Dcmd.c158 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", in wl1271_cmd_general_parms()
212 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", in wl128x_cmd_general_parms()
251 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_RADIO_PARAM: ", in wl1271_cmd_radio_parms()
295 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_RADIO_PARAM: ", in wl128x_cmd_radio_parms()
328 wl1271_dump(DEBUG_CMD, "TEST_CMD_INI_FILE_EXT_RADIO_PARAM: ", in wl1271_cmd_ext_radio_parms()
352 wl1271_debug(DEBUG_CMD, "timeout waiting for event %d", in wl1271_cmd_wait_for_event_or_timeout()
390 wl1271_debug(DEBUG_CMD, "cmd role enable"); in wl12xx_cmd_role_enable()
432 wl1271_debug(DEBUG_CMD, "cmd role disable"); in wl12xx_cmd_role_disable()
521 wl1271_debug(DEBUG_CMD, "cmd role start dev %d", wlvif->dev_role_id); in wl12xx_cmd_role_start_dev()
536 wl1271_debug(DEBUG_CMD, "role start: roleid=%d, hlid=%d, session=%d", in wl12xx_cmd_role_start_dev()
[all …]
Dscan.c390 wl1271_debug(DEBUG_CMD, "cmd scan stop"); in wl1271_scan_stop()
527 wl1271_debug(DEBUG_CMD, "cmd sched scan ssid list"); in wl12xx_scan_sched_scan_ssid_list()
629 wl1271_debug(DEBUG_CMD, "cmd sched_scan scan config"); in wl1271_scan_sched_scan_config()
712 wl1271_debug(DEBUG_CMD, "cmd periodic scan start"); in wl1271_scan_sched_scan_start()
750 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in wl1271_scan_sched_scan_stop()
Ddebug.h48 DEBUG_CMD = BIT(12), enumerator
/linux-3.4.99/sound/oss/
Dwaveartist.c27 #define DEBUG_CMD 1 macro
234 if (debug_flg & DEBUG_CMD) { in waveartist_cmd()
251 if (debug_flg & DEBUG_CMD) in waveartist_cmd()
283 if (debug_flg & DEBUG_CMD) { in waveartist_cmd()