Searched refs:D_POWER (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/iwlegacy/ |
D | 3945.c | 1130 D_POWER("Getting cooler, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed() 1133 D_POWER("Same temp,\n"); in il3945_is_temp_calib_needed() 1135 D_POWER("Getting warmer, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed() 1139 D_POWER("Timed thermal calib not needed\n"); in il3945_is_temp_calib_needed() 1143 D_POWER("Timed thermal calib needed\n"); in il3945_is_temp_calib_needed() 1422 D_POWER("Not calling TX_PWR_TBL_CMD on " "non-Tx channel.\n"); in il3945_send_tx_power() 1434 D_POWER("ch %d:%d rf %d dsp %3d rate code 0x%02x\n", in il3945_send_tx_power() 1445 D_POWER("ch %d:%d rf %d dsp %3d rate code 0x%02x\n", in il3945_send_tx_power() 1641 D_POWER("Requested Tx power same as current " "limit: %ddBm.\n", in il3945_hw_reg_set_txpower() 1646 D_POWER("Setting upper limit clamp to %ddBm.\n", power); in il3945_hw_reg_set_txpower() [all …]
|
D | 4965.c | 1659 D_POWER("Getting cooler, delta %d\n", temp_diff); in il4965_is_temp_calib_needed() 1662 D_POWER("Temperature unchanged\n"); in il4965_is_temp_calib_needed() 1664 D_POWER("Getting warmer, delta %d\n", temp_diff); in il4965_is_temp_calib_needed() 1667 D_POWER(" => thermal txpower calib not needed\n"); in il4965_is_temp_calib_needed() 1671 D_POWER(" => thermal txpower calib needed\n"); in il4965_is_temp_calib_needed()
|
D | common.c | 1162 D_POWER("Sending power/sleep command\n"); in il_set_power() 1163 D_POWER("Flags value = 0x%08X\n", cmd->flags); in il_set_power() 1164 D_POWER("Tx timeout = %u\n", le32_to_cpu(cmd->tx_data_timeout)); in il_set_power() 1165 D_POWER("Rx timeout = %u\n", le32_to_cpu(cmd->rx_data_timeout)); in il_set_power() 1166 D_POWER("Sleep interval vector = { %d , %d , %d , %d , %d }\n", in il_set_power() 1213 D_POWER("Cannot update the power, chain noise " in il_power_set_mode() 4302 D_POWER("L1 Enabled; Disabling L0S\n"); in il_apm_init() 4307 D_POWER("L1 Disabled; Enabling L0S\n"); in il_apm_init()
|
D | common.h | 3081 #define D_POWER(f, a...) IL_DBG(IL_DL_POWER, f, ## a) macro
|
D | 4965-mac.c | 4112 D_POWER("Stop all queues\n"); in il4965_perform_ct_kill_task()
|