/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
H A D | test_ifs.sh | 27 readonly INFO="INFO" 82 append_log "[$INFO] echo $on_off > \ 105 echo "[$INFO] IFS test failure summary:" 110 echo "[$INFO] IFS test pass:$pass_num, skip:$skip_num, fail:$fail_num" 112 echo "[$INFO] No file $IFS_LOG for IFS scan summary" 118 echo "[$INFO] Restore environment after IFS test" 129 echo "[$INFO] modprobe -r $IFS_NAME" 145 append_log "[$INFO] $cmd" 179 append_log "[$INFO] All CPUs are online." 214 append_log "[$INFO] CPU FML:$FML model:0x$MODEL, default: 1s interval time" [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | btcoex.c | 150 brcmf_dbg(INFO, "new SCO/eSCO coex algo {save & override}\n"); in brcmf_btcoex_boost_wifi() 158 brcmf_dbg(INFO, in brcmf_btcoex_boost_wifi() 172 brcmf_dbg(INFO, "Do new SCO/eSCO coex algo {restore}\n"); in brcmf_btcoex_boost_wifi() 179 brcmf_dbg(INFO, in brcmf_btcoex_boost_wifi() 186 brcmf_dbg(INFO, "attempted to restore not saved BTCOEX params\n"); in brcmf_btcoex_boost_wifi() 212 brcmf_dbg(INFO, "sample[%d], btc_params 27:%x\n", i, param27); in brcmf_btcoex_is_sco_active() 219 brcmf_dbg(INFO, in brcmf_btcoex_is_sco_active() 243 brcmf_dbg(INFO, in btcmf_btcoex_save_part1() 263 brcmf_dbg(INFO, in brcmf_btcoex_restore_part1() 300 brcmf_dbg(INFO, "DHCP started\n"); in brcmf_btcoex_handler() [all …]
|
H A D | acpi.c | 24 brcmf_dbg(INFO, "ACPI module-instance=%s\n", o->string.pointer); in brcmf_acpi_probe() 29 brcmf_dbg(INFO, "No ACPI module-instance\n"); in brcmf_acpi_probe() 41 brcmf_dbg(INFO, "ACPI RWCV data=%*phN antenna-sku=%s\n", in brcmf_acpi_probe() 49 brcmf_dbg(INFO, "No ACPI antenna-sku\n"); in brcmf_acpi_probe()
|
H A D | feature.c | 125 brcmf_dbg(INFO, "enabling firmware feature: %s\n", in brcmf_feat_firmware_overrides() 156 brcmf_dbg(INFO, "WLC version: %d.%d\n", major, minor); in brcmf_feat_wlc_version_overrides() 172 brcmf_dbg(INFO, "enabling firmware feature: %s\n", in brcmf_feat_wlc_version_overrides() 195 brcmf_dbg(INFO, "enabling feature: %s\n", brcmf_feat_names[id]); in brcmf_feat_iovar_int_get() 216 brcmf_dbg(INFO, "enabling feature: %s\n", brcmf_feat_names[id]); in brcmf_feat_iovar_data_set() 240 brcmf_dbg(INFO, "[ %s]\n", caps); in brcmf_feat_firmware_capabilities() 245 brcmf_dbg(INFO, "enabling feature: %s\n", in brcmf_feat_firmware_capabilities() 349 brcmf_dbg(INFO, "Features: 0x%02x, disable: 0x%02x\n", in brcmf_feat_attach()
|
H A D | p2p.c | 522 brcmf_dbg(INFO, "comparing ssid \"%s\"", ssids[i].ssid); in brcmf_p2p_scan_is_p2p_request() 599 brcmf_dbg(INFO, "P2P config device already configured\n"); in brcmf_p2p_enable_discovery() 740 brcmf_dbg(INFO, "nprobes # %d, active_time %d\n", nprobes, active); in brcmf_p2p_escan() 808 brcmf_dbg(INFO, "P2P SEARCH PHASE START\n"); in brcmf_p2p_run_escan() 812 brcmf_dbg(INFO, "Already a GO. Do SEARCH Only\n"); in brcmf_p2p_run_escan() 815 brcmf_dbg(INFO, "P2P SCAN STATE START\n"); in brcmf_p2p_run_escan() 830 brcmf_dbg(INFO, "%d: chan=%d, channel spec=%x\n", in brcmf_p2p_run_escan() 873 brcmf_dbg(INFO, "Found my Listen Channel %d\n", listen_channel); in brcmf_p2p_find_listen_channel() 909 brcmf_dbg(INFO, "P2P: GO_NEG_PHASE status cleared\n"); in brcmf_p2p_scan_prep() 1025 brcmf_dbg(INFO, "Listen DONE, wake up wait_next_af\n"); in brcmf_p2p_notify_listen_complete() [all …]
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 44 mwifiex_dbg(priv->adapter, INFO, in mwifiex_cmd_append_generic_ie() 116 mwifiex_dbg(priv->adapter, INFO, in mwifiex_cmd_append_tsf_tlv() 160 mwifiex_dbg(priv->adapter, INFO, "info: Tx data rate set to %#x\n", in mwifiex_get_common_rates() 450 mwifiex_dbg(priv->adapter, INFO, "info: ASSOC_CMD: rates size = %d\n", in mwifiex_cmd_802_11_associate() 502 mwifiex_dbg(priv->adapter, INFO, "info: Assoc: TLV Chan = %d\n", in mwifiex_cmd_802_11_associate() 508 mwifiex_dbg(priv->adapter, INFO, "info: Assoc: TLV Band = %d\n", in mwifiex_cmd_802_11_associate() 569 mwifiex_dbg(priv->adapter, INFO, in mwifiex_cmd_802_11_associate() 746 mwifiex_dbg(priv->adapter, INFO, "info: ASSOC_RESP: %s\n", in mwifiex_ret_802_11_associate() 784 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_associate() 802 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_associate() [all …]
|
H A D | cfp.c | 422 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates() 430 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates() 442 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates() 450 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates() 461 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates() 468 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates() 479 mwifiex_dbg(adapter, INFO, "info: adhoc B\n"); in mwifiex_get_supported_rates() 485 mwifiex_dbg(adapter, INFO, "info: adhoc G only\n"); in mwifiex_get_supported_rates() 491 mwifiex_dbg(adapter, INFO, "info: adhoc BG\n"); in mwifiex_get_supported_rates() 497 mwifiex_dbg(adapter, INFO, "info: adhoc A\n"); in mwifiex_get_supported_rates()
|
H A D | scan.c | 245 dbg_security_flags(INFO, "WPA", priv, bss_desc); in mwifiex_is_bss_wpa() 266 dbg_security_flags(INFO, "WAP2", priv, bss_desc); in mwifiex_is_bss_wpa2() 303 dbg_security_flags(INFO, "dynamic", priv, bss_desc); in mwifiex_is_bss_dynamic_wep() 348 mwifiex_dbg(adapter, INFO, in mwifiex_is_network_compatible() 354 mwifiex_dbg(adapter, INFO, in mwifiex_is_network_compatible() 365 mwifiex_dbg(adapter, INFO, in mwifiex_is_network_compatible() 379 mwifiex_dbg(adapter, INFO, in mwifiex_is_network_compatible() 398 mwifiex_dbg(adapter, INFO, in mwifiex_is_network_compatible() 654 mwifiex_dbg(priv->adapter, INFO, in mwifiex_scan_channel_list() 910 mwifiex_dbg(adapter, INFO, in mwifiex_config_scan() [all …]
|
H A D | sta_cmdresp.c | 164 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_snmp_mib() 174 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_snmp_mib() 179 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_snmp_mib() 184 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_snmp_mib() 189 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_snmp_mib() 413 mwifiex_dbg(adapter, INFO, in mwifiex_ret_tx_power_cfg() 437 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_rf_tx_power() 458 mwifiex_dbg(adapter, INFO, in mwifiex_ret_rf_antenna() 468 mwifiex_dbg(adapter, INFO, in mwifiex_ret_rf_antenna() 489 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_802_11_mac_address() [all …]
|
H A D | pcie.c | 279 mwifiex_dbg(adapter, INFO, in mwifiex_pcie_ok_to_access_hw() 522 mwifiex_dbg(adapter, INFO, in mwifiex_pcie_reset_prepare() 536 mwifiex_dbg(adapter, INFO, "%s, successful\n", __func__); in mwifiex_pcie_reset_prepare() 558 mwifiex_dbg(adapter, INFO, in mwifiex_pcie_reset_done() 566 mwifiex_dbg(adapter, INFO, "%s, successful\n", __func__); in mwifiex_pcie_reset_done() 632 mwifiex_dbg(adapter, INFO, in mwifiex_delay_for_sleep_cookie() 644 mwifiex_dbg(adapter, INFO, in mwifiex_delay_for_sleep_cookie() 686 mwifiex_dbg(adapter, INFO, in mwifiex_pm_wakeup_card() 798 mwifiex_dbg(adapter, INFO, in mwifiex_init_rxq_ring() 1003 mwifiex_dbg(adapter, INFO, in mwifiex_pcie_create_txbd_ring() [all …]
|
H A D | cmdevt.c | 846 mwifiex_dbg(adapter, INFO, in mwifiex_process_cmdresp() 1237 mwifiex_dbg(adapter, INFO, in mwifiex_process_hs_config() 1422 mwifiex_dbg(adapter, INFO, in mwifiex_ret_enh_power_mode() 1599 mwifiex_dbg(adapter, INFO, in mwifiex_ret_get_hw_spec() 1607 mwifiex_dbg(adapter, INFO, in mwifiex_ret_get_hw_spec() 1613 mwifiex_dbg(adapter, INFO, in mwifiex_ret_get_hw_spec() 1619 mwifiex_dbg(adapter, INFO, in mwifiex_ret_get_hw_spec() 1625 mwifiex_dbg(adapter, INFO, in mwifiex_ret_get_hw_spec() 1640 mwifiex_dbg(adapter, INFO, in mwifiex_ret_get_hw_spec() 1643 mwifiex_dbg(adapter, INFO, in mwifiex_ret_get_hw_spec() [all …]
|
H A D | sdio.c | 862 mwifiex_dbg(adapter, INFO, "info: SDIO func num=%d\n", func->num); in mwifiex_sdio_remove() 933 mwifiex_dbg(adapter, INFO, in mwifiex_sdio_suspend() 1111 mwifiex_dbg(adapter, INFO, in mwifiex_init_sdio_ioport() 1462 mwifiex_dbg(adapter, INFO, in mwifiex_prog_fw_w_helper() 1663 mwifiex_dbg(adapter, INFO, in mwifiex_decode_rx_packet() 1784 mwifiex_dbg(adapter, INFO, in mwifiex_sdio_card_to_host_mp_aggr() 1802 mwifiex_dbg(adapter, INFO, in mwifiex_sdio_card_to_host_mp_aggr() 1818 mwifiex_dbg(adapter, INFO, in mwifiex_sdio_card_to_host_mp_aggr() 1825 mwifiex_dbg(adapter, INFO, in mwifiex_sdio_card_to_host_mp_aggr() 1916 mwifiex_dbg(adapter, INFO, "info: RX: port: %d, rx_len: %d\n", in mwifiex_sdio_card_to_host_mp_aggr() [all …]
|
H A D | wmm.c | 113 mwifiex_dbg(adapter, INFO, "info: allocated ra_list %p\n", ra_list); in mwifiex_wmm_allocate_ralist_node() 148 mwifiex_dbg(adapter, INFO, in mwifiex_ralist_add() 242 mwifiex_dbg(priv->adapter, INFO, in mwifiex_wmm_setup_queue_priorities() 259 mwifiex_dbg(priv->adapter, INFO, in mwifiex_wmm_setup_queue_priorities() 335 mwifiex_dbg(priv->adapter, INFO, "info: WMM: AC Priorities:\t" in mwifiex_wmm_setup_ac_downgrade() 348 mwifiex_dbg(priv->adapter, INFO, in mwifiex_wmm_setup_ac_downgrade() 551 mwifiex_dbg(priv->adapter, INFO, in mwifiex_wmm_delete_all_ralist() 923 mwifiex_dbg(priv->adapter, INFO, in mwifiex_ret_wmm_get_status() 1022 mwifiex_dbg(priv->adapter, INFO, in mwifiex_wmm_process_association_req()
|
H A D | sta_event.c | 69 mwifiex_dbg(priv->adapter, INFO, in mwifiex_check_ibss_peer_capabilities() 95 mwifiex_dbg(priv->adapter, INFO, in mwifiex_check_ibss_peer_capabilities() 133 mwifiex_dbg(adapter, INFO, in mwifiex_reset_connect_state() 194 mwifiex_dbg(adapter, INFO, in mwifiex_reset_connect_state() 198 mwifiex_dbg(adapter, INFO, in mwifiex_reset_connect_state() 720 mwifiex_dbg(adapter, INFO, in mwifiex_process_sta_event() 735 mwifiex_dbg(adapter, INFO, in mwifiex_process_sta_event()
|
H A D | 11n_rxreorder.c | 74 mwifiex_dbg(priv->adapter, INFO, "info: fw drop data\n"); in mwifiex_11n_dispatch_pkt() 312 mwifiex_dbg(ctx->priv->adapter, INFO, "info: flush data %d\n", seq_num); in mwifiex_flush_data() 374 mwifiex_dbg(priv->adapter, INFO, in mwifiex_11n_create_rx_reorder_tbl() 579 mwifiex_dbg(priv->adapter, INFO, in mwifiex_11n_rx_reorder_pkt() 584 mwifiex_dbg(priv->adapter, INFO, in mwifiex_11n_rx_reorder_pkt() 943 mwifiex_dbg(priv->adapter, INFO, in mwifiex_11n_rxba_sync_event()
|
H A D | sta_cmd.c | 593 mwifiex_dbg(adapter, INFO, in mwifiex_set_aes_key_v2() 607 mwifiex_dbg(adapter, INFO, in mwifiex_set_aes_key_v2() 612 mwifiex_dbg(adapter, INFO, in mwifiex_set_aes_key_v2() 657 mwifiex_dbg(adapter, INFO, "%s: Get key\n", __func__); in mwifiex_cmd_802_11_key_material_v2() 684 mwifiex_dbg(adapter, INFO, "%s: Remove key\n", __func__); in mwifiex_cmd_802_11_key_material_v2() 705 mwifiex_dbg(adapter, INFO, "%s: Set WEP Key\n", __func__); in mwifiex_cmd_802_11_key_material_v2() 743 mwifiex_dbg(adapter, INFO, "%s: Set WAPI Key\n", __func__); in mwifiex_cmd_802_11_key_material_v2() 783 mwifiex_dbg(adapter, INFO, in mwifiex_cmd_802_11_key_material_v2() 851 mwifiex_dbg(priv->adapter, INFO, "info: Set WAPI Key\n"); in mwifiex_cmd_802_11_key_material_v1() 1027 mwifiex_dbg(adapter, INFO, in mwifiex_cmd_802_11d_domain_info() [all …]
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | client.h | 36 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) 37 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) 38 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a)
|
/linux/fs/smb/client/ |
H A D | smbdirect.c | 135 #define INFO 0x1 macro 186 log_rdma_event(INFO, "event=%d status=%d\n", in smbd_conn_upcall() 207 log_rdma_event(INFO, "connected event=%d\n", event->event); in smbd_conn_upcall() 215 log_rdma_event(INFO, "connecting failed event=%d\n", event->event); in smbd_conn_upcall() 279 log_rdma_send(INFO, "smbd_request 0x%p completed wc->status=%d\n", in send_done() 304 …log_rdma_event(INFO, "resp message min_version %u max_version %u negotiated_version %u credits_req… in dump_smbd_negotiate_resp() 442 log_keep_alive(INFO, "send an empty message\n"); in smbd_post_send_credits() 457 log_rdma_recv(INFO, "response=0x%p type=%d wc status=%d wc opcode %d byte_len=%d pkey_index=%u\n", in recv_done() 462 log_rdma_recv(INFO, "wc->status=%d opcode=%d\n", in recv_done() 525 log_incoming(INFO, "data flags %d data_offset %d data_length %d remaining_data_length %d\n", in recv_done() [all …]
|
/linux/drivers/memory/tegra/ |
H A D | tegra210-emc-cc-r21021.c | 20 #define INFO (1 << 0) macro 376 emc_dbg(emc, INFO, "Running clock change.\n"); in tegra210_emc_r21021_set_clock() 427 emc_dbg(emc, INFO, "Clock change version: %d\n", in tegra210_emc_r21021_set_clock() 429 emc_dbg(emc, INFO, "DRAM type = %d\n", dram_type); in tegra210_emc_r21021_set_clock() 430 emc_dbg(emc, INFO, "DRAM dev #: %u\n", emc->num_devices); in tegra210_emc_r21021_set_clock() 431 emc_dbg(emc, INFO, "Next EMC clksrc: 0x%08x\n", clksrc); in tegra210_emc_r21021_set_clock() 432 emc_dbg(emc, INFO, "DLL clksrc: 0x%08x\n", next->dll_clk_src); in tegra210_emc_r21021_set_clock() 433 emc_dbg(emc, INFO, "last rate: %u, next rate %u\n", last->rate, in tegra210_emc_r21021_set_clock() 435 emc_dbg(emc, INFO, "last period: %u, next period: %u\n", in tegra210_emc_r21021_set_clock() 437 emc_dbg(emc, INFO, " shared_zq_resistor: %d\n", !!shared_zq_resistor); in tegra210_emc_r21021_set_clock() [all …]
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | trace-groups-table.csv | 2 INFO, 0x1 28 CURSOR INFO, 0x80000000
|
/linux/tools/testing/selftests/futex/include/ |
H A D | logging.h | 50 const char *INFO = INFO_NORMAL; variable 128 fprintf(stderr, "\t%s: "message, INFO, ##vargs); \
|
/linux/drivers/usb/gadget/function/ |
H A D | f_ncm.c | 1194 INFO(port->func.config->cdev, "Wrong NTH SIGN, skblen %d\n", in ncm_unwrap_ntb() 1204 INFO(port->func.config->cdev, "Wrong NTB headersize\n"); in ncm_unwrap_ntb() 1212 INFO(port->func.config->cdev, "OUT size exceeded\n"); in ncm_unwrap_ntb() 1228 INFO(port->func.config->cdev, "Bad index: %#X\n", in ncm_unwrap_ntb() 1239 INFO(port->func.config->cdev, "Wrong NDP SIGN\n"); in ncm_unwrap_ntb() 1256 INFO(port->func.config->cdev, "Bad NDP length: %#X\n", in ncm_unwrap_ntb() 1275 INFO(port->func.config->cdev, in ncm_unwrap_ntb() 1287 INFO(port->func.config->cdev, in ncm_unwrap_ntb() 1301 INFO(port->func.config->cdev, in ncm_unwrap_ntb() 1312 INFO(por in ncm_unwrap_ntb() [all...] |
/linux/Documentation/mm/ |
H A D | slub.rst | 196 INFO: 0xc90f6d28-0xc90f6d2b. First byte 0x00 instead of 0xcc 197 INFO: Slab 0xc528c530 flags=0x400000c3 inuse=61 fp=0xc90f6d58 198 INFO: Object 0xc90f6d20 @offset=3360 fp=0xc90f6d58 199 INFO: Allocated in get_modalias+0x61/0xf5 age=53 cpu=1 pid=554 242 INFO: <corruption start>-<corruption_end> <more info> 243 INFO: Slab <address> <slab information> 244 INFO: Object <address> <object information> 245 INFO: Allocated in <kernel function> age=<jiffies since alloc> cpu=<allocated by 247 INFO: Freed in <kernel function> age=<jiffies since free> cpu=<freed by cpu>
|
/linux/drivers/usb/musb/ |
H A D | musb_debug.h | 17 #define INFO(fmt, args...) yprintk(KERN_INFO, fmt, ## args) macro
|
/linux/tools/thermal/lib/ |
H A D | log.h | 19 #define INFO(fmt, ...) logit(LOG_INFO, fmt, ##__VA_ARGS__) macro
|