/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 51 #define pr_warning(fmt, ...) __pr(__pr_warning, fmt, ##__VA_ARGS__) macro 241 pr_warning("corrupted section '%s'\n", name); in bpf_program__init() 249 pr_warning("failed to alloc name for prog %s\n", in bpf_program__init() 256 pr_warning("failed to alloc insns for %s\n", name); in bpf_program__init() 292 pr_warning("failed to alloc a new program '%s'\n", in bpf_object__add_program() 314 pr_warning("alloc memory failed for %s\n", path); in bpf_object__new() 361 pr_warning("elf init: internal error\n"); in bpf_object__elf_init() 375 pr_warning("failed to open %s: %s\n", obj->path, in bpf_object__elf_init() 386 pr_warning("failed to open %s as ELF file\n", in bpf_object__elf_init() 393 pr_warning("failed to get EHDR from %s\n", in bpf_object__elf_init() [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | probe-file.c | 44 pr_warning("%cprobe_events file does not exist" in print_open_warning() 48 pr_warning("Tracefs or debugfs is not mounted.\n"); in print_open_warning() 50 pr_warning("Failed to open %cprobe_events: %s\n", in print_open_warning() 59 pr_warning("Tracefs or debugfs is not mounted.\n"); in print_both_open_warning() 61 pr_warning("Please rebuild kernel with CONFIG_KPROBE_EVENTS " in print_both_open_warning() 65 pr_warning("Failed to open kprobe events: %s.\n", in print_both_open_warning() 67 pr_warning("Failed to open uprobe events: %s.\n", in print_both_open_warning() 226 pr_warning("Failed to write event: %s\n", in probe_file__add_event() 264 pr_warning("Failed to delete event: %s\n", in __del_trace_probe_event()
|
D | probe-finder.c | 271 pr_warning("Mapping for the register number %u " in convert_variable_location() 321 pr_warning("Failed to get a type information of %s.\n", in convert_variable_type() 333 pr_warning("Failed to cast into string: " in convert_variable_type() 339 pr_warning("Failed to get a type" in convert_variable_type() 349 pr_warning("Out of memory error\n"); in convert_variable_type() 355 pr_warning("Failed to cast into string: " in convert_variable_type() 383 pr_warning("Failed to convert variable type: %s\n", in convert_variable_type() 405 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 418 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 446 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() [all …]
|
D | probe-event.c | 100 pr_warning("Failed to init vmlinux path.\n"); in init_probe_symbol_maps() 259 pr_warning("%s is out of .text, skip it.\n", symbol); in kprobe_warn_out_range() 261 pr_warning("%s is blacklisted function, skip it.\n", symbol); in kprobe_warn_out_range() 428 pr_warning("The %s file has no debug information.\n", path); in open_debuginfo() 430 pr_warning("Rebuild with CONFIG_DEBUG_INFO=y, "); in open_debuginfo() 432 pr_warning("Rebuild with -g, "); in open_debuginfo() 433 pr_warning("or install an appropriate debuginfo package.\n"); in open_debuginfo() 633 pr_warning("Relocated base symbol is not found!\n"); in post_process_probe_trace_events() 713 pr_warning("Probe point '%s' not found.\n", in try_to_find_probe_trace_events() 721 pr_warning("Warning: No dwarf info found in the vmlinux - " in try_to_find_probe_trace_events() [all …]
|
D | srcline.c | 167 pr_warning("addr2line_init failed for %s\n", dso_name); in addr2line() 227 pr_warning("popen failed for %s\n", dso_name); in addr2line() 232 pr_warning("addr2line has no output for %s\n", dso_name); in addr2line()
|
D | llvm-utils.c | 298 pr_warning( in get_kbuild_opts() 313 pr_warning( in get_kbuild_opts()
|
D | map.c | 297 pr_warning("%s with build id %s not found", in map__load() 300 pr_warning("Failed to open %s", name); in map__load() 302 pr_warning(", continuing without symbols\n"); in map__load() 311 pr_warning("%.*s was updated (is prelink enabled?). " in map__load() 315 pr_warning("no symbols found in %s, maybe install " in map__load()
|
D | debug.h | 23 #define pr_warning(fmt, ...) \ macro
|
D | record.c | 226 pr_warning("Lowering default frequency rate to %u.\n" in record_opts__config_freq()
|
D | thread-stack.c | 156 pr_warning("Out of memory: discarding thread stack\n"); in thread_stack__push() 262 pr_warning("Out of memory: no thread stack\n"); in thread_stack__event()
|
D | thread_map.c | 399 pr_warning("Couldn't resolve comm name for pid %d\n", pid); in comm_init()
|
D | event.c | 88 pr_warning("Couldn't get COMM, tigd and ppid for pid %d\n", in perf_event__get_comm_ids() 265 pr_warning("Reading %s time out. " in perf_event__synthesize_mmap_events()
|
D | util.c | 567 pr_warning("read failed %d: %s\n", errno, in filename__read_str()
|
D | machine.c | 1715 pr_warning("corrupted callchain. skipping...\n"); in resolve_lbr_callchain_sample() 1794 pr_warning("corrupted branch chain. skipping...\n"); in thread__resolve_callchain_sample() 1836 pr_warning("corrupted callchain. skipping...\n"); in thread__resolve_callchain_sample()
|
D | callchain.c | 400 pr_warning("Warning: empty node in callchain tree\n"); in fill_node()
|
D | evsel.c | 571 pr_warning("LBR callstack option is only available " in perf_evsel__config_callgraph() 580 pr_warning("Cannot use LBR callstack with branch stack. " in perf_evsel__config_callgraph()
|
D | header.c | 1970 pr_warning("unknown feature %d\n", feat); in perf_file_section__fprintf_info() 2581 pr_warning("WARNING: The %s file's data size field is 0 which is unexpected.\n" in perf_session__read_header()
|
D | symbol.c | 1440 pr_warning("File %s not owned by current user or root, " in dso__load()
|
D | session.c | 151 pr_warning("Cannot read kernel map\n"); in perf_session__new()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 303 pr_warning("mtrr: type: %u invalid\n", type); in mtrr_add_page() 309 pr_warning("mtrr: your processor doesn't support write-combining\n"); in mtrr_add_page() 314 pr_warning("mtrr: zero sized request\n"); in mtrr_add_page() 320 pr_warning("mtrr: base or size exceeds the MTRR width\n"); in mtrr_add_page() 351 pr_warning("mtrr: 0x%lx000,0x%lx000 overlaps existing" in mtrr_add_page() 360 pr_warning("mtrr: type mismatch for %lx000,%lx000 old: %s new: %s\n", in mtrr_add_page() 398 pr_warning("mtrr: size and base must be multiples of 4 kiB\n"); in mtrr_check() 496 pr_warning("mtrr: register: %d too big\n", reg); in mtrr_del_page() 501 pr_warning("mtrr: MTRR %d not used\n", reg); in mtrr_del_page() 505 pr_warning("mtrr: reg: %d has count=0\n", reg); in mtrr_del_page()
|
D | generic.c | 504 pr_warning("mtrr: your CPUs had inconsistent fixed MTRR settings\n"); in mtrr_state_warn() 506 pr_warning("mtrr: your CPUs had inconsistent variable MTRR settings\n"); in mtrr_state_warn() 508 pr_warning("mtrr: your CPUs had inconsistent MTRRdefType settings\n"); in mtrr_state_warn() 861 pr_warning("mtrr: base(0x%lx000) is not 4 MiB aligned\n", base); in generic_validate_add_page() 867 pr_warning("mtrr: writable mtrr between 0x70000000 and 0x7003FFFF may hang the CPU.\n"); in generic_validate_add_page() 881 pr_warning("mtrr: base(0x%lx000) is not aligned on a size(0x%lx000) boundary\n", base, size); in generic_validate_add_page()
|
D | centaur.c | 106 pr_warning("mtrr: only write-combining%s supported\n", in centaur_validate_add_page()
|
D | cleanup.c | 969 …pr_warning("WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing %lluMB of RAM.\n", tota… in mtrr_trim_uncached_memory()
|
/linux-4.4.14/arch/x86/kernel/ |
D | tboot.c | 73 pr_warning("non-0 tboot_addr but it is not of type E820_RESERVED\n"); in tboot_probe() 79 pr_warning("non-0 tboot_addr but pv_ops is enabled\n"); in tboot_probe() 87 pr_warning("tboot at 0x%llx is invalid\n", in tboot_probe() 93 pr_warning("tboot version is invalid: %u\n", tboot->version); in tboot_probe() 296 pr_warning("unsupported sleep state 0x%x\n", sleep_state); in tboot_sleep() 309 pr_warning("tboot is not able to suspend on platforms with reduced hardware sleep (ACPIv5)"); in tboot_extended_sleep() 327 pr_warning("tboot wait for APs timeout\n"); in tboot_wait_for_aps() 529 pr_warning("Forcing Intel-IOMMU to enabled\n"); in tboot_force_iommu()
|
D | tsc_sync.c | 159 pr_warning("TSC synchronization [CPU#%d -> CPU#%d]:\n", in check_tsc_sync_source() 161 pr_warning("Measured %Ld cycles TSC warp between CPUs, " in check_tsc_sync_source()
|
D | amd_gart_64.c | 539 pr_warning( in check_iommu_size() 694 pr_warning("PCI-DMA: More than 4GB of RAM and no IOMMU\n" in init_amd_gatt() 760 pr_warning("More than 4GB of memory but GART IOMMU not available.\n"); in gart_iommu_init() 761 pr_warning("falling back to iommu=soft.\n"); in gart_iommu_init()
|
D | jump_label.c | 34 pr_warning("Unexpected op at %pS [%p] (%02x %02x %02x %02x %02x) %s:%d\n", in bug_at()
|
D | setup_percpu.c | 209 pr_warning("%s allocator failed (%d), falling back to page size\n", in setup_per_cpu_areas()
|
/linux-4.4.14/tools/perf/ |
D | builtin-buildid-cache.c | 250 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache() 253 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache() 365 pr_warning("Couldn't add %s: %s\n", in cmd_buildid_cache() 383 pr_warning("Couldn't remove %s: %s\n", in cmd_buildid_cache() 401 pr_warning("Couldn't remove %s: %s\n", in cmd_buildid_cache() 422 pr_warning("Couldn't update %s: %s\n", in cmd_buildid_cache() 431 pr_warning("Couldn't add %s\n", kcore_filename); in cmd_buildid_cache()
|
D | builtin-annotate.c | 95 pr_warning("problem processing %d event, skipping it.\n", in process_sample_event() 104 pr_warning("problem incrementing symbol count, " in process_sample_event()
|
D | builtin-probe.c | 194 pr_warning("Failed to get the absolute path of %s: %m\n", str); in opt_set_target() 223 pr_warning("Warning: more than one --line options are" in opt_show_lines()
|
D | builtin-timechart.c | 740 pr_warning("Skip invalid start event: " in pid_begin_io_sample() 773 pr_warning("Invalid pidcomm!\n"); in pid_end_io_sample() 783 pr_warning("Skip invalid end event: " in pid_end_io_sample() 789 pr_warning("Skip invalid end event: invalid event type!\n"); in pid_end_io_sample()
|
D | builtin-record.c | 532 pr_warning("WARNING: No sample_id_all support, falling back to unordered processing\n"); in __cmd_record() 1172 pr_warning( in cmd_record()
|
D | builtin-diff.c | 334 pr_warning("problem processing %d event, skipping it.\n", in diff__process_sample_event() 341 pr_warning("problem incrementing symbol period, skipping event\n"); in diff__process_sample_event()
|
D | builtin-stat.c | 226 pr_warning("failed to process counter %s\n", counter->name); in read_counters() 1388 pr_warning("print interval < 100ms. " in cmd_stat()
|
D | builtin-script.c | 1166 pr_warning("Overriding previous field request for %s events.\n", in parse_output_fields() 1183 pr_warning("Overriding previous field request for all events.\n"); in parse_output_fields() 1213 pr_warning("\'%s\' not valid for %s events. Ignoring.\n", in parse_output_fields()
|
D | builtin-inject.c | 383 pr_warning("no symbols found in %s, maybe " in perf_event__inject_buildid()
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_oaktrail.c | 260 pr_warning("Unable to register backlight device\n"); in oaktrail_backlight_init() 330 pr_warning("Unable to register platform driver\n"); in oaktrail_init() 336 pr_warning("Unable to allocate platform device\n"); in oaktrail_init() 343 pr_warning("Unable to add platform device\n"); in oaktrail_init() 355 pr_warning("Setup rfkill failed\n"); in oaktrail_init()
|
D | eeepc-laptop.c | 588 pr_warning("Unable to find port\n"); in eeepc_rfkill_hotplug()
|
D | asus-laptop.c | 1172 pr_warning("Error setting light sensor switch\n"); in asus_als_switch()
|
/linux-4.4.14/drivers/power/avs/ |
D | smartreflex.c | 661 pr_warning("%s:, Smartreflex class data passed is NULL\n", in sr_register_class() 667 pr_warning("%s: Smartreflex class driver already registered\n", in sr_register_class() 699 pr_warning("%s: omap_sr struct for voltdm not found\n", __func__); in omap_sr_enable() 731 pr_warning("%s: omap_sr struct for voltdm not found\n", __func__); in omap_sr_disable() 763 pr_warning("%s: omap_sr struct for voltdm not found\n", __func__); in omap_sr_disable_reset_volt() 790 pr_warning("%s: Trying to register NULL PMIC data structure" in omap_sr_register_pmic() 804 pr_warning("%s: omap_sr struct not found\n", __func__); in omap_sr_autocomp_show() 818 pr_warning("%s: omap_sr struct not found\n", __func__); in omap_sr_autocomp_store() 824 pr_warning("%s: Invalid argument %lld\n", __func__, val); in omap_sr_autocomp_store() 915 pr_warning("%s: Error in SR late init\n", __func__); in omap_sr_probe() [all …]
|
/linux-4.4.14/arch/x86/oprofile/ |
D | op_x86_model.h | 70 pr_warning("oprofile: counter #%d on cpu #%d may already be used\n", in op_x86_warn_in_use() 76 pr_warning("oprofile: counter #%d is already reserved\n", counter); in op_x86_warn_reserved()
|
/linux-4.4.14/drivers/acpi/apei/ |
D | hest.c | 95 pr_warning(FW_WARN HEST_PFX in apei_hest_parse() 103 pr_warning(FW_BUG HEST_PFX in apei_hest_parse() 159 pr_warning(FW_WARN HEST_PFX "Duplicated hardware error source ID: %d.\n", in hest_parse_ghes()
|
D | apei-base.c | 181 pr_warning(FW_WARN APEI_PFX in __apei_exec_run() 222 pr_warning(FW_WARN APEI_PFX in apei_exec_for_each_entry() 588 pr_warning(FW_BUG APEI_PFX in apei_check_gar() 596 pr_warning(FW_BUG APEI_PFX in apei_check_gar() 613 pr_warning(FW_BUG APEI_PFX in apei_check_gar() 622 pr_warning(FW_BUG APEI_PFX in apei_check_gar()
|
D | ghes.c | 252 pr_warning(FW_WARN GHES_PFX in ghes_new() 343 pr_warning(FW_WARN GHES_PFX in ghes_read_estatus() 376 pr_warning(FW_WARN GHES_PFX in ghes_read_estatus() 669 …pr_warning(FW_WARN GHES_PFX "Poll interval is 0 for generic hardware error source: %d, disabled.\n… in ghes_add_timer() 971 …pr_warning(GHES_PFX "Generic hardware error source: %d notified via local interrupt is not support… in ghes_probe() 975 …pr_warning(FW_WARN GHES_PFX "Unknown notification type: %u for generic hardware error source: %d\n… in ghes_probe() 983 …pr_warning(FW_BUG GHES_PFX "Invalid error block length: %u for generic hardware error source: %d\n… in ghes_probe()
|
D | einj.c | 182 pr_warning(FW_WARN EINJ_PFX in einj_timedout() 324 pr_warning(FW_BUG EINJ_PFX in __einj_error_trigger() 706 pr_warning(FW_BUG EINJ_PFX "EINJ table is invalid\n"); in einj_init()
|
D | erst-dbg.c | 129 pr_warning(ERST_DBG_PFX in erst_dbg_read()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | syscall.h | 71 pr_warning("%s called with max args %d, handling only %d\n", in syscall_get_arguments() 95 pr_warning("%s called with max args %d, handling only %d\n", in syscall_set_arguments()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 654 pr_warning("APIC calibration not consistent " in calibrate_by_pmtimer() 774 pr_warning("APIC frequency too slow, disabling apic timer\n"); in calibrate_APIC_clock() 817 pr_warning("APIC timer disabled due to verification failure\n"); in calibrate_APIC_clock() 890 pr_warning("Spurious LAPIC timer interrupt on cpu %d\n", cpu); in local_apic_timer_interrupt() 1467 pr_warning("Apicid: %08x, cannot enforce nox2apic\n", in setup_nox2apic() 1471 pr_warning("x2apic already enabled.\n"); in setup_nox2apic() 1645 pr_warning("Could not enable APIC!\n"); in apic_verify() 2021 pr_warning("APIC: Disabling requested cpu." in generic_processor_info() 2037 pr_warning( in generic_processor_info() 2049 pr_warning( in generic_processor_info() [all …]
|
D | apic_noop.c | 96 pr_warning("APIC: Vector allocated for non-BSP cpu\n"); in noop_vector_allocation_domain()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_diag.c | 156 pr_warning("%s: The access mode of a DIAG device " in dasd_diag_erp() 162 pr_warning("%s: DIAG ERP failed with " in dasd_diag_erp() 380 pr_warning("%s: Device type %d is not supported " in dasd_diag_check_device() 423 pr_warning("%s: A 64-bit DIAG call failed\n", in dasd_diag_check_device() 433 pr_warning("%s: Accessing the DASD failed because of an " in dasd_diag_check_device() 453 pr_warning("%s: DIAG initialization failed with rc=%d\n", in dasd_diag_check_device()
|
D | dasd_proc.c | 325 pr_warning("%s is not a supported value for /proc/dasd/statistics\n", in dasd_stats_proc_write() 331 pr_warning("/proc/dasd/statistics: is not activated in this kernel\n"); in dasd_stats_proc_write()
|
D | dasd_genhd.c | 181 pr_warning("Registering the device driver with major number " in dasd_gendisk_init()
|
D | dcssblk.c | 740 pr_warning("Device %s cannot be removed because it is not a " in dcssblk_remove_store() 747 pr_warning("Device %s cannot be removed while it is in " in dcssblk_remove_store() 852 pr_warning("Writing to %s failed because it " in dcssblk_make_request()
|
D | dasd_devmap.c | 217 pr_warning("%*s is not a supported device option\n", in dasd_feature_list() 227 pr_warning("A closing parenthesis ')' is missing in the " in dasd_feature_list() 351 pr_warning("The dasd= parameter value %s has an invalid ending\n", in dasd_parse_range()
|
D | dasd_ioctl.c | 289 pr_warning("%s: The specified DASD is a partition and cannot " in dasd_ioctl_format()
|
/linux-4.4.14/arch/sh/mm/ |
D | consistent.c | 137 pr_warning("%s: unable to find empty space for resource\n", in platform_resource_setup_memory() 148 pr_warning("%s: unable to allocate memory\n", name); in platform_resource_setup_memory()
|
/linux-4.4.14/arch/powerpc/sysdev/xics/ |
D | xics-common.c | 248 pr_warning("IRQ %u affinity broken off cpu %u\n", in xics_migrate_irqs_away() 410 pr_warning("XICS: Cannot find a Presentation Controller !\n"); in xics_init() 425 pr_warning("XICS: Cannot find a Source Controller !\n"); in xics_init()
|
D | icp-native.c | 233 pr_warning("icp_native: Could not reserve ICP MMIO" in icp_native_map_one_cpu() 242 pr_warning("icp_native: Failed ioremap for CPU %d, " in icp_native_map_one_cpu()
|
D | ics-rtas.c | 143 pr_warning("%s: No online cpus in the mask %*pb for irq %d\n", in ics_rtas_set_affinity()
|
D | ics-opal.c | 134 pr_warning("%s: No online cpus in the mask %*pb for irq %d\n", in ics_opal_set_affinity()
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | socrates_fpga_pic.c | 255 pr_warning("FPGA PIC: invalid irq type, " in socrates_fpga_pic_host_xlate() 270 pr_warning("FPGA PIC: invalid irq routing\n"); in socrates_fpga_pic_host_xlate() 296 pr_warning("FPGA PIC: can't get irq%d.\n", i); in socrates_fpga_pic_init()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_cmd.c | 70 pr_warning("sync request failed (cmd=0x%08x, " in sclp_sync_request_timeout() 125 pr_warning("readcpuinfo failed (response=0x%04x)\n", in sclp_get_core_info() 163 pr_warning("configure cpu failed (cmd=0x%08x, " in do_core_configure() 233 pr_warning("assign storage failed (cmd=0x%08x, " in do_assign_storage() 678 pr_warning("configure channel-path failed " in do_chp_configure() 747 pr_warning("read channel-path info failed " in sclp_chp_read_info()
|
D | sclp_cpi_sys.c | 157 pr_warning("request failed (status=0x%02x)\n", in cpi_req() 165 pr_warning("request failed with response code 0x%x\n", in cpi_req()
|
D | monreader.c | 260 pr_warning("The read queue for monitor data is full\n"); in mon_iucv_message_pending() 345 pr_warning("Disconnecting the z/VM *MONITOR system " in mon_close() 472 pr_warning("Disconnecting the z/VM *MONITOR system " in monreader_freeze()
|
D | vmlogrdr.c | 346 pr_warning("vmlogrdr: failed to start " in vmlogrdr_open() 399 pr_warning("vmlogrdr: failed to stop " in vmlogrdr_release()
|
D | tape_core.c | 702 pr_warning("%s: A tape unit was detached while in " in tape_generic_remove()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_pm72.c | 289 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_split() 300 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_split() 371 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_combined() 377 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_combined() 385 pr_warning("wf_pm72: Pump %s reports error %d\n", in cpu_fans_tick_combined() 565 pr_warning("wf_pm72: drive bay temp sensor error %d\n", err); in drives_fan_tick()
|
D | windfarm_lm87_sensor.c | 129 pr_warning("wf_lm87: Unsupported sensor %s\n", in wf_lm87_probe()
|
D | windfarm_rm31.c | 285 pr_warning("wf_rm31: Fan %s reports error %d\n", in cpu_fans_tick() 469 pr_warning("wf_rm31: slots temp sensor error %d\n", err); in slots_fan_tick()
|
D | windfarm_fcu_controls.c | 472 pr_warning("wf_fcu: Can't parse " in wf_fcu_lookup_fans()
|
/linux-4.4.14/arch/x86/xen/ |
D | debugfs.c | 16 pr_warning("Could not create 'xen' debugfs directory\n"); in xen_init_debugfs()
|
D | setup.c | 416 pr_warning("Unable to find available pfn range, not remapping identity pages\n"); in xen_set_identity_and_remap_chunk()
|
/linux-4.4.14/drivers/cpufreq/ |
D | omap-cpufreq.c | 166 pr_warning("%s: unable to get the mpu device\n", __func__); in omap_cpufreq_probe() 172 pr_warning("%s: unable to get MPU regulator\n", __func__); in omap_cpufreq_probe()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | cmx270_nand.c | 148 pr_warning("CM-X270: failed to request NAND CS gpio\n"); in cmx270_init() 156 pr_warning("CM-X270: failed to request NAND R/B gpio\n"); in cmx270_init()
|
/linux-4.4.14/arch/sh/drivers/pci/ |
D | fixups-sdk7786.c | 59 pr_warning("Unreachable card detected in slot#3\n"); in sdk7786_pci_init()
|
/linux-4.4.14/arch/s390/mm/ |
D | extmem.c | 270 pr_warning("Querying a DCSS type failed with rc=%ld\n", vmrc); in query_segment_type() 462 pr_warning("Loading DCSS %s failed with rc=%ld\n", name, in __segment_load() 579 pr_warning("DCSS %s is in use and cannot be reloaded\n", in segment_modify_shared() 593 pr_warning("DCSS %s overlaps with used memory resources " in segment_modify_shared() 612 pr_warning("Reloading DCSS %s failed with rc=%ld\n", name, in segment_modify_shared()
|
/linux-4.4.14/drivers/input/misc/ |
D | xen-kbdfront.c | 87 pr_warning("unhandled keycode 0x%x\n", in input_handler() 136 pr_warning("xenkbd: can't request abs-pointer"); in xenkbd_probe() 333 pr_warning("xenkbd: can't request abs-pointer"); in xenkbd_backend_changed()
|
D | apanel.c | 317 pr_warning(APANEL ": duplicate entry for devno %u\n", devno); in apanel_init()
|
/linux-4.4.14/arch/sh/boards/mach-sdk7786/ |
D | nmi.c | 43 pr_warning("Unknown NMI mode %s\n", str); in nmi_mode_setup()
|
/linux-4.4.14/drivers/oprofile/ |
D | oprofile_perf.c | 48 pr_warning("oprofile: ignoring spurious overflow " in op_overflow_handler() 90 pr_warning("oprofile: failed to enable event %d " in op_create_counter()
|
/linux-4.4.14/arch/x86/mm/ |
D | numa_emulation.c | 352 pr_warning("NUMA: Warning: constructed meminfo invalid, disabling emulation\n"); in numa_emulation() 363 pr_warning("NUMA: Warning: can't allocate copy of distance table, disabling emulation\n"); in numa_emulation() 389 pr_warning("NUMA: Warning: can't determine default physical node, disabling emulation\n"); in numa_emulation()
|
D | testmmiotrace.c | 124 pr_warning("WARNING: mapping %lu kB @ 0x%08lx in PCI address space, " in init()
|
D | mmio-mod.c | 410 pr_warning("multiple CPUs still online, may miss events.\n"); in enter_uniprocessor() 434 pr_warning("multiple CPUs are online, may miss events. " in enter_uniprocessor()
|
D | numa.c | 140 pr_warning("NUMA: Warning: invalid memblk node %d [mem %#010Lx-%#010Lx]\n", in numa_add_memblk_to() 276 …pr_warning("NUMA: Warning: node %d [mem %#010Lx-%#010Lx] overlaps with itself [mem %#010Lx-%#010Lx… in numa_cleanup_meminfo() 368 pr_warning("NUMA: Warning: can't allocate distance table!\n"); in numa_alloc_distance()
|
D | kmmio.c | 190 pr_warning("double-arm: addr 0x%08lx, ref %d, old %d\n", in arm_kmmio_fault_page() 338 pr_warning("unexpected debug trap on CPU %d.\n", in post_kmmio_handler()
|
/linux-4.4.14/drivers/of/ |
D | fdt.c | 429 pr_warning("End of tree marker overwritten: %08x\n", in __unflatten_device_tree() 999 pr_warning("Ignoring memory block 0x%llx - 0x%llx\n", in early_init_dt_add_memory_arch() 1005 pr_warning("Ignoring memory range 0x%llx - 0x%llx\n", in early_init_dt_add_memory_arch() 1011 pr_warning("Ignoring memory block 0x%llx - 0x%llx\n", in early_init_dt_add_memory_arch() 1016 pr_warning("Ignoring memory range 0x%llx - 0x%llx\n", in early_init_dt_add_memory_arch()
|
/linux-4.4.14/arch/x86/platform/sfi/ |
D | sfi.c | 42 pr_warning("Processor #%d invalid (max %d)\n", in mp_sfi_register_lapic()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | hw_breakpoint.c | 64 pr_warning("unknown slot type: %d\n", type); in hw_breakpoint_slots() 125 pr_warning("attempt to read from unknown breakpoint register %d\n", n); in read_wb_reg() 139 pr_warning("attempt to write to unknown breakpoint register %d\n", n); in write_wb_reg() 156 pr_warning("invalid breakpoint privilege level %d\n", privilege); in debug_exception_level()
|
D | debug-monitors.c | 260 pr_warning("Unexpected kernel single-step exception at EL1\n"); in single_step_handler() 323 pr_warning("Unexpected kernel BRK exception at EL1\n"); in brk_handler()
|
D | smp.c | 791 pr_warning("SMP: failed to stop secondary CPUs\n"); in smp_send_stop()
|
/linux-4.4.14/arch/powerpc/platforms/86xx/ |
D | mpc86xx_hpcn.c | 106 pr_warning("WARNING: your dts/dtb is old. You must update before the next kernel release\n"); in mpc86xx_hpcn_probe()
|
/linux-4.4.14/sound/soc/fsl/ |
D | imx-audmux.c | 155 pr_warning("Failed to create AUDMUX debugfs root\n"); in audmux_debugfs_init() 163 pr_warning("Failed to create AUDMUX port %lu debugfs file\n", in audmux_debugfs_init()
|
/linux-4.4.14/arch/s390/kernel/ |
D | cpcmd.c | 99 pr_warning("The cpcmd kernel function failed to " in cpcmd()
|
D | time.c | 502 pr_warning("The real or virtual hardware system does " in etr_reset() 1467 pr_warning("The real or virtual hardware system does " in stp_reset()
|
D | debug.c | 702 pr_warning("Root becomes the owner of all s390dbf files " in debug_register_mode() 1310 pr_warning("%s is not a valid level for a debug " in debug_input_level_fn()
|
/linux-4.4.14/drivers/s390/cio/ |
D | blacklist.c | 54 pr_warning("0.%x.%04x to 0.%x.%04x is not a valid " in blacklist_range() 143 pr_warning("%s is not a valid device for the cio_ignore " in parse_busid()
|
D | ccwreq.c | 336 pr_warning("%s: No interrupt was received within %lus " in ccw_request_timeout()
|
D | device.c | 367 pr_warning("%s: The device entered boxed state while " in ccw_device_set_offline() 370 pr_warning("%s: The device stopped operating while " in ccw_device_set_offline() 432 pr_warning("%s: Setting the device online failed " in ccw_device_set_online() 436 pr_warning("%s: Setting the device online failed " in ccw_device_set_online() 622 pr_warning("Logging for subchannel 0.%x.%04x failed with " in initiate_logging()
|
D | cio.c | 660 pr_warning("No CCW console was found\n"); in cio_probe_console()
|
/linux-4.4.14/kernel/trace/ |
D | trace_kprobe.c | 456 pr_warning("Could not insert probe at %s+%lu: %d\n", in __register_trace_kprobe() 459 pr_warning("This probe might be able to register after" in __register_trace_kprobe() 463 pr_warning("Probing address(0x%p) is not an " in __register_trace_kprobe() 526 pr_warning("Failed to register probe event(%d)\n", ret); in register_trace_kprobe() 561 pr_warning("Failed to re-register probe %s on" in trace_kprobe_module_callback() 1328 pr_warning("Could not create tracefs " in init_kprobe_trace() 1336 pr_warning("Could not create tracefs " in init_kprobe_trace()
|
D | trace.c | 2074 pr_warning("\n"); in trace_printk_init_buffers() 2075 pr_warning("**********************************************************\n"); in trace_printk_init_buffers() 2076 pr_warning("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in trace_printk_init_buffers() 2077 pr_warning("** **\n"); in trace_printk_init_buffers() 2078 pr_warning("** trace_printk() being used. Allocating extra memory. **\n"); in trace_printk_init_buffers() 2079 pr_warning("** **\n"); in trace_printk_init_buffers() 2080 pr_warning("** This means that this is a DEBUG kernel and it is **\n"); in trace_printk_init_buffers() 2081 pr_warning("** unsafe for production use. **\n"); in trace_printk_init_buffers() 2082 pr_warning("** **\n"); in trace_printk_init_buffers() 2083 pr_warning("** If you see this message and you are not debugging **\n"); in trace_printk_init_buffers() [all …]
|
D | trace_stat.c | 284 pr_warning("Could not create tracefs " in tracing_stat_init()
|
D | trace_functions_graph.c | 1353 pr_warning("function graph tracer: not enough memory\n"); in graph_trace_open() 1471 pr_warning("Warning: could not register graph trace events\n"); in init_graph_trace() 1476 pr_warning("Warning: could not register graph trace events\n"); in init_graph_trace()
|
D | trace_mmiotrace.c | 149 pr_warning("mmiotrace has lost events.\n"); in mmio_read()
|
D | trace_probe.c | 639 pr_warning("Line length is too long: " in traceprobe_probes_write()
|
D | blktrace.c | 1446 pr_warning("Warning: could not register block events\n"); in init_blk_tracer() 1451 pr_warning("Warning: could not register the block tracer\n"); in init_blk_tracer()
|
D | trace_uprobe.c | 337 pr_warning("Failed to register probe event(%d)\n", ret); in register_trace_uprobe()
|
D | ftrace.c | 1090 pr_warning("Could not create tracefs " in ftrace_profile_tracefs() 2282 pr_warning("Bad trampoline accounting at: %p (%pS)\n", in ftrace_get_addr_curr() 5011 pr_warning("Failed to register trace ftrace module exit notifier\n"); in ftrace_init()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | at91_udc.h | 178 #define WARNING(stuff...) pr_warning("udc: " stuff)
|
D | omap_udc.h | 190 #define WARNING(stuff...) pr_warning("udc: " stuff)
|
D | pxa25x_udc.h | 248 #define WARNING(stuff...) pr_warning("udc: " stuff)
|
D | fsl_usb2_udc.h | 557 #define WARNING(stuff...) pr_warning("udc: " stuff)
|
D | m66592-udc.c | 640 pr_warning("m66592-udc: xtal configuration error\n"); in init_controller() 652 pr_warning("m66592-udc: irq trigger config error\n"); in init_controller()
|
D | atmel_usba_udc.c | 1481 pr_warning("udc: Invalid packet length %u " in usba_control_irq()
|
/linux-4.4.14/arch/blackfin/mm/ |
D | isram-driver.c | 366 pr_warning("SKIP: could not allocate L1 inst\n"); in isram_test_init() 375 pr_warning("SKIP: could not allocate sdram\n"); in isram_test_init()
|
/linux-4.4.14/sound/soc/samsung/ |
D | s3c-i2s-v2.c | 673 pr_warning("%s: RXDMA active?\n", __func__); in s3c2412_i2s_suspend() 676 pr_warning("%s: TXDMA active?\n", __func__); in s3c2412_i2s_suspend() 679 pr_warning("%s: IIS active\n", __func__); in s3c2412_i2s_suspend()
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 280 pr_warning(x); \ 547 pr_warning("Cannot allocate a kmemleak_object structure\n"); in create_object() 768 pr_warning("Cannot allocate a scan area\n"); in add_scan_area() 1519 pr_warning("Failed to create the scan thread\n"); in start_scan_thread() 1878 pr_warning("Early log buffer exceeded (%d), please increase " in kmemleak_init() 1964 pr_warning("Failed to create the debugfs kmemleak file\n"); in kmemleak_late_init()
|
D | percpu.c | 1040 pr_warning("PERCPU: allocation failed, size=%zu align=%zu atomic=%d, %s\n", in pcpu_alloc() 1730 pr_warning("PERCPU: unknown allocator %s specified\n", str); in percpu_alloc_setup() 2023 pr_warning("PERCPU: max_distance=0x%zx too large for vmalloc " in pcpu_embed_first_chunk() 2107 pr_warning("PERCPU: failed to allocate %s page " in pcpu_page_first_chunk()
|
D | oom_kill.c | 389 pr_warning("%s invoked oom-killer: gfp_mask=0x%x, order=%d, " in dump_header()
|
D | hugetlb.c | 2702 pr_warning("hugepagesz= specified twice, ignoring\n"); in hugetlb_add_hstate() 2738 pr_warning("hugepages= specified twice without " in hugetlb_nrpages_setup() 3539 pr_warning("PID %d killed due to inadequate hugepage pool\n", in hugetlb_no_page()
|
/linux-4.4.14/include/linux/ |
D | printk.h | 253 #define pr_warning(fmt, ...) \ macro 255 #define pr_warn pr_warning
|
/linux-4.4.14/kernel/time/ |
D | tick-sched.c | 282 pr_warning("NOHZ: Incorrect nohz_full cpumask\n"); in tick_nohz_full_setup() 350 pr_warning("NO_HZ: Can't run full dynticks because arch doesn't " in tick_nohz_init() 361 pr_warning("NO_HZ: Clearing %d from nohz_full range for timekeeping\n", cpu); in tick_nohz_init()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | nmi.c | 129 pr_warning("NMI: timeout value is too large\n"); in nmi_wdt_set_timeout()
|
D | ptrace.c | 101 pr_warning("ptrace: ignore syscfg write of %#lx\n", data); in put_reg()
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc-xo15-sci.c | 46 pr_warning(PFX "failed to set lid behavior\n"); in set_lid_wake_behavior()
|
/linux-4.4.14/arch/powerpc/platforms/pasemi/ |
D | dma_lib.c | 592 pr_warning("Warning: Could not disable RX section\n"); in pasemi_dma_init() 601 pr_warning("Warning: Could not disable TX section\n"); in pasemi_dma_init()
|
/linux-4.4.14/drivers/mtd/ |
D | ofpart.c | 171 pr_warning("Device tree uses obsolete partition map binding: %s\n", in parse_ofoldpart_partitions()
|
/linux-4.4.14/arch/sh/kernel/ |
D | setup.c | 317 pr_warning("generic_mode_pins(): missing mode pin configuration\n"); in generic_mode_pins()
|
D | io_trapped.c | 105 pr_warning("unable to install trapped io filter\n"); in register_trapped_io()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | hwchannel.c | 486 pr_warning("B%d no space for %d (only %d) bytes\n", in bchannel_get_rxbuf() 520 pr_warning("B%d receive no memory for %d bytes\n", in bchannel_get_rxbuf()
|
/linux-4.4.14/lib/ |
D | cpu_rmap.c | 261 pr_warning("irq_cpu_rmap_notify: update failed: %d\n", rc); in irq_cpu_rmap_notify()
|
D | dma-debug.c | 176 pr_warning("Mapped at:\n"); in dump_entry_trace()
|
/linux-4.4.14/drivers/ide/ |
D | tx4938ide.c | 49 pr_warning("tx4938ide: SHWT violation (%d)\n", shwt); in tx4938ide_tune_ebusc()
|
D | tx4939ide.c | 367 pr_warning("%s: weird interrupt status. " in tx4939ide_dma_test_irq()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-if.c | 200 pr_warning("isp1760: IRQ resource not available\n"); in isp1760_plat_probe()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | rndis.c | 477 pr_warning("%s: query unknown OID 0x%08X\n", in gen_ndis_query_resp() 549 pr_warning("%s: set unknown OID 0x%08X, size %d\n", in gen_ndis_set_resp() 851 pr_warning("%s: unknown RNDIS message 0x%08X len %d\n", in rndis_msg_parser()
|
D | u_serial.c | 606 pr_warning("%s: unexpected %s status %d\n", in gs_write_complete()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 230 pr_warning("%s: Invalid arguments, msg_type:%d\n", in opal_message_notifier_register() 272 pr_warning("%s: Failed to retrieve opal message, err=%lld\n", in opal_handle_message()
|
D | pci-ioda.c | 950 pr_warning("%s: Not enough PE# available, disabling device\n", 1039 pr_warning("%s: Not enough PE# available for PCI bus %04x:%02x\n", in pnv_ioda_setup_bus_PE() 2917 pr_warning("%s: Error on creating debugfs on PHB#%x\n", in pnv_pci_ioda_create_dbgfs() 3217 pr_warning(" OPAL Error %ld performing IODA table reset !\n", rc); in pnv_pci_init_ioda_phb()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 417 pr_warning("%s.B%d: No bufferspace for %d bytes\n", in hdlc_empty_fifo() 554 pr_warning("%s: ch%d stat %x RDO\n", in HDLC_irq() 577 pr_warning("%s: got invalid frame\n", in HDLC_irq() 590 pr_warning("%s: ch%d stat %x XDU %s\n", fc->name, bch->nr, in HDLC_irq()
|
D | w6692.c | 488 pr_warning("%s.B%d: No bufferspace for %d bytes\n", in W6692_empty_Bfifo() 752 pr_warning("%s: B%d XDOW proto=%x\n", card->name, in W6692B_interrupt() 770 pr_warning("%s: B%d XDUN proto=%x\n", card->name, in W6692B_interrupt()
|
D | mISDNisar.c | 238 pr_warning("ISAR poll_mbox dkey failed\n"); in load_firmware() 448 pr_warning("%s.B%d: No bufferspace for %d bytes\n", in isar_rcv_frame() 459 pr_warning("%s.B%d: No bufferspace for %d bytes\n", in isar_rcv_frame()
|
D | netjet.c | 396 pr_warning("%s.B%d: No memory for %d bytes\n", in read_dma() 436 pr_warning("%s.B%d: No memory for %d bytes\n", in read_dma()
|
D | mISDNipac.c | 955 pr_warning("%s.B%d: No bufferspace for %d bytes\n", in hscx_empty_fifo()
|
D | hfcsusb.c | 855 pr_warning("%s.B%d: No bufferspace for %d bytes\n", in hfcsusb_rx_frame()
|
D | hfcmulti.c | 2265 pr_warning("card%d.B%d: No bufferspace for %d bytes\n", in hfcmulti_rx() 2277 pr_warning("card%d: No mem for dch rx_skb\n", in hfcmulti_rx()
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | core.c | 349 pr_warning("sda != EEDAT, open drain has no effect\n"); in ep93xx_register_i2c() 351 pr_warning("scl != EECLK, open drain has no effect\n"); in ep93xx_register_i2c()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | perf_event.c | 831 pr_warning("PMI: silly index %ld\n", la_ptr); in alpha_perf_event_irq_handler() 854 pr_warning("PMI: No event at index %d!\n", idx); in alpha_perf_event_irq_handler()
|
/linux-4.4.14/drivers/usb/host/ |
D | isp1362-hcd.c | 150 pr_warning("%s: invalid PTD $%04x\n", __func__, offset); in get_ptd_queue() 160 pr_warning("%s: Bad %s index %d(%d)\n", __func__, epq->name, index, in get_ptd_offset() 905 pr_warning("%s: req %d No more %s PTD buffers available\n", __func__, in start_iso_transfers() 976 pr_warning("%s: done_map not clear: %08lx:%08lx\n", __func__, done_map, in finish_transfers() 1436 pr_warning("%s: No EP in URB %p\n", __func__, urb); in isp1362_urb_dequeue() 1751 pr_warning("%s: needs reinit!\n", __func__); in isp1362_bus_suspend() 1754 pr_warning("%s: already suspended?\n", __func__); in isp1362_bus_suspend() 1842 pr_warning("%s: duplicate resume\n", __func__); in isp1362_bus_resume() 2477 pr_warning("%s: memory check with offset %02x ok after second read\n", in isp1362_chip_test()
|
/linux-4.4.14/drivers/scsi/ |
D | a3000.c | 41 pr_warning("Non-serviced A3000 SCSI-interrupt? ISTR = %02x\n", status); in a3000_intr()
|
/linux-4.4.14/drivers/cdrom/ |
D | gdrom.c | 775 pr_warning("ATA Probe for GDROM failed\n"); in probe_gdrom() 836 pr_warning("Probe failed - error is 0x%X\n", err); in probe_gdrom()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_pci.c | 438 pr_warning("%s: WARNING: Outbound window cfg leaves " in setup_pci_atmu() 519 pr_warning("%s: disabled\n", dev->full_name); in fsl_add_bridge() 775 pr_warning("%s: disabled by the firmware.\n", in mpc83xx_add_bridge()
|
D | mpic.c | 1011 pr_warning("mpic: Mapping of source 0x%x failed, " in mpic_host_map() 1043 pr_warning("mpic: Mapping of source 0x%x failed, " in mpic_host_map()
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-fakedev.c | 150 pr_warning("%s: can't re-create FMC devices\n", __func__); in ff_work_fn()
|
/linux-4.4.14/drivers/mfd/ |
D | twl4030-power.c | 506 pr_warning("TWL4030: Bad order of scripts (sleep "\ in load_twl4030_script() 933 pr_warning("TWL4030 Unable to read registers\n"); in twl4030_power_probe()
|
D | sta2x11-mfd.c | 63 pr_warning("%s: Unspecified device, " in sta2x11_mfd_find()
|
D | db8500-prcmu.c | 2399 pr_warning("prcmu: Unknown message header (%d) in mailbox %d.\n", in print_unknown_header_warning()
|
/linux-4.4.14/arch/blackfin/mach-bf561/boards/ |
D | cm_bf561.c | 535 pr_warning("unable to configure net2272; it probably won't work\n"); in cm_bf561_init()
|
D | ezkit.c | 656 pr_warning("unable to configure net2272; it probably won't work\n"); in ezkit_init()
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 390 pr_warning("no %s property in %s node, defaulting to %d\n", in get_fifo_size()
|
/linux-4.4.14/kernel/power/ |
D | suspend.c | 476 pr_warning("PM: Unsupported test mode for suspend to idle," in enter_state()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | device-init.c | 666 pr_warning("%s:%u: device %llu:%llu not found\n", __func__, __LINE__, in ps3_find_and_add_device() 862 pr_warning("%s:%u: bad notify_event: event %llu, " in ps3_probe_thread()
|
D | os-area.c | 702 pr_warning("%s: Could not update FLASH ROM\n", __func__); in os_area_queue_work_handler()
|
D | mm.c | 610 pr_warning("%s:%d: lv1_put_iopte failed: %s\n", in dma_ioc0_map_pages()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | iommu.c | 835 pr_warning("%s failed to clear tces in window.\n", in remove_ddw() 843 pr_warning("%s: failed to remove direct window: rtas returned " in remove_ddw() 855 pr_warning("%s: failed to remove direct window property: %d\n", in remove_ddw()
|
D | setup.c | 438 pr_warning("Warning: Failed to disable relocation on " in pSeries_machine_kexec()
|
/linux-4.4.14/drivers/rapidio/ |
D | rio-sysfs.c | 283 pr_warning("RIO: Failed to create attribute file(s) for %s\n", in rio_create_sysfs_dev_files()
|
/linux-4.4.14/kernel/ |
D | tracepoint.c | 494 pr_warning("Failed to register tracepoint module enter notifier\n"); in init_tracepoints()
|
/linux-4.4.14/drivers/input/serio/ |
D | serio.c | 288 pr_warning("Can't get module reference, dropping event %d\n", in serio_queue_event() 826 pr_warning("driver_attach() failed for %s with error %d\n", in serio_attach_driver()
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | tcm_bf537.c | 754 pr_warning("unable to configure net2272; it probably won't work\n"); in tcm_bf537_init()
|
D | cm_bf537u.c | 764 pr_warning("unable to configure net2272; it probably won't work\n"); in cm_bf537u_init()
|
D | cm_bf537e.c | 907 pr_warning("unable to configure net2272; it probably won't work\n"); in cm_bf537e_init()
|
D | stamp.c | 2967 pr_warning("unable to configure net2272; it probably won't work\n"); in stamp_init()
|
/linux-4.4.14/drivers/clocksource/ |
D | samsung_pwm_timer.c | 434 pr_warning("%s: invalid channel index in samsung,pwm-outputs property\n", in samsung_pwm_alloc()
|
/linux-4.4.14/drivers/acpi/ |
D | resource.c | 384 pr_warning("ACPI: IRQ %d override to %s, %s\n", gsi, in acpi_dev_get_irqresource()
|
/linux-4.4.14/drivers/sh/intc/ |
D | core.c | 103 pr_warning("missing unique irq mask for irq %d (vect 0x%04x)\n", in intc_register_irq()
|
/linux-4.4.14/drivers/usb/musb/ |
D | da8xx.c | 125 pr_warning("USB 1.1 clocked from USB 2.0 PHY -- " in phy_off()
|
/linux-4.4.14/arch/blackfin/mach-bf533/boards/ |
D | stamp.c | 872 pr_warning("unable to configure net2272; it probably won't work\n"); in stamp_init()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 513 pr_warning("could not register device to the tty subsystem\n"); in gigaset_if_init()
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0002.c | 326 pr_warning("%s: Bad 38VF640x CFI data; adjusting sector size from 64 to 8KiB\n", mtd->name); in fixup_sst38vf640x_sectorsize() 336 pr_warning("%s: Bad S29GL064N CFI data; adjust from 64 to 128 sectors\n", mtd->name); in fixup_s29gl064n_sectors() 347 pr_warning("%s: Bad S29GL032N CFI data; adjust from 127 to 63 sectors\n", mtd->name); in fixup_s29gl032n_sectors() 361 pr_warning("%s: Bad S29NS512P CFI data; adjust to 512 sectors\n", mtd->name); in fixup_s29ns512p_sectors()
|
/linux-4.4.14/drivers/input/gameport/ |
D | gameport.c | 388 pr_warning("Can't get module reference, dropping event %d\n", in gameport_queue_event()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbmon.c | 1076 pr_warning("Reserved SVD code %d\n", idx); in fb_edid_add_monspecs() 1078 pr_warning("Unimplemented SVD code %d\n", idx); in fb_edid_add_monspecs()
|
/linux-4.4.14/drivers/crypto/ |
D | n2_core.c | 368 pr_warning("Fallback driver '%s' could not be loaded!\n", in n2_hash_cra_init() 405 pr_warning("Fallback driver '%s' could not be loaded!\n", in n2_hmac_cra_init() 413 pr_warning("Child shash '%s' could not be loaded!\n", in n2_hmac_cra_init()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pxafb.c | 645 pr_warning("%s: timeout disabling overlay1\n", __func__); in overlay1fb_disable() 710 pr_warning("%s: timeout disabling overlay2\n", __func__); in overlay2fb_disable() 1187 pr_warning("%s: timeout waiting for command done\n", in pxafb_smart_flush()
|
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 956 pr_warning("AMD CPU family 0x%x not supported\n", c->x86); in init_amd_microcode()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | setup.c | 293 pr_warning("crashkernel: There would be kdump memory " in setup_crashkernel()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 447 pr_warning("L3 slot %d in use/index already disabled!\n", in store_cache_disable()
|
/linux-4.4.14/drivers/input/joystick/ |
D | gamecon.c | 873 pr_warning("Failed to initiate rumble for N64 device %d\n", idx); in gc_setup_pad()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvcs.c | 1578 pr_warning("HVCS: Failed to create rescan file (err %d)\n", rc); in hvcs_module_init()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | smp_64.c | 1545 pr_warning("PERCPU: %s allocator failed (%d), " in setup_per_cpu_areas()
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 2322 pr_warning("%s: %s must implement .round_rate or .determine_rate in addition to .recalc_rate\n", in __clk_init() 2329 pr_warning("%s: %s must implement .get_parent & .set_parent\n", in __clk_init()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci-common.c | 1216 pr_warning("PCI: Cannot allocate resource region " in pcibios_allocate_bus_resources()
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 1327 pr_warning("irq %d uses trigger mode %u; requested %u\n", in __setup_irq()
|
/linux-4.4.14/drivers/media/platform/ |
D | sh_vou.c | 819 pr_warning("%s(): Invalid bus-format code %d, using default 8-bit\n", in sh_vou_ntsc_mode()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nl.c | 240 pr_warning("request: minor=%u, resource=%s; but that minor belongs to resource %s\n", in drbd_adm_prepare() 249 pr_warning("request: minor=%u, volume=%u; but that minor is volume %u in %s\n", in drbd_adm_prepare()
|
/linux-4.4.14/drivers/char/ |
D | virtio_console.c | 2281 pr_warning("Error creating debugfs dir for virtio-ports\n"); in init()
|
/linux-4.4.14/drivers/s390/net/ |
D | lcs.c | 1764 pr_warning("Stoplan for %s initiated by LGW.\n", in lcs_get_control()
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 2822 pr_warning("%s: '%s' is using deprecated serial flags (with no effect): %.8x\n", in tty_warn_deprecated_flags()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_base.c | 2457 pr_warning("%s() Creating sysfs files failed, continuing\n", in radeonfb_pci_register()
|