/linux-4.4.14/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 6 # strings, common_xxx() calls back into perf, begin, end, unhandled 73 my %unhandled; 77 if ((scalar keys %unhandled) == 0) { 87 foreach my $event_name (keys %unhandled) { 88 printf("%-40s %10d\n", $event_name, $unhandled{$event_name}); 97 $unhandled{$event_name}++;
|
H A D | wakeup-latency.pl | 82 my %unhandled; 86 if ((scalar keys %unhandled) == 0) { 96 foreach my $event_name (keys %unhandled) { 97 printf("%-40s %10d\n", $event_name, $unhandled{$event_name}); 106 $unhandled{$event_name}++;
|
H A D | rw-by-file.pl | 79 my %unhandled; 83 if ((scalar keys %unhandled) == 0) { 93 foreach my $event_name (keys %unhandled) { 94 printf("%-40s %10d\n", $event_name, $unhandled{$event_name}); 103 $unhandled{$event_name}++;
|
H A D | rw-by-pid.pl | 159 my %unhandled; 163 if ((scalar keys %unhandled) == 0) { 173 foreach my $event_name (keys %unhandled) { 174 printf("%-40s %10d\n", $event_name, $unhandled{$event_name}); 183 $unhandled{$event_name}++;
|
H A D | rwtop.pl | 178 my %unhandled; 182 if ((scalar keys %unhandled) == 0) { 192 foreach my $event_name (keys %unhandled) { 193 printf("%-40s %10d\n", $event_name, $unhandled{$event_name}); 202 $unhandled{$event_name}++;
|
/linux-4.4.14/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 6 # strings, common_xxx() calls back into perf, begin, end, unhandled 19 unhandled = autodict() variable 56 unhandled[event_name] += 1 58 unhandled[event_name] = 1 71 keys = unhandled.keys() 82 print "%-40s %10d\n" % (event_name, unhandled[event_name])
|
H A D | export-to-postgresql.py | 640 print datetime.datetime.today(), "Warning: ", unhandled_count, " unhandled events"
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | bugs.h | 63 * about unhandled enumerations. check_bugs()
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | cuboot-pq2.c | 144 goto unhandled; fixup_pci() 156 goto unhandled; fixup_pci() 173 goto unhandled; fixup_pci() 175 goto unhandled; fixup_pci() 177 goto unhandled; fixup_pci() 179 goto unhandled; fixup_pci() 186 goto unhandled; fixup_pci() 241 unhandled: fixup_pci()
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | traps.c | 96 /* EXCCAUSE_INSTRUCTION_FETCH unhandled */ 97 /* EXCCAUSE_LOAD_STORE_ERROR unhandled*/ 100 /* EXCCAUSE_INTEGER_DIVIDE_BY_ZERO unhandled */ 101 /* EXCCAUSE_PRIVILEGED unhandled */ 114 /* EXCCAUSE_SIZE_RESTRICTION unhandled */ 120 /* EXCCAUSE_DTLB_SIZE_RESTRICTION unhandled */ 125 /* XCCHAL_EXCCAUSE_FLOATING_POINT unhandled */ 180 __die_if_kernel("Caught unhandled exception - should not happen", do_unhandled() 184 printk("Caught unhandled exception in '%s' " do_unhandled()
|
/linux-4.4.14/kernel/irq/ |
H A D | debug.h | 14 printk("irq %d, desc: %p, depth: %d, count: %d, unhandled: %d\n", print_irq_desc()
|
H A D | handle.c | 24 * handle_bad_irq - handle spurious and unhandled irqs 27 * Handles spurious and unhandled IRQ's. It also prints a debugmessage.
|
H A D | proc.c | 266 seq_printf(m, "count %u\n" "unhandled %u\n" "last_unhandled %u ms\n", irq_spurious_proc_show()
|
H A D | spurious.c | 378 * of 100k unhandled ones which is handled note_interrupt()
|
/linux-4.4.14/drivers/media/firewire/ |
H A D | firedtv-ci.c | 117 dev_info(fdtv->device, "unhandled CA message 0x%08x\n", fdtv_ca_get_msg() 169 dev_err(fdtv->device, "unhandled CA message 0x%08x\n", fdtv_ca_send_msg() 200 dev_info(fdtv->device, "unhandled CA ioctl %u\n", cmd); fdtv_ca_ioctl()
|
/linux-4.4.14/drivers/uwb/ |
H A D | ie-rcv.c | 47 dev_warn(dev, "unhandled Relinquish Request IE\n"); uwbd_evt_handle_rc_ie_rcv()
|
H A D | rsv.c | 396 dev_err(&rsv->rc->uwb_dev.dev, "unhandled state: %s (%d)\n", uwb_rsv_set_state()
|
/linux-4.4.14/include/linux/ |
H A D | irqdesc.h | 27 * @last_unhandled: aging timer for unhandled count 28 * @irqs_unhandled: stats field for spurious unhandled interrupts 60 unsigned long last_unhandled; /* Aging timer for unhandled count */
|
H A D | irq.h | 495 /* Handling of unhandled and spurious interrupts: */
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.h | 48 unsigned int unhandled_irqs; /* # of unhandled interrupts */
|
H A D | cxgb2.c | 407 "unhandled irqs",
|
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | fpu-ucf64.c | 93 pr_debug("UniCore-F64 Error: unhandled exceptions\n"); ucf64_exchandler()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
H A D | vm86.h | 33 #define VM86_UNKNOWN 1 /* unhandled GP fault
|
/linux-4.4.14/security/selinux/ |
H A D | nlmsgtab.c | 185 /* No messaging from userspace, or class unknown/unhandled */ selinux_nlmsg_lookup()
|
/linux-4.4.14/include/trace/events/ |
H A D | irq.h | 99 __entry->irq, __entry->ret ? "handled" : "unhandled")
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_module.c | 60 "Send sigterm to HSA process on unhandled exception (0 = disable, 1 = enable)");
|
H A D | kfd_events.c | 886 "HSA Process (PID %d) got unhandled exception", lookup_events_by_type_and_signal()
|
H A D | kfd_priv.h | 79 * unhandled exception
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | hyperv.c | 269 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); kvm_hv_get_msr_pw() 308 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); kvm_hv_get_msr()
|
H A D | svm.c | 2896 WARN(1, "unhandled write to CR%d", cr); cr_interception() 2918 WARN(1, "unhandled read from CR%d", cr); cr_interception()
|
H A D | x86.c | 2224 vcpu_unimpl(vcpu, "unhandled wrmsr: 0x%x data %llx\n", kvm_set_msr_common() 2434 vcpu_unimpl(vcpu, "unhandled rdmsr: 0x%x\n", msr_info->index); kvm_get_msr_common()
|
H A D | vmx.c | 5529 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", handle_cr()
|
/linux-4.4.14/drivers/staging/nvec/ |
H A D | nvec_ps2.c | 98 NVEC_PHD("unhandled mouse event: ", msg, msg[1] + 2); nvec_ps2_notifier()
|
H A D | nvec.c | 151 dev_warn(nvec->dev, "unhandled msg type %ld\n", event_type); nvec_status_notifier()
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | l3_1tr6.c | 788 l3_debug(st, "up1tr6%s N0 mt %x unhandled", up1tr6() 831 l3_debug(st, "up1tr6%sstate %d mt %x unhandled", up1tr6() 879 l3_debug(st, "down1tr6 state %d prim %d unhandled", down1tr6() 907 l3_debug(st, "cr %d man1tr6 state %d prim %d unhandled", man1tr6()
|
H A D | isdnl1.c | 833 debugl1(cs, "dch_l2l1 msg %04X unhandled", pr); dch_l2l1() 870 debugl1(cs, "%s %04X unhandled", __func__, pr); l1_msg()
|
H A D | l3dss1.c | 2918 l3_debug(st, "dss1 global state %d mt %x unhandled", global_handler() 3095 l3_debug(st, "dss1up%sstate %d mt %#x unhandled", dss1up() 3154 l3_debug(st, "dss1down state %d prim %#x unhandled", dss1down() 3182 l3_debug(st, "cr %d dss1man state %d prim %#x unhandled", dss1man()
|
H A D | l3ni1.c | 2862 l3_debug(st, "ni1 global state %d mt %x unhandled", global_handler() 3051 l3_debug(st, "ni1up%sstate %d mt %#x unhandled", ni1up() 3110 l3_debug(st, "ni1down state %d prim %#x unhandled", ni1down() 3138 l3_debug(st, "cr %d ni1man state %d prim %#x unhandled", ni1man()
|
H A D | hfc_sx.c | 584 debugl1(cs, "dch_nt_l2l1 msg %04X unhandled", pr); dch_nt_l2l1()
|
H A D | hfc_pci.c | 758 debugl1(cs, "dch_nt_l2l1 msg %04X unhandled", pr); dch_nt_l2l1()
|
H A D | isar.c | 1263 debugl1(cs, "unhandled msg iis(%x) ctrl(%x/%x)", isar_int_main()
|
/linux-4.4.14/drivers/isdn/sc/ |
H A D | interrupt.c | 237 pr_debug("%s: Received unhandled message (%d,%d,%d) link %d\n", interrupt_handler()
|
/linux-4.4.14/drivers/input/keyboard/ |
H A D | atakbd.c | 213 printk(KERN_INFO "atakbd: unhandled scancode %x\n", scancode); atakbd_interrupt()
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | pcap_ts.c | 82 "pcap_ts: Warning, unhandled read_state %d\n", pcap_ts_read_xy()
|
H A D | da9052_tsi.c | 129 * FIXME: Fixes the unhandled irq issue when quick da9052_ts_pen_work()
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_hv_ras.c | 130 * interrupt (for unhandled errors) or will continue from kvmppc_realmode_mc_power7()
|
H A D | book3s_hv_rmhandlers.S | 2407 * Deliver unhandled/fatal (e.g. UE) MCE errors to guest through 2413 * The old code used to return to host for unhandled errors which
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
H A D | fault.c | 170 * In case of unhandled error report the problem to user space. spufs_handle_class1()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | fixed_code.S | 145 * call panic, so just cause a unhandled exception, this should cause
|
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | irq.c | 188 "unhandled interrupt: 0x%08x\n", status); snd_emu10k1_interrupt()
|
/linux-4.4.14/drivers/input/serio/ |
H A D | hyperv-keyboard.c | 186 "unhandled message type %d\n", msg_type); hv_kbd_on_receive() 240 "unhandled packet type %d, tid %llx len %d\n", hv_kbd_handle_received_packet()
|
/linux-4.4.14/tools/perf/util/ |
H A D | session.c | 195 dump_printf(": unhandled!\n"); process_event_synth_tracing_data_stub() 204 dump_printf(": unhandled!\n"); process_event_synth_attr_stub() 214 dump_printf(": unhandled!\n"); process_event_sample_stub() 223 dump_printf(": unhandled!\n"); process_event_stub() 231 dump_printf(": unhandled!\n"); process_build_id_stub() 239 dump_printf(": unhandled!\n"); process_finished_round_stub() 252 dump_printf(": unhandled!\n"); process_id_index_stub() 260 dump_printf(": unhandled!\n"); process_event_auxtrace_info_stub() 284 dump_printf(": unhandled!\n"); process_event_auxtrace_stub() 295 dump_printf(": unhandled!\n"); process_event_auxtrace_error_stub()
|
/linux-4.4.14/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 274 pr_debug("%s: unhandled frame r_ctl %x\n", ft_recv_seq() 490 pr_debug("%s: unhandled frame r_ctl %x\n", ft_recv_req()
|
/linux-4.4.14/drivers/isdn/hysdn/ |
H A D | hysdn_sched.c | 57 printk(KERN_INFO "irq message channel %d len %d unhandled \n", chan, len); hysdn_sched_rx()
|
/linux-4.4.14/drivers/input/mouse/ |
H A D | sermouse.c | 241 * an unhandled serio port is found.
|
H A D | psmouse-base.c | 1506 * an unhandled serio port is found.
|
/linux-4.4.14/drivers/dma/ipu/ |
H A D | ipu_irq.c | 283 * might want to clear unhandled interrupts after the loop... ipu_irq_handler()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | signal.c | 25 /* Log an error when sending an unhandled signal to a process. Controlled
|
H A D | traps.c | 244 const char fmt32[] = KERN_INFO "%s[%d]: unhandled signal %d " \ _exception() 246 const char fmt64[] = KERN_INFO "%s[%d]: unhandled signal %d " \ _exception()
|
/linux-4.4.14/arch/s390/kvm/ |
H A D | intercept.c | 109 WARN_ONCE(true, "kvm: unhandled validity intercept 0x%x\n", viwhy); handle_validity()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
H A D | entry.S | 158 mov.l 8f,r8 ! unhandled exception
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
H A D | entry.S | 123 mov.l 8f,r8 ! unhandled exception
|
/linux-4.4.14/arch/nios2/mm/ |
H A D | fault.c | 189 pr_info("%s: unhandled page fault (%d) at 0x%08lx, " do_page_fault()
|
/linux-4.4.14/tools/power/cpupower/utils/ |
H A D | cpufreq-set.c | 147 printf(_("wrong, unknown or unhandled CPU?\n")); do_new_policy()
|
/linux-4.4.14/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 139 printf("[INFO]\tExited vm86 mode due to unhandled GP fault\n"); do_test()
|
/linux-4.4.14/drivers/isdn/divert/ |
H A D | isdn_divert.c | 737 printk(KERN_WARNING "dss1_divert unhandled invoke abort\n"); prot_stat_callback() 749 printk(KERN_WARNING "dss1_divert unhandled process\n"); prot_stat_callback()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | mvsdio.c | 492 dev_err(host->dev, "unhandled error status %#04x\n", mvsd_irq() 510 dev_err(host->dev, "unhandled interrupt status=0x%04x en=0x%04x pio=%d\n", mvsd_irq()
|
H A D | au1xmmc.c | 284 pr_info("au1xmmc: unhandled response type %02x\n", au1xmmc_send_command()
|
H A D | mxcmmc.c | 405 dev_err(mmc_dev(host->mmc), "unhandled response type 0x%x\n", mxcmci_start_cmd()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
H A D | csio_scsi.h | 120 uint32_t n_unknown_error;/* No. of unhandled errors */
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | layer1.c | 374 printk(KERN_DEBUG "%s %x unhandled\n", l1_event()
|
H A D | dsp_core.c | 620 printk(KERN_DEBUG "%s: ctrl req %x unhandled\n", dsp_control_req() 826 printk(KERN_DEBUG "%s: ctrl ind %x unhandled " dsp_function() 944 printk(KERN_DEBUG "%s: msg %x unhandled %s\n", dsp_function()
|
H A D | hwchannel.c | 201 pr_info("mISDN unhandled control %x operation\n", cq->op); mISDN_ctrl_bchannel()
|
/linux-4.4.14/drivers/lguest/ |
H A D | segments.c | 65 * mess: the message will be "unhandled trap 256".
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-hyperv.c | 359 pr_err("unhandled packet type %d, tid %llx len %d\n", mousevsc_on_channel_callback()
|
/linux-4.4.14/drivers/input/misc/ |
H A D | xen-kbdfront.c | 87 pr_warning("unhandled keycode 0x%x\n", input_handler()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_ttm.c | 170 NV_WARN(drm, "%s: unhandled family type %x\n", __func__, nouveau_gart_manager_new()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | irq.c | 355 * 2. GDB serial port IRQs are unhandled here and will be handled
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | entry-common.S | 283 * 0x40-0xff Not supported by all parts, so left unhandled.
|
H A D | dwarf.c | 546 pr_debug("unhandled DWARF instruction 0x%x\n", insn); dwarf_cfa_execute_insns()
|
/linux-4.4.14/arch/mips/pci/ |
H A D | ops-bcm63xx.c | 411 * fixup to choose and detect unhandled configuration
|
/linux-4.4.14/sound/pci/cs5535audio/ |
H A D | cs5535audio_pcm.c | 320 dev_err(cs5535au->card->dev, "unhandled trigger\n"); snd_cs5535audio_trigger()
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | chsc.c | 582 CIO_CRW_EVENT(2, "chsc: sei nt2 unhandled cc=%d\n", chsc_process_sei_nt2() 611 CIO_CRW_EVENT(2, "chsc: sei nt0 unhandled cc=%d\n", chsc_process_sei_nt0() 658 CIO_CRW_EVENT(2, "chsc: unhandled nt: %d\n", sei->nt); chsc_process_event_information()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-nomadik.c | 725 * unhandled. 861 /* unhandled interrupts by this driver - TODO*/ i2c_irq_handler() 869 dev_err(&dev->adev->dev, "unhandled Interrupt\n"); i2c_irq_handler()
|
H A D | i2c-st.c | 589 "it %d unhandled (sta=0x%04x)\n", it, sta); st_i2c_isr_thread()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | prism2sta.c | 965 pr_debug("received infoframe:HANDOVER (unhandled)\n"); prism2sta_inf_handover() 1206 netdev_info(wlandev->netdev, "linkstatus=NOTCONNECTED (unhandled)\n"); prism2sta_processing_defer() 1296 "linkstatus=DISCONNECTED (unhandled)\n"); prism2sta_processing_defer() 1363 netdev_info(wlandev->netdev, "linkstatus=AP_OUTOFRANGE (unhandled)\n"); prism2sta_processing_defer() 1404 netdev_info(wlandev->netdev, "linkstatus=ASSOCFAIL (unhandled)\n"); prism2sta_processing_defer()
|
/linux-4.4.14/drivers/scsi/libsas/ |
H A D | sas_discover.c | 478 SAS_DPRINTK("unhandled device %d\n", dev->dev_type); sas_discover_domain()
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_defs_fcs.h | 234 u32 un_handled_els_rcvd; /* Received unhandled ELS */
|
/linux-4.4.14/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 338 dev_err(&i2c_adap->dev, "unhandled SIO state 0x%02x\n", state); pca_xfer()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | fweh.c | 162 brcmf_err("unhandled event %d ignored\n", code); brcmf_fweh_call_event_handler()
|
/linux-4.4.14/drivers/net/ |
H A D | rionet.c | 257 printk(KERN_WARNING "%s: unhandled doorbell\n", rionet_dbell_event()
|
/linux-4.4.14/fs/fat/ |
H A D | fat.h | 45 unicode_xlate:1, /* create escape sequences for unhandled Unicode */
|
/linux-4.4.14/arch/mips/mm/ |
H A D | cerr-sb1.c | 263 panic("unhandled cache error"); sb1_cache_error()
|
/linux-4.4.14/sound/soc/fsl/ |
H A D | mpc5200_dma.c | 172 dev_dbg(psc_dma->dev, "unhandled trigger: stream=%i cmd=%i\n", psc_dma_trigger()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_i2c.c | 316 DRM_ERROR("i2c: unhandled radeon chip\n"); radeon_get_i2c_prescale() 883 DRM_ERROR("i2c: unhandled radeon chip\n"); radeon_hw_i2c_xfer()
|
/linux-4.4.14/fs/ceph/ |
H A D | xattr.c | 934 /* pass any unhandled ceph.* xattrs through to the MDS */ __ceph_setxattr() 1087 /* pass any unhandled ceph.* xattrs through to the MDS */ __ceph_removexattr()
|
/linux-4.4.14/fs/nfs/ |
H A D | nfs4state.c | 1422 pr_err("NFS: %s: unhandled error %d\n", list_for_each_entry() 1492 printk(KERN_ERR "NFS: %s: unhandled error %d\n", nfs4_reclaim_open_state() 2129 pr_warn("NFS: %s unhandled error %d. Exiting with error EIO\n", nfs4_discover_server_trunking()
|
H A D | pnfs_nfs.c | 368 dprintk("%s: unhandled address family: %u\n", same_sockaddr()
|
H A D | nfs4proc.c | 1791 printk(KERN_ERR "NFS: %s: unhandled error " nfs4_handle_delegation_recall_error()
|
/linux-4.4.14/drivers/video/console/ |
H A D | fbcon.c | 765 "detected unhandled fb_set_par error, " con2fb_release_oldinfo() 786 "unhandled fb_set_par error, " con2fb_init_display() 1123 "unhandled fb_set_par error, " fbcon_init() 2227 "unhandled fb_set_par error, " fbcon_switch()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
H A D | em28xx-input.c | 552 WARN_ONCE(1, "BUG: unhandled button role."); em28xx_query_buttons()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
H A D | internal.h | 88 u32 unhandled; member in struct:isr_statistics
|
H A D | rx.c | 1421 isr_stats->unhandled++; iwl_pcie_irq_handler()
|
H A D | trans.c | 2045 isr_stats->unhandled); iwl_dbgfs_interrupt_read()
|
/linux-4.4.14/drivers/dma/ioat/ |
H A D | dma.c | 789 /* fault on unhandled error or spurious halt */ ioat_eh()
|
/linux-4.4.14/drivers/ata/ |
H A D | sata_inic162x.c | 409 ata_port_warn(ap, "unhandled interrupt: cmd=0x%x irq_stat=0x%x idma_stat=0x%x\n", inic_host_intr()
|
/linux-4.4.14/arch/arm/mm/ |
H A D | fault.c | 169 printk(KERN_DEBUG "%s: unhandled page fault (%d) at 0x%08lx, code 0x%03x\n", __do_user_fault()
|
/linux-4.4.14/arch/arm/vfp/ |
H A D | vfpmodule.c | 263 vfp_panic("unhandled bounce", inst); vfp_raise_exceptions()
|
/linux-4.4.14/arch/arm64/mm/ |
H A D | fault.c | 171 pr_info("%s[%d]: unhandled %s (%d) at 0x%08lx, esr 0x%03x\n", __do_user_fault()
|
/linux-4.4.14/tools/vm/ |
H A D | page-types.c | 956 fatal("unhandled file type: %s\n", opt_file); walk_page_cache()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
H A D | omap1_camera.c | 804 dev_warn(dev, "%s: unhandled camera interrupt, status == %#x\n", cam_isr() 864 dev_warn(dev, "%s: unhandled camera interrupt, status == %#x\n", cam_isr()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | cmd.c | 462 lbs_deb_cmd("SNMP_CMD: (set) unhandled OID 0x%x\n", oid); lbs_set_snmp_mib() 510 lbs_deb_cmd("SNMP_CMD: (get) unhandled OID 0x%x size %d\n", lbs_get_snmp_mib()
|
H A D | cfg.c | 1559 wiphy_err(wiphy, "unhandled cipher 0x%x\n", params->cipher); lbs_cfg_add_key()
|
/linux-4.4.14/drivers/block/ |
H A D | sx8.c | 1159 printk(KERN_WARNING DRV_NAME "(%s): BUG: unhandled message type %d/%d\n", carm_handle_resp() 1191 printk(KERN_WARNING DRV_NAME "(%s): unhandled event type %d\n", carm_handle_responses()
|
/linux-4.4.14/sound/soc/davinci/ |
H A D | davinci-mcasp.c | 331 dev_warn(mcasp->dev, "unhandled tx event. txstat: 0x%08x\n", davinci_mcasp_tx_irq_handler() 366 dev_warn(mcasp->dev, "unhandled rx event. rxstat: 0x%08x\n", davinci_mcasp_rx_irq_handler()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | ni_mio_common.c | 393 dev_warn(dev->class_dev, "%s: unhandled register=0x%x\n", m_series_stc_write() 441 dev_warn(dev->class_dev, "%s: unhandled register=0x%x\n", m_series_stc_read() 2647 "bug! unhandled ao reference voltage\n"); ni_m_series_ao_config_chanlist() 2659 "bug! unhandled ao offset voltage\n"); ni_m_series_ao_config_chanlist() 3764 dev_warn(dev->class_dev, "%s: unhandled register=0x%x\n", ni_gpct_to_stc_register() 4334 dev_err(dev->class_dev, "bug, unhandled case in switch.\n"); ni_old_get_pfi_routing()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | net2272.c | 1980 dev_dbg(dev->dev, "unhandled irqstat0 %02x\n", stat); net2272_handle_stat0_irqs() 2064 dev_dbg(dev->dev, "unhandled irqstat1 %02x\n", stat); net2272_handle_stat1_irqs()
|
H A D | goku_udc.c | 1703 DBG(dev, "unhandled irq status: %05x (%05x, %05x)\n", stat, goku_irq()
|
H A D | net2280.c | 3265 ep_dbg(dev, "unhandled irqstat0 %08x\n", stat); handle_stat0_irqs() 3451 ep_dbg(dev, "unhandled irqstat1 %08x\n", stat);
|
H A D | omap_udc.c | 1851 DBG("udc_irq, unhandled %03x\n", irq_src); omap_udc_irq()
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musb_gadget.c | 1992 WARNING("unhandled RESUME transition (%s)\n", musb_g_resume() 2022 WARNING("unhandled SUSPEND transition (%s)\n", musb_g_suspend()
|
H A D | musb_core.c | 869 WARNING("unhandled DISCONNECT transition (%s)\n", musb_stage0_irq()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
H A D | entry.S | 1505 /* Save arguments in case we have to fix-up unhandled page fault */ 1727 /* The idea is : when we get an unhandled panic, we dump the registers
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | etraxfs-uart.c | 530 * gracefully by keeping track of the unhandled character. receive_chars_no_dma()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | obd_config.c | 1361 LCONSOLE(D_WARNING, "unhandled lrh_type: %#x\n", rec->lrh_type); class_config_dump_handler()
|
/linux-4.4.14/drivers/lguest/x86/ |
H A D | core.c | 456 kill_guest(cpu, "unhandled trap %li at %#lx (%#lx)", lguest_arch_handle_trap()
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_fd.c | 704 "unhandled msg type 0x%02x (%d): ignored\n", pcan_usb_fd_decode_buf()
|
H A D | pcan_usb_pro.c | 754 "unhandled rec type 0x%02x (%d): ignored\n", pcan_usb_pro_decode_buf()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
H A D | dsi.c | 1156 dev_err(dsi->dev, "unhandled response type: %02x\n", tegra_dsi_read_response()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
H A D | saa7164-core.c | 713 "%s() unhandled interrupt " saa7164_irq()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
H A D | hostap_80211_rx.c | 524 printk(KERN_DEBUG "%s: hostap_rx_frame_mgmt: dropped unhandled" hostap_rx_frame_mgmt()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | debug.c | 739 il->isr_stats.unhandled); il_dbgfs_interrupt_read()
|
H A D | common.h | 1032 u32 unhandled; member in struct:isr_stats
|
H A D | 3945-mac.c | 1524 il->isr_stats.unhandled++; il3945_irq_tasklet()
|
H A D | common.c | 4472 D_RADIO("Dumping %d bytes of unhandled notification for %s:\n", len, il_hdl_pm_debug_stats()
|
H A D | 4965-mac.c | 4520 il->isr_stats.unhandled++; il4965_irq_tasklet()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | rx.c | 200 IWL_DEBUG_RADIO(priv, "Dumping %d bytes of unhandled " iwlagn_rx_pm_debug_statistics_notif()
|
/linux-4.4.14/drivers/net/hyperv/ |
H A D | netvsc.c | 1169 "unhandled packet type %d, " netvsc_channel_cb()
|
H A D | rndis_filter.c | 455 "unhandled rndis message (type %u len %u)\n", rndis_filter_receive()
|
/linux-4.4.14/drivers/pci/host/ |
H A D | pcie-rcar.c | 629 dev_info(pcie->dev, "unhandled MSI\n"); rcar_pcie_msi_irq()
|
H A D | pci-tegra.c | 1178 dev_info(pcie->dev, "unhandled MSI\n"); tegra_pcie_msi_irq()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | rx.c | 282 wiphy_err(ar->hw->wiphy, "FW: received unhandled event %x\n", carl9170_handle_command_response()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 683 * "unhandled events"
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | traps.c | 654 printk("%s(%d): unhandled unaligned exception\n", do_entUna()
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | traps.c | 504 pr_info("pid %d unhandled fault: pc 0x%08x, addr 0x%08lx, trap %d (%s)\n", unhandled_fault()
|
/linux-4.4.14/firmware/keyspan_pda/ |
H A D | keyspan_pda.S | 631 ;; unhandled. STALL
|
H A D | xircom_pgs.S | 669 ;; unhandled. STALL
|
/linux-4.4.14/arch/x86/kernel/apic/ |
H A D | io_apic.c | 1648 * number of pending IRQ events unhandled. These cases are very rare, 1795 * any unhandled interrupt on the offlined cpu to the new cpu ioapic_ack_level()
|
/linux-4.4.14/net/sunrpc/ |
H A D | xprtsock.c | 2027 printk(KERN_ERR "%s: unhandled error (%d) connecting to %s\n", xs_local_setup_socket() 2330 printk("%s: connect returned unhandled error %d\n", xs_tcp_setup_socket()
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | remote_device.c | 596 /* Else, fall through and treat as unhandled... */ sci_remote_device_event_handler()
|
H A D | request.c | 2882 /* Catch any otherwise unhandled error codes here. */ isci_request_io_request_complete()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
H A D | mISDNisar.c | 1141 pr_debug("%s: unhandled msg iis(%x) ctrl(%x/%x)\n", mISDNisar_irq()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | join.c | 590 * | 0xFFFE(-2): Authentication unhandled message |
|
H A D | scan.c | 1159 "SCAN_RESP: unhandled TLV = %d\n", mwifiex_ret_802_11_scan_get_tlv_ptrs()
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
H A D | zd_usb.c | 413 * retry unhandled. Next read-reg command then might catch handle_regs_int()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 903 "unhandled record: id:%d length:%d\n", htc_process_trailer()
|
H A D | htc_mbox.c | 1742 ath6kl_err("unhandled record: id:%d len:%d\n", htc_parse_trailer()
|
/linux-4.4.14/drivers/dma/ |
H A D | fsldma.c | 1088 chan_err(chan, "irq: unhandled sr 0x%08x\n", stat); fsldma_chan_irq()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gem_execbuffer.c | 1173 if (ret == -EACCES) /* unhandled chained batch */ i915_gem_execbuffer_parse()
|
H A D | intel_dp.c | 4466 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n"); intel_dp_check_link_status() 4830 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n"); intel_dp_detect()
|
H A D | i915_gem.c | 1939 WARN_ONCE(ret, "unhandled error in i915_gem_fault: %i\n", ret); i915_gem_fault()
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | numa.c | 1240 * Returns the number of cpus with unhandled associativity changes.
|
/linux-4.4.14/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 1054 /* FIXME add handle function for unhandled exception - dump register */
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | octeon-irq.c | 2209 pr_err("ERROR: CIB bit %d@%llx IRQ unhandled, disabling\n", octeon_irq_cib_handler()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 1370 mlog(ML_ERROR, "unhandled error!"); dlm_do_master_request() 1730 mlog(ML_ERROR, "unhandled error=%d!\n", tmpret); dlm_do_assert_master() 2999 mlog(ML_ERROR, "unhandled error=%d!\n", ret); dlm_do_migrate_request()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | file_ops.c | 774 * Clear any left over, unhandled events so the next process that hfi1_file_close()
|
/linux-4.4.14/drivers/scsi/ |
H A D | 53c700.c | 1249 printk(KERN_ERR "scsi%d: (%d:%d), unhandled script condition %s %s at %04x\n", process_script_interrupt()
|
/linux-4.4.14/drivers/memstick/core/ |
H A D | ms_block.c | 2219 /* Take care of unhandled + new requests from now on */ msb_remove()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | d3.c | 1498 /* not trying to keep connections with MFP/unhandled ciphers */ iwl_mvm_setup_connection_keep()
|
/linux-4.4.14/drivers/net/irda/ |
H A D | ali-ircc.c | 841 pr_debug("%s(), unhandled IIR=%#x\n", ali_ircc_sir_interrupt()
|
H A D | smsc-ircc2.c | 1606 pr_debug("%s(), unhandled IIR=%#x\n", smsc_ircc_interrupt_sir()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 1689 ath10k_warn(ar, "unhandled tx completion status %d\n", status); ath10k_htt_rx_frm_tx_compl()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 1005 * is still unhandled work. qede_poll()
|
/linux-4.4.14/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 1371 "unhandled fragment"); ip_vs_try_to_schedule()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 864 "Port stat errors %x unhandled\n", mtip_process_errors() 1197 "Internal command [%02X] wait returned code [%d] after %lu ms - unhandled\n", mtip_exec_internal_command()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_fs.c | 2379 * Abort any unhandled setup __ffs_event_add()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 1601 * to be on the safe side that these interrupts don't go unhandled.
|
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | core.c | 1563 * Clear channel interrupt enables and any unhandled channel interrupt dwc2_hc_cleanup()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
H A D | bas-gigaset.c | 1982 /* If an HD_RECEIVEATDATA_ACK message remains unhandled gigaset_write_cmd()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 2425 * unhandled status to the OS. To protect against napi_rx_handler()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 3277 * is still unhandled work.
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1223 netdev_err(bp->dev, "unhandled ASYNC event (id 0x%x)\n", bnxt_async_event_process()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | nl80211.h | 92 * that userspace registers for will not be returned as unhandled by the
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 611 * Window aperture is currently unhandled, but there is no use case for it
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 3961 pr_notice("unhandled HKEY event 0x%04x\n", hkey); hotkey_notify()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 3513 dev_info(&pf->pdev->dev, "unhandled interrupt icr0=0x%08x\n", i40e_intr()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 7579 * are unhandled. Eventually they will be silenced. tg3_interrupt_tagged()
|