Searched refs:detected (Results 1 - 200 of 1730) sorted by relevance

123456789

/linux-4.1.27/lib/
H A Dusercopy.c7 WARN(1, "Buffer overflow detected!\n"); copy_from_user_overflow()
H A Ddebug_locks.c20 * detected and reported, there might be cascade of followup bugs
30 * a locking bug is detected.
H A Dkstrtox.c112 * given as 0, then the base of the string is automatically detected with the
136 * given as 0, then the base of the string is automatically detected with the
208 * given as 0, then the base of the string is automatically detected with the
239 * given as 0, then the base of the string is automatically detected with the
/linux-4.1.27/arch/unicore32/include/mach/
H A Dregs-ost.h48 * Match detected 0 OST_OSSR_M0
52 * Match detected 1 OST_OSSR_M1
56 * Match detected 2 OST_OSSR_M2
60 * Match detected 3 OST_OSSR_M3
H A Dregs-rtc.h22 * ALarm detected RTC_RTSR_AL
26 * 1 Hz clock detected RTC_RTSR_HZ
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dregs-rtc.h20 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */
21 #define RTSR_AL (1 << 0) /* RTC alarm detected */
H A Dgumstix.h22 has detected a cable insertion; driven low otherwise. */
89 /* for expansion boards that can't be programatically detected */
/linux-4.1.27/arch/arm/mach-mmp/include/mach/
H A Dregs-rtc.h20 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */
21 #define RTSR_AL (1 << 0) /* RTC alarm detected */
/linux-4.1.27/tools/perf/util/
H A Dstrfilter.h23 * @err: Pointer which points an error detected on @rules
25 * Parse @rules and return new strfilter. Return NULL if an error detected.
26 * In that case, *@err will indicate where it is detected, and *@err is NULL
/linux-4.1.27/sound/oss/
H A Dad1848.h4 #define AD_F_CS4231 0x0001 /* Returned if a CS4232 (or compatible) detected */
5 #define AD_F_CS4248 0x0001 /* Returned if a CS4248 (or compatible) detected */
H A Dv_midi.c183 printk(KERN_ERR "v_midi: Too many midi devices detected\n"); attach_v_midi()
203 printk (KERN_ERR "v_midi: Too many midi devices detected\n"); attach_v_midi()
/linux-4.1.27/drivers/pcmcia/
H A Dbcm63xx_pcmcia.h36 /* whether a card is detected at the moment */
39 /* type of detected card (mask of above enum) */
H A Dyenta_socket.h22 #define CB_16BITCARD 0x00000010 /* 16-bit card detected */
23 #define CB_CBCARD 0x00000020 /* CardBus card detected */
25 #define CB_NOTACARD 0x00000080 /* Unrecognizable PC card detected */
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dmce.h15 __u64 time; /* wall time_t when error was detected */
24 __u32 extcpu; /* linux cpu number that detected the error */
/linux-4.1.27/include/linux/platform_data/
H A Dlp8755.h22 *PWR FAULT : power fault detected
26 *TEMP_SHDN : thermal shutdonw detected
H A Dnet-cw1200.h24 const char *sdd_file; /* if NULL, will use default for detected hw type */
41 const char *sdd_file; /* if NULL, will use default for detected hw type */
H A Domap_drm.h28 * detected devices. Remaining overlays are used as video planes. This
/linux-4.1.27/fs/ext3/
H A Dnamei.h22 "Directory hole detected on inode %lu\n", ext3_dir_bread()
/linux-4.1.27/include/linux/i2c/
H A Dpxa-i2c.h35 * 11. SSDIE 0 (Disables interrupts from a slave stop detected, in slave mode)
36 * 10. BEIE 1 (Enable interrupts from detected bus errors, no ACK sent)
53 * 10. BED 1 (Clear bus error detected)
54 * 9. SAD 1 (Clear slave address detected)
/linux-4.1.27/include/linux/input/
H A Dgp2ap002a00f.h10 * @vout_gpio: The gpio connected to the object detected pin (VOUT)
H A Dadxl34x.h97 * to determine whether activity or inactivity is detected. In AC
228 * inactivity is detected. Once activity is detected, inactivity
236 * for at least inactivity_time) is detected and the LINK bit is set.
/linux-4.1.27/drivers/parport/
H A Ddaisy.c15 * 22-02-2000: Count devices that are actually detected.
91 * Return value is number of devices actually detected. */ parport_daisy_init()
94 int detected = 0; parport_daisy_init() local
142 detected += assign_addrs(port); parport_daisy_init()
151 detected++; parport_daisy_init()
156 if (!detected && !last_try) { parport_daisy_init()
157 /* No devices were detected. Perhaps they are in some parport_daisy_init()
171 return detected; parport_daisy_init()
405 int detected; assign_addrs() local
469 detected = numdevs - thisdev; assign_addrs()
471 detected); assign_addrs()
481 return detected; assign_addrs()
/linux-4.1.27/arch/metag/include/asm/
H A Dda.h20 * Returns: true if a DA was detected, false if not.
/linux-4.1.27/arch/frv/include/asm/
H A Dspr-regs.h254 #define MSRx_OVF 0x00000002 /* overflow exception detected */
255 #define MSRx_SIE 0x0000003c /* last SIMD instruction exception detected */
256 #define MSRx_SIE_NONE 0x00000000 /* - none detected */
261 #define MSR0_MTT 0x00007000 /* type of last media trap detected */
262 #define MSR0_MTT_NONE 0x00000000 /* - none detected */
263 #define MSR0_MTT_OVERFLOW 0x00001000 /* - overflow detected */
398 #define BRR_ST 0x00000001 /* single-step detected */
399 #define BRR_SB 0x00000002 /* break instruction detected */
400 #define BRR_BB 0x00000004 /* branch with hint detected */
401 #define BRR_CBB 0x00000008 /* branch to LR detected */
402 #define BRR_IBx 0x000000f0 /* hardware breakpoint detected */
403 #define BRR_DBx 0x00000f00 /* hardware watchpoint detected */
406 #define BRR_TB 0x10000000 /* external break request detected */
407 #define BRR_CB 0x20000000 /* ICE break command detected */
408 #define BRR_EB 0x40000000 /* exception break detected */
H A Dmb93493-regs.h202 #define I2S_AISTR_OUR 0x00000020 /* output FIFO underrun detected */
203 #define I2S_AISTR_OOR 0x00000040 /* output FIFO overrun detected */
213 #define I2S_AISTR_IUR 0x00200000 /* input FIFO underrun detected */
214 #define I2S_AISTR_IOR 0x00400000 /* input FIFO overrun detected */
/linux-4.1.27/tools/perf/config/
H A DMakefile14 $(shell echo -n > .config-detected)
15 detected = $(shell echo "$(1)=y" >> .config-detected) macro
16 detected_var = $(shell echo "$(1)=$($(1))" >> .config-detected)
28 $(call detected,CONFIG_X86)
33 $(call detected,CONFIG_X86_64)
51 $(call detected,CONFIG_PERF_REGS)
56 # support is detected in system. Add supported architectures
274 $(call detected,CONFIG_LIBELF)
295 $(call detected,CONFIG_DWARF)
323 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
327 $(call detected,CONFIG_LIBUNWIND)
336 $(call detected,CONFIG_DWARF_UNWIND)
365 $(call detected,CONFIG_AUDIT)
382 $(call detected,CONFIG_SLANG)
421 $(call detected,CONFIG_LIBPERL)
480 $(call detected,CONFIG_LIBPYTHON)
538 $(call detected,CONFIG_ZLIB)
548 $(call detected,CONFIG_LZMA)
568 $(call detected,CONFIG_NUMA)
607 $(call detected,CONFIG_LIBBABELTRACE)
/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc-if.c197 however detected in the cam and a bit is set in the header. pwc_frame_complete()
752 PWC_INFO("Philips PCA645VC USB webcam detected.\n"); usb_pwc_probe()
757 PWC_INFO("Philips PCA646VC USB webcam detected.\n"); usb_pwc_probe()
762 PWC_INFO("Askey VC010 type 2 USB webcam detected.\n"); usb_pwc_probe()
767 PWC_INFO("Philips PCVC675K (Vesta) USB webcam detected.\n"); usb_pwc_probe()
772 PWC_INFO("Philips PCVC680K (Vesta Pro) USB webcam detected.\n"); usb_pwc_probe()
777 PWC_INFO("Philips PCVC690K (Vesta Pro Scan) USB webcam detected.\n"); usb_pwc_probe()
782 PWC_INFO("Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) USB webcam detected.\n"); usb_pwc_probe()
787 PWC_INFO("Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected.\n"); usb_pwc_probe()
792 PWC_INFO("Philips PCVC750K (ToUCam Pro Scan) USB webcam detected.\n"); usb_pwc_probe()
797 PWC_INFO("Philips PCVC720K/40 (ToUCam XS) USB webcam detected.\n"); usb_pwc_probe()
802 PWC_INFO("Philips SPC 900NC USB webcam detected.\n"); usb_pwc_probe()
807 PWC_INFO("Philips SPC 880NC USB webcam detected.\n"); usb_pwc_probe()
819 PWC_INFO("Askey VC010 type 1 USB webcam detected.\n"); usb_pwc_probe()
831 PWC_INFO("Logitech QuickCam Pro 3000 USB webcam detected.\n"); usb_pwc_probe()
836 PWC_INFO("Logitech QuickCam Notebook Pro USB webcam detected.\n"); usb_pwc_probe()
841 PWC_INFO("Logitech QuickCam 4000 Pro USB webcam detected.\n"); usb_pwc_probe()
848 PWC_INFO("Logitech QuickCam Zoom USB webcam detected.\n"); usb_pwc_probe()
853 PWC_INFO("Logitech QuickCam Zoom (new model) USB webcam detected.\n"); usb_pwc_probe()
860 PWC_INFO("Logitech QuickCam Orbit/Sphere USB webcam detected.\n"); usb_pwc_probe()
868 PWC_INFO("Logitech/Cisco VT Camera webcam detected.\n"); usb_pwc_probe()
873 PWC_INFO("Logitech ViewPort AV 100 webcam detected.\n"); usb_pwc_probe()
878 PWC_INFO("Logitech QuickCam detected (reserved ID).\n"); usb_pwc_probe()
894 PWC_INFO("Samsung MPC-C10 USB webcam detected.\n"); usb_pwc_probe()
899 PWC_INFO("Samsung MPC-C30 USB webcam detected.\n"); usb_pwc_probe()
904 PWC_INFO("Samsung SNC-35E (v3.0) USB webcam detected.\n"); usb_pwc_probe()
916 PWC_INFO("Creative Labs Webcam 5 detected.\n"); usb_pwc_probe()
923 PWC_INFO("Creative Labs Webcam Pro Ex detected.\n"); usb_pwc_probe()
935 PWC_INFO("Sotec Afina Eye USB webcam detected.\n"); usb_pwc_probe()
948 PWC_INFO("AME Co. Afina Eye USB webcam detected.\n"); usb_pwc_probe()
961 PWC_INFO("Visionite VCS-UC300 USB webcam detected.\n"); usb_pwc_probe()
966 PWC_INFO("Visionite VCS-UM100 USB webcam detected.\n"); usb_pwc_probe()
/linux-4.1.27/drivers/cpufreq/
H A Dspeedstep-lib.h19 /* the following processors are not speedstep-capable and are not auto-detected
20 * in speedstep_detect_processor(). However, their speed can be detected using
H A Dp4-clockmod.c128 "CPU detected. The acpi-cpufreq module offers " cpufreq_p4_get_frequency()
155 printk(KERN_WARNING PFX "Warning: Pentium 4-M detected. " cpufreq_p4_get_frequency()
H A Dspeedstep-ich.c179 * functions. Returns the SPEEDSTEP_CHIPSET_-number for the detected
247 pr_debug("detected %u kHz as current frequency\n", speed); speedstep_get()
/linux-4.1.27/arch/sh/drivers/pci/
H A Dfixups-sdk7786.c23 * Misconfigurations can be detected through the FPGA via the slot
59 pr_warning("Unreachable card detected in slot#3\n"); sdk7786_pci_init()
H A Dcommon.c146 printk(KERN_DEBUG "PCI: parity error detected: "); pcibios_handle_status_errors()
/linux-4.1.27/arch/ia64/scripts/
H A Dunwcheck.py57 print "No errors detected in %u functions." % num_funcs
63 print "%u %s detected in %u functions." % (num_errors, err, num_funcs)
/linux-4.1.27/arch/alpha/kernel/
H A Dirq_alpha.c167 case 0x98: reason = "processor detected hard error"; break; process_mcheck_info()
170 case 0x202: reason = "system detected hard error"; break; process_mcheck_info()
171 case 0x203: reason = "system detected uncorrectable ECC error"; break; process_mcheck_info()
173 case 0x205: reason = "parity error detected by core logic"; break; process_mcheck_info()
177 case 0x209: reason = "PCI SERR detected"; break; process_mcheck_info()
178 case 0x20b: reason = "PCI data parity error detected"; break; process_mcheck_info()
179 case 0x20d: reason = "PCI address parity error detected"; break; process_mcheck_info()
184 case 0x217: reason = "IOA timeout detected"; break; process_mcheck_info()
H A Derr_ev6.c254 * Either a nondismissable error was detected or no ev6_machine_check()
255 * recognized error was detected in the logout frame ev6_machine_check()
/linux-4.1.27/drivers/edac/
H A Docteon_edac-l2c.c38 "Tag Double bit error (detected)"); octeon_l2c_poll_oct1()
53 "Data Double bit error (detected)"); octeon_l2c_poll_oct1()
78 "L2D Double bit error (detected):%s", buf1); _octeon_l2c_poll_oct2()
90 "VBF Double bit error (detected):%s", buf1); _octeon_l2c_poll_oct2()
113 "Tag Double bit error (detected):%s", buf1); _octeon_l2c_poll_oct2()
H A Damd76x_edac.c222 * amd76x_probe1 - Perform set up for detected device
223 * @pdev; PCI device detected
H A Dmce_amd.c103 "DRAM ECC error detected on the NB",
104 "CRC error detected on HT link",
105 "Link-defined sync error packets detected on HT link",
111 "DRAM ECC error detected on the NB",
113 "HT data error detected on link",
/linux-4.1.27/arch/parisc/include/asm/
H A Dpdc_chassis.h103 /* System running and unexpected reboot or non-critical error detected */
123 /* Executing non-OS code - Non-critical error detected */
128 /* Boot failed - Executing non-OS code - Non-critical error detected */
133 /* Unexpected reboot/recovering - Executing non-OS code - Non-critical error detected */
143 /* Boot failed - OS not up - PDC has detected a failure that prevents boot */
148 /* No code running - Non-critical error detected (double fault situation) */
153 /* Boot failed - OS not up - Fatal failure detected - Non-critical error detected */
173 #define PDC_CHASSIS_ALERT_FORWARD (0ULL << 36) /* no failure detected */
/linux-4.1.27/include/linux/
H A Dppp-comp.h96 * of an error detected after decompression. This is to avoid infringing
101 #define DECOMP_ERROR -1 /* error detected before decomp. */
102 #define DECOMP_FATALERROR -2 /* error detected after decomp. */
H A Dcompaction.h20 /* Used to signal whether compaction detected need_sched() or lock contention */
21 /* No contention detected */
H A Dww_mutex.h103 * a given lock class. Deadlocks will be detected and handled with the
201 * Deadlocks within a given w/w class of locks are detected and handled with the
205 * same lock with the same context twice is also detected and signalled by
239 * Deadlocks within a given w/w class of locks are detected and handled with the
243 * same lock with the same context twice is also detected and signalled by
H A Dcacheinfo.h78 * attributes are being detected
/linux-4.1.27/arch/arm/kernel/
H A Dxscale-cp0.c160 pr_warn("CAUTION: XScale iWMMXt coprocessor detected, but kernel support is missing.\n"); xscale_cp0_init()
162 pr_info("XScale iWMMXt coprocessor detected.\n"); xscale_cp0_init()
167 pr_info("XScale DSP coprocessor detected.\n"); xscale_cp0_init()
H A Dpj4-cp0.c120 pr_info("PJ4 iWMMXt coprocessor detected, but kernel support is missing.\n"); pj4_cp0_init()
H A Ddevtree.c128 * requires that if detected the boot CPU must be assigned for_each_child_of_node()
131 * boot CPU MPIDR is detected, this is recorded so that the for_each_child_of_node()
H A Dpsci.c200 pr_info("PSCIv%d.%d detected in firmware.\n", psci_0_2_init()
207 pr_err("Conflicting PSCI version detected.\n"); psci_0_2_init()
/linux-4.1.27/arch/x86/include/asm/
H A Dolpc_ofw.h26 /* check if OFW was detected during boot */
H A Diommu_table.h20 * *: if SWIOTLB detected 'iommu=soft'/'swiotlb=force' it would skip
60 * that utilize this macro. If the IOMMU is detected (ie, the
63 * to stop detecting the other IOMMUs after yours has been detected.
/linux-4.1.27/arch/sh/include/mach-se/mach/
H A Dmrshpc.h9 return; /* Not detected */ mrshpc_setup_windows()
/linux-4.1.27/arch/arm64/kernel/
H A Dcpufeature.c46 check_cpu_capabilities(arm64_features, "detected feature"); check_local_cpu_features()
/linux-4.1.27/arch/m68k/include/asm/
H A Dadb_iop.h31 #define ADB_IOP_SRQ 0x04 /* SRQ detected */
H A Dm54xxpci.h80 #define PCIGSCR_PE 0x20000000 /* Parity error detected */
81 #define PCIGSCR_SE 0x10000000 /* System error detected */
/linux-4.1.27/kernel/locking/
H A Drtmutex.h29 WARN(1, "rtmutex deadlock detected\n"); rt_mutex_print_deadlock()
H A Drtmutex-debug.c105 printk( "[ BUG: circular locking deadlock detected! ]\n"); debug_rt_mutex_print_deadlock()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Ddfs_debug.h30 * @pulses_detected: pulses detected so far
38 * @radar_detected: radars detected
H A Ddfs_debug.c64 ATH9K_DFS_STAT("DFS pulses detected ", pulses_detected); read_file_dfs()
75 ATH9K_DFS_STAT("Radars detected ", radar_detected); read_file_dfs()
H A Dhtc_drv_gpio.c45 "BT scan detected\n"); ath_detect_bt_priority()
50 "BT priority traffic detected\n"); ath_detect_bt_priority()
/linux-4.1.27/arch/x86/platform/olpc/
H A Dolpc_ofw.c101 printk(KERN_ERR "OFW detected, but cif has invalid address 0x%lx - disabling.\n", olpc_ofw_detect()
109 printk(KERN_INFO "OFW detected in memory, cif @ 0x%lx (reserving top %ldMB)\n", olpc_ofw_detect()
/linux-4.1.27/arch/metag/kernel/
H A Dcachepart.c109 pr_emerg("Potential cache aliasing detected in %s on Thread %d\n", check_for_cache_aliasing()
119 panic("Potential cache aliasing detected"); check_for_cache_aliasing()
/linux-4.1.27/arch/mips/bcm63xx/
H A Ddev-flash.c120 pr_warn("unsupported serial flash detected\n"); bcm63xx_flash_register()
123 pr_warn("unsupported NAND flash detected\n"); bcm63xx_flash_register()
/linux-4.1.27/arch/arm/mach-davinci/include/mach/
H A Dpm.h35 * small oscillations which will not be detected by the deep sleep
40 * must be detected before the clock is passed to the rest of the
/linux-4.1.27/drivers/net/phy/
H A Ddp83640_reg.h109 #define EVNT_NUM_SHIFT (2) /* Indicates Event Timestamp Unit which detected an event */
111 #define MULT_EVNT (1<<1) /* Indicates multiple events were detected at the same time */
116 #define E7_DET (1<<14) /* Indicates Event 7 detected */
118 #define E6_DET (1<<12) /* Indicates Event 6 detected */
120 #define E5_DET (1<<10) /* Indicates Event 5 detected */
122 #define E4_DET (1<<8) /* Indicates Event 4 detected */
124 #define E3_DET (1<<6) /* Indicates Event 3 detected */
126 #define E2_DET (1<<4) /* Indicates Event 2 detected */
128 #define E1_DET (1<<2) /* Indicates Event 1 detected */
130 #define E0_DET (1<<0) /* Indicates Event 0 detected */
/linux-4.1.27/drivers/media/usb/em28xx/
H A Dem28xx-camera.c179 em28xx_info("unknown Micron sensor detected: 0x%04x\n", em28xx_probe_sensor_micron()
185 em28xx_info("unsupported sensor detected: %s\n", name); em28xx_probe_sensor_micron()
187 em28xx_info("sensor %s detected\n", name); em28xx_probe_sensor_micron()
284 em28xx_info("unknown OmniVision sensor detected: 0x%04x\n", em28xx_probe_sensor_omnivision()
290 em28xx_info("unsupported sensor detected: %s\n", name); em28xx_probe_sensor_omnivision()
292 em28xx_info("sensor %s detected\n", name); em28xx_probe_sensor_omnivision()
316 em28xx_info("No sensor detected\n"); em28xx_detect_sensor()
/linux-4.1.27/drivers/rtc/
H A Drtc-pxa.c44 #define RTSR_PIAL (1 << 13) /* Periodic interrupt detected */
46 #define RTSR_SWAL2 (1 << 10) /* RTC stopwatch alarm2 detected */
48 #define RTSR_SWAL1 (1 << 8) /* RTC stopwatch alarm1 detected */
50 #define RTSR_RDAL2 (1 << 6) /* RTC alarm2 detected */
52 #define RTSR_RDAL1 (1 << 4) /* RTC alarm1 detected */
55 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */
56 #define RTSR_AL (1 << 0) /* RTC alarm detected */
H A Drtc-imxdi.c65 #define DSR_WTD (1 << 23) /* Wire-mesh tamper detected */
66 #define DSR_ETBD (1 << 22) /* External tamper B detected */
67 #define DSR_ETAD (1 << 21) /* External tamper A detected */
68 #define DSR_EBD (1 << 20) /* External boot detected */
69 #define DSR_SAD (1 << 19) /* SCC alarm detected */
70 #define DSR_TTD (1 << 18) /* Temperatur tamper detected */
71 #define DSR_CTD (1 << 17) /* Clock tamper detected */
72 #define DSR_VTD (1 << 16) /* Voltage tamper detected */
H A Drtc-rx8025.c158 dev_warn(&client->dev, "Oscillation stop was detected," rx8025_work()
279 dev_warn(&client->dev, "power-on reset was detected, " rx8025_init_client()
285 dev_warn(&client->dev, "a power voltage drop was detected, " rx8025_init_client()
291 dev_warn(&client->dev, "Oscillation stop was detected," rx8025_init_client()
297 dev_warn(&client->dev, "Alarm was detected\n"); rx8025_init_client()
569 "bad conditions detected, resetting date\n"); rx8025_probe()
H A Drtc-pcf2127.c40 int voltage_low; /* indicates if a low_voltage was detected */
62 "low voltage detected, date/time is not reliable.\n"); pcf2127_get_datetime()
147 dev_info(dev, "low voltage detected, date/time is not reliable.\n"); pcf2127_rtc_ioctl()
H A Drtc-au1xxx.c28 /* 32kHz clock enabled and detected */
H A Drtc-rs5c348.c186 dev_warn(&spi->dev, "voltage-low detected.\n"); rs5c348_probe()
188 dev_warn(&spi->dev, "oscillator-stop detected.\n"); rs5c348_probe()
/linux-4.1.27/drivers/hwmon/pmbus/
H A Dpmbus.c38 /* Sensors detected on page 0 only */ pmbus_find_sensor_groups()
74 /* Sensors detected on all pages */ pmbus_find_sensor_groups()
152 * mode was detected. pmbus_identify()
H A Ducd9200.c81 "Device mismatch: Configured %s, detected %s\n", ucd9200_probe()
119 * and READ_TEMPERATURE2 will return the maximum temperature detected ucd9200_probe()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h95 u64 num_mdd_events; /* num of mdd events detected */
96 u64 num_invalid_msgs; /* num of malformed or invalid msgs detected */
97 u64 num_valid_msgs; /* num of valid msgs detected */
/linux-4.1.27/drivers/message/fusion/lsi/
H A Dmpi_log_fc.h47 MPI_IOCLOGINFO_FC_INIT_ERROR_RX_BAD_STATUS = 0x20000008, /* Receiver detected context mismatch via invalid header */
48 MPI_IOCLOGINFO_FC_INIT_ERROR_RX_UNEXPECTED_FRAME= 0x20000009, /* CtxMgr detected unsupported frame type */
80 MPI_IOCLOGINFO_FC_LINK_CRC_ERROR = 0x24000004, /* CRC check detected error on received frame */
/linux-4.1.27/drivers/pci/hotplug/
H A Dpciehp_hpc.c536 u16 detected, intr_loc; pcie_isr() local
545 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &detected); pcie_isr()
547 detected &= (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | pcie_isr()
550 detected &= ~intr_loc; pcie_isr()
551 intr_loc |= detected; pcie_isr()
554 if (detected) pcie_isr()
557 } while (detected); pcie_isr()
610 * TBD: Power fault detected software notification support. pcie_enable_notification()
612 * Power fault detected software notification is not enabled pcie_enable_notification()
613 * now, because it caused power fault detected interrupt storm pcie_enable_notification()
614 * on some machines. On those machines, power fault detected pcie_enable_notification()
617 * next power fault detected interrupt was notified again. pcie_enable_notification()
/linux-4.1.27/arch/sparc/kernel/
H A Dnmi.c78 panic("Watchdog detected hard LOCKUP on cpu %d", this_cpu); die_nmi()
80 WARN(1, "Watchdog detected hard LOCKUP on cpu %d", this_cpu); die_nmi()
110 die_nmi("BUG: NMI Watchdog detected LOCKUP", perfctr_irq()
H A Dauxio_32.c138 printk(KERN_INFO "Power off control detected.\n"); auxio_power_probe()
/linux-4.1.27/arch/mips/alchemy/common/
H A Dtime.c44 /* 32kHz clock enabled and detected */
108 * has been detected. If so install the rtcmatch2 clocksource, alchemy_time_init()
112 * edge is detected, hence the timeouts). alchemy_time_init()
/linux-4.1.27/arch/sparc/include/asm/
H A Dchafsr.h44 /* System interface protocol error, illegal command detected */
51 /* System interface protocol error, illegal ADTYPE detected */
71 * at the time the error is detected.
76 * bits and record the most recently detected errors. Bits accumulate
77 * errors that have been detected since the last write to clear the bit.
235 * cleared. For example, if AFSR.CE is detected, then AFSR.UE (which overwrites
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_isight.c116 * has been detected because the end of frame can only be uvc_video_decode_isight()
117 * reliably detected when the first packet of the new frame uvc_video_decode_isight()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00firmware.c63 rt2x00_info(rt2x00dev, "Firmware detected - version: %d.%d\n", rt2x00lib_request_firmware()
81 rt2x00_err(rt2x00dev, "Current firmware does not support detected chipset\n"); rt2x00lib_request_firmware()
/linux-4.1.27/drivers/gpu/drm/ast/
H A Dast_main.c74 DRM_INFO("AST 1180 detected\n"); ast_detect_chip()
78 DRM_INFO("AST 2400 detected\n"); ast_detect_chip()
81 DRM_INFO("AST 2300 detected\n"); ast_detect_chip()
91 DRM_INFO("AST 1100 detected\n"); ast_detect_chip()
95 DRM_INFO("AST 2200 detected\n"); ast_detect_chip()
99 DRM_INFO("AST 2150 detected\n"); ast_detect_chip()
103 DRM_INFO("AST 2100 detected\n"); ast_detect_chip()
109 DRM_INFO("AST 2000 detected\n"); ast_detect_chip()
/linux-4.1.27/fs/xfs/
H A Dxfs_error.c154 xfs_alert(mp, "Corruption detected. Unmount and run xfs_repair"); xfs_corruption_error()
167 xfs_alert(mp, "Metadata %s detected at %pF, block 0x%llx", xfs_verifier_error()
/linux-4.1.27/include/net/iucv/
H A Daf_iucv.h96 /* target unreachable (detected delayed) */
98 /* general error (detected delayed) */
/linux-4.1.27/arch/alpha/include/asm/
H A Dmce.h22 * --- These errors are detected by both processor and systems.
44 when EV5 detected Secondary cache
/linux-4.1.27/drivers/mtd/maps/
H A Dsolutionengine.c58 printk(KERN_NOTICE "Flash chips not detected at either possible location.\n"); init_soleng_maps()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A D11h.c138 "CAC timer finished; No radar detected\n"); mwifiex_dfs_cac_work_queue()
186 * If radar is detected during CAC, driver indicates the same to cfg80211
236 /* Handler for radar detected event from FW.*/ mwifiex_11h_handle_radar_detected()
246 "radar detected; indicating kernel\n"); mwifiex_11h_handle_radar_detected()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dhypervisor.c59 printk(KERN_INFO "Hypervisor detected: %s\n", x86_hyper->name); detect_hypervisor_vendor()
/linux-4.1.27/arch/x86/kernel/
H A Dpci-swiotlb.c77 * if 4GB or more detected (and iommu=off not set) return 1
H A Dirq_32.c47 printk(KERN_WARNING "low stack detected by irq handler\n"); print_stack_overflow()
50 panic("low stack detected by irq handler - check messages\n"); print_stack_overflow()
H A Dirq_64.c73 panic("low stack detected by irq handler - check messages\n"); stack_overflow_check()
H A Dcheck.c140 WARN_ONCE(corruption, KERN_ERR "Memory corruption detected in low memory\n"); check_for_bios_corruption()
/linux-4.1.27/arch/x86/platform/intel-mid/
H A Dmrfl.c41 pr_debug("Actual FSB frequency detected by SOC 0x%x : %x\n", tangier_calibrate_tsc()
/linux-4.1.27/arch/x86/boot/
H A Dcpu.c85 printf("but only detected an %s CPU.\n", validate_cpu()
/linux-4.1.27/drivers/usb/serial/
H A Dkobil_sct.h50 /* Ring signal detected */
H A Dkobil_sct.c131 dev_dbg(&serial->dev->dev, "KOBIL B1 PRO / KAAN PRO detected\n"); kobil_port_probe()
134 dev_dbg(&serial->dev->dev, "KOBIL KAAN Standard Plus / SecOVID Reader Plus detected\n"); kobil_port_probe()
137 dev_dbg(&serial->dev->dev, "KOBIL USBTWIN detected\n"); kobil_port_probe()
140 dev_dbg(&serial->dev->dev, "KOBIL KAAN SIM detected\n"); kobil_port_probe()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddrxk.h31 * automatically detected.
/linux-4.1.27/arch/s390/oprofile/
H A Dbacktrace.c43 /* Zero backchain detected, check for interrupt frame. */ __show_trace()
/linux-4.1.27/arch/mips/sgi-ip32/
H A Dip32-setup.c75 printk("%d MHz CPU detected\n", mips_hpt_frequency * 2 / 1000000); plat_time_init()
/linux-4.1.27/arch/ia64/include/asm/
H A Dtopology.h38 * Not implemented here. Multi-level hierarchies detected with
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
H A Dshannon.h23 #define SHANNON_GPIO_SENSE_12V GPIO_GPIO (21) /* Input, 12v flash unprotect detected */
/linux-4.1.27/arch/arm/mach-tegra/
H A Dirq.c99 pr_warn("Outdated DT detected, suspend/resume will NOT work\n"); tegra_init_irq()
/linux-4.1.27/drivers/scsi/
H A D3w-9xxx.h63 {0x0002, "Degraded unit detected"},
67 {0x0006, "Incomplete unit detected"},
69 {0x0008, "Unclean shutdown detected"},
70 {0x0009, "Drive timeout detected"},
71 {0x000A, "Drive error detected"},
113 {0x0036, "Verify detected and fixed data/parity mismatch"},
115 {0x0038, "SO-DIMM not detected"},
117 {0x003A, "Drive power on reset detected"},
122 {0x003F, "Corrupt flash file system detected"},
204 {0x01CA, "Corrupt flash file system detected"},
H A Dconstants.c306 {0x0001, "Filemark detected"},
307 {0x0002, "End-of-partition/medium detected"},
308 {0x0003, "Setmark detected"},
309 {0x0004, "Beginning-of-partition/medium detected"},
310 {0x0005, "End-of-data detected"},
312 {0x0007, "Programmable early warning detected"},
403 {0x0B04, "Warning - background pre-scan detected medium error"},
404 {0x0B05, "Warning - background medium scan detected medium error"},
428 {0x0D00, "Error detected by third party temporary initiator"},
485 {0x1502, "Positioning error detected by read of medium"},
813 {0x4701, "Data phase CRC error detected"},
814 {0x4702, "Scsi parity error detected during st data phase"},
815 {0x4703, "Information unit iuCRC error detected"},
816 {0x4704, "Asynchronous information protection error detected"},
821 {0x4800, "Initiator detected error message received"},
861 {0x5101, "Erase failure - incomplete erase operation detected"},
930 {0x5D18, "Hardware impending failure controller detected"},
943 {0x5D28, "Controller impending failure controller detected"},
956 {0x5D38, "Data channel impending failure controller detected"},
970 {0x5D48, "Servo impending failure controller detected"},
983 {0x5D58, "Spindle impending failure controller detected"},
996 {0x5D68, "Firmware impending failure controller detected"},
1162 "Medium Error", /* 3: Data error detected on the medium */
H A Dbvme6000_scsi.c65 printk(KERN_ERR "bvme6000-scsi: No host detected; " bvme6000_probe()
H A Da4000t.c70 "No host detected; board configuration problem?\n"); amiga_a4000t_scsi_probe()
H A Dmvme16x_scsi.c70 printk(KERN_ERR "mvme16x-scsi: No host detected; " mvme16x_probe()
H A Dzorro7xx.c121 printk(KERN_ERR "zorro7xx: No host detected; " zorro7xx_init_one()
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dfwio.c403 pr_info("CW1x00 Cut 1.1 silicon detected.\n"); cw1200_load_firmware()
407 pr_info("CW1x00 Cut 1.0 silicon detected.\n"); cw1200_load_firmware()
440 pr_info("CW1x00 Cut 2.2 silicon detected.\n"); cw1200_load_firmware()
443 pr_info("CW1x00 Cut 2.0 silicon detected.\n"); cw1200_load_firmware()
449 pr_info("CW1x60 silicon detected.\n"); cw1200_load_firmware()
/linux-4.1.27/drivers/char/hw_random/
H A Dxgene-rng.c140 * LFSR detected an out-of-bounds number of 1s after xgene_rng_chk_overflow()
147 * LFSR detected an out-of-bounds value in at least one xgene_rng_chk_overflow()
155 * LFSR detected a sequence of 34 identical bits xgene_rng_chk_overflow()
161 * LFSR detected an outof-bounds value for at least one xgene_rng_chk_overflow()
167 /* LFSR detected a sequence of 48 identical bits */ xgene_rng_chk_overflow()
H A Damd-rng.c145 pr_info("AMD768 RNG detected\n");
H A Dgeode-rng.c112 pr_info("AMD Geode RNG detected\n");
/linux-4.1.27/sound/soc/fsl/
H A Dfsl_sai.c54 dev_dbg(dev, "isr: Start of Tx word detected\n"); fsl_sai_isr()
57 dev_warn(dev, "isr: Tx Frame sync error detected\n"); fsl_sai_isr()
60 dev_warn(dev, "isr: Transmit underrun detected\n"); fsl_sai_isr()
88 dev_dbg(dev, "isr: Start of Rx word detected\n"); fsl_sai_isr()
91 dev_warn(dev, "isr: Rx Frame sync error detected\n"); fsl_sai_isr()
94 dev_warn(dev, "isr: Receive overflow detected\n"); fsl_sai_isr()
/linux-4.1.27/drivers/macintosh/ams/
H A Dams-core.c112 printk(KERN_INFO "ams: freefall detected!\n"); ams_worker()
119 printk(KERN_INFO "ams: shock detected!\n"); ams_worker()
/linux-4.1.27/drivers/mtd/nand/
H A Dr852.h102 #define R852_ECC_FAIL 0x40 /* non correctable error detected */
134 int card_detected; /* card detected in slot */
/linux-4.1.27/drivers/misc/
H A Dlattice-ecp3-config.c109 "Error: No supported FPGA detected (JEDEC_ID=%08x)!\n", firmware_load()
114 dev_info(&spi->dev, "FPGA %s detected\n", ecp3_dev[i].name); firmware_load()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dtt.h48 IWL_TI_2, /* higher temperature detected, lower power state */
49 IWL_TI_CT_KILL, /* critical temperature detected, lowest power state */
/linux-4.1.27/arch/mips/ath25/
H A Dboard.c46 /* broken board data detected, use radio data to find the check_board_data()
141 pr_warn("WARNING: broken board data detected\n"); ath25_find_config()
/linux-4.1.27/include/uapi/linux/
H A Dppp-ioctl.h50 #define SC_DC_FERROR 0x00800000 /* fatal decomp error detected */
51 #define SC_DC_ERROR 0x00400000 /* non-fatal decomp error detected */
H A Ddlm.h53 * -EDEADLK if a deadlock was detected
H A Dmii.h54 #define BMSR_JCD 0x0002 /* Jabber detected */
57 #define BMSR_RFAULT 0x0010 /* Remote fault detected */
119 #define EXPANSION_MFAULTS 0x0010 /* Multiple faults detected */
/linux-4.1.27/arch/arm/mach-imx/
H A D3ds_debugboard.c168 pr_info("3-Stack Debug board not detected\n"); mxc_expio_init()
174 pr_info("3-Stack Debug board detected, rev = 0x%04X\n", mxc_expio_init()
H A Dcpu-imx5.c89 pr_info("Turning off NEON support, detected broken NEON implementation\n"); mx51_neon_fixup()
/linux-4.1.27/net/dccp/ccids/lib/
H A Dpacket_history.h128 * tfrc_rx_hist_loss_prev - entry with highest-received-seqno before loss was detected
136 /* indicate whether previously a packet was detected missing */ tfrc_rx_hist_loss_pending()
/linux-4.1.27/mm/kasan/
H A Dreport.c121 "kasan: bad access detected"); print_address_description()
124 dump_page(page, "kasan: bad access detected"); print_address_description()
/linux-4.1.27/include/linux/mmc/
H A Dsdio.h49 r : detected and set for the actual command response
50 x : detected and set during command execution. the host must poll
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dsmtstate.h82 #define RM4_NON_OP_DUP 4 /* dupl. addr detected */
/linux-4.1.27/arch/s390/include/asm/
H A Dsetup.h32 * Machine features detected in head.S
/linux-4.1.27/arch/s390/kernel/
H A Dstacktrace.c44 /* Zero backchain detected, check for interrupt frame. */ save_context_stack()
/linux-4.1.27/arch/mips/pistachio/
H A Dinit.c41 pr_info("CMP IOCU detected\n"); plat_setup_iocoherency()
/linux-4.1.27/arch/m68k/mac/
H A Dbaboon.c41 printk("Baboon detected at %p\n", baboon); baboon_init()
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dsimtec-usb.c66 pr_debug("usb_simtec: over-current irq (oc detected)\n"); usb_simtec_ocirq()
/linux-4.1.27/fs/ext2/
H A Dfile.c84 "detected IO error when writing metadata buffers"); ext2_fsync()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c221 mlx4_err(dev, "Internal error detected:\n"); dump_err_buf()
236 mlx4_warn(dev, "Internal error detected on the communication channel\n"); poll_catas()
245 mlx4_warn(dev, "Internal error mark was detected on device\n"); poll_catas()
/linux-4.1.27/drivers/pci/pcie/
H A Dportdrv_pci.c117 * If detected invokes the pcie_port_device_register() method for
168 /* Forward error detected message to service drivers */ error_detected_iter()
321 pr_notice("%s detected: will not use MSI for PCIe PME signaling\n", dmi_pcie_pme_disable_msi()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c265 printk("MXM: GUID detected in BIOS\n"); nouveau_dsm_detect()
292 printk(KERN_INFO "VGA switcheroo: detected Optimus DSM method %s handle\n", nouveau_dsm_detect()
299 printk(KERN_INFO "VGA switcheroo: detected DSM switching method %s handle\n", nouveau_dsm_detect()
/linux-4.1.27/drivers/acpi/acpica/
H A Duterror.c70 * method/object is detected. This prevents a flood of error
112 * method/object is detected. This prevents a flood of
154 * method/object is detected. This prevents a flood of
H A Dutaddress.c71 * address conflicts can be detected.
191 * RETURN: Count of the number of conflicts detected. Zero is always
H A Dutxfinit.c293 * Execute any module-level code that was detected during the table load ACPI_EXPORT_SYMBOL_INIT()
295 * contain this type of code. Each block of detected executable AML code ACPI_EXPORT_SYMBOL_INIT()
/linux-4.1.27/drivers/acpi/
H A Dblacklist.c147 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_vista()
155 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_win7()
161 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_win8()
/linux-4.1.27/sound/soc/tegra/
H A Dtegra20_spdif.h183 /* B-preamble detection status: 0=not detected, 1=B-preamble detected */
193 /* RX User Data Valid flag: 1=valid IU detected, 0 = no IU detected. */
223 * Indicates the approximate number of detected SPDIFIN clocks within a
/linux-4.1.27/drivers/media/i2c/
H A Dtvp514x.c387 * tvp514x_query_current_std() : Query the current standard detected by TVP5146/47
390 * Returns the current standard detected by TVP5146/47, STD_INVALID if there is no
391 * standard detected.
495 * A device is considered to be detected if the chip ID (LSB and MSB)
498 * Returns ENODEV error number if no device is detected, or zero
499 * if a device is detected.
512 "chip id detected msb:0x%x lsb:0x%x rom version:0x%x\n", tvp514x_detect()
538 * Returns the current standard detected by TVP5146/47. If no active input is
539 * detected then *std_id is set to 0 and the function returns 0.
605 return 0; /* No input detected */ tvp514x_querystd()
897 /* Detect if not already detected */ tvp514x_s_stream()
H A Dtvp7002.c643 * Returns the current DV timings detected by TVP7002. If no active input is
644 * detected, returns -EINVAL
658 /* Return invalid index if no active input is detected */ tvp7002_query_dv()
696 v4l2_dbg(1, debug, sd, "detected timings: %d\n", *index); tvp7002_query_dv()
805 int detected; tvp7002_log_status() local
808 tvp7002_query_dv(sd, &detected); tvp7002_log_status()
812 if (detected == NUM_TIMINGS) { tvp7002_log_status()
815 bt = &tvp7002_timings[detected].timings.bt; tvp7002_log_status()
1039 v4l2_info(sd, "Rev. %02x detected.\n", revision); tvp7002_probe()
1041 v4l2_info(sd, "Unknown revision detected.\n"); tvp7002_probe()
H A Dad9389b.c99 /* Running counter of the number of detected EDIDs (for debugging) */
386 "detected" : "no", ad9389b_log_status()
388 "detected" : "no", ad9389b_log_status()
434 v4l2_info(sd, "ad9389b: VIC: detected %d, sent %d\n", ad9389b_log_status()
548 /* clear detected interrupts */ ad9389b_isr()
926 v4l2_dbg(1, debug, sd, "%s: hotplug detected\n", __func__); ad9389b_update_monitor_present_status()
930 "%s: monitor detected, powerup failed\n", __func__); ad9389b_update_monitor_present_status()
939 v4l2_dbg(1, debug, sd, "%s: hotplug not detected\n", __func__); ad9389b_update_monitor_present_status()
/linux-4.1.27/drivers/input/mouse/
H A Dhgpk.c59 "delay (ms) before recal after jumpiness detected");
64 "delay (ms) before recal after packet spew detected");
74 "delay (ms) before recal after recal interrupt detected");
139 psmouse_warn(psmouse, "detected %dpx jump in x\n", x); hgpk_discard_decay_hack()
142 psmouse_warn(psmouse, "detected secondary %dpx jump in x\n", x); hgpk_discard_decay_hack()
154 psmouse_warn(psmouse, "detected %dpx jump in y\n", y); hgpk_discard_decay_hack()
157 psmouse_warn(psmouse, "detected secondary %dpx jump in y\n", y); hgpk_discard_decay_hack()
252 /* excessive spew detected, request recalibration */ hgpk_spewing_hack()
263 psmouse_warn(psmouse, "packet spew detected (%d,%d)\n", hgpk_spewing_hack()
272 /* we already detected a spew and requested a recalibration, hgpk_spewing_hack()
396 psmouse_dbg(psmouse, "hard spew detected\n"); hgpk_process_advanced_packet()
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.c429 PDEBUG(D_PACK, "Frame data packet detected"); stv06xx_pkt_scan()
465 PDEBUG(D_PACK, "End of frame detected"); stv06xx_pkt_scan()
477 PDEBUG(D_PACK, "Chunk 0x005 detected"); stv06xx_pkt_scan()
484 PDEBUG(D_PACK, "Chunk 0x0100 detected"); stv06xx_pkt_scan()
489 PDEBUG(D_PACK, "Chunk 0x42ff detected"); stv06xx_pkt_scan()
493 PDEBUG(D_PACK, "Unknown chunk 0x%04x detected", id); stv06xx_pkt_scan()
/linux-4.1.27/drivers/pci/pcie/aer/
H A Daerdrv_core.c177 * Invoked by DPC when error is detected at the Root Port.
454 * error detected message to all downstream drivers within a hierarchy in
518 * Invoked when an error being detected by Root Port.
684 * aer_isr_one_error - consume an error detected by root port
772 * aer_isr - consume errors detected by root port
775 * Invoked, as DPC, when root port records new detected error
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_crt.c524 DRM_DEBUG_KMS("CRT detected via DDC:0x50 [EDID]\n"); intel_crt_detect_ddc()
528 DRM_DEBUG_KMS("CRT not detected via DDC:0x50 [EDID reports a digital panel]\n"); intel_crt_detect_ddc()
530 DRM_DEBUG_KMS("CRT not detected via DDC:0x50 [no valid EDID found]\n"); intel_crt_detect_ddc()
642 * If more than 3/4 of the scanline detected a monitor, intel_crt_load_detect()
683 DRM_DEBUG_KMS("CRT detected via hotplug\n"); intel_crt_detect()
687 DRM_DEBUG_KMS("CRT not detected via hotplug\n"); intel_crt_detect()
H A Dintel_acpi.c149 DRM_DEBUG_DRIVER("VGA switcheroo: detected DSM switching method %s handle\n", intel_dsm_detect()
H A Ddvo_ch7xxx.c220 DRM_DEBUG_KMS("ch7xxx not detected; got 0x%02x from %s " ch7xxx_init()
232 DRM_DEBUG_KMS("ch7xxx not detected; got 0x%02x from %s " ch7xxx_init()
H A Ddvo_sil164.c151 DRM_DEBUG_KMS("sil164 not detected got %d: from %s Slave %d.\n", sil164_init()
160 DRM_DEBUG_KMS("sil164 not detected got %d: from %s Slave %d.\n", sil164_init()
H A Ddvo_tfp410.c184 DRM_DEBUG_KMS("tfp410 not detected got VID %X: from %s " tfp410_init()
191 DRM_DEBUG_KMS("tfp410 not detected got DID %X: from %s " tfp410_init()
/linux-4.1.27/drivers/isdn/hysdn/
H A Dhysdn_procconf.c111 /* we detected a pof file */ hysdn_conf_write()
117 /* conf data has been detected */ hysdn_conf_write()
356 /* have been detected. The needed proc dir and card config files are created. */
/linux-4.1.27/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h190 #define LATE_COL BIT(10) /* transmit late collision detected */
193 #define RUNT_MAC_STS BIT(7) /* receive runt detected */
194 #define FTL_MAC_STS BIT(6) /* receive frame too long detected */
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dni_tiocmd.c399 "%s: Gi_Permanent_Stale_Data detected.\n", ni_tio_acknowledge_and_confirm()
427 "%s: Gi_Gate_Error detected.\n", __func__); ni_tio_handle_interrupt()
438 "%s: Gi_DRQ_Error detected.\n", __func__); ni_tio_handle_interrupt()
/linux-4.1.27/drivers/media/rc/keymaps/
H A Drc-msi-tvanywhere-plus.c74 detected as such unless some way is discovered to distinguish
/linux-4.1.27/drivers/mfd/
H A Dda9063-core.c155 "Device detected (chip-ID: 0x%02X, var-ID: 0x%02X)\n", da9063_device_init()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmc91x.h471 #define ES_SNGL_COL 0x0002 // Single collision detected for last tx
472 #define ES_MUL_COL 0x0004 // Multiple collisions detected for last tx
478 #define ES_LATCOL 0x0200 // Late collision detected on last tx
760 #define PHY_INT_LNKFAIL 0x4000 // 1=Link Not detected
762 #define PHY_INT_CWRD 0x1000 // 1=Invalid 4B5B code detected on rx
763 #define PHY_INT_SSD 0x0800 // 1=No Start Of Stream detected on rx
764 #define PHY_INT_ESD 0x0400 // 1=No End Of Stream detected on rx
765 #define PHY_INT_RPOL 0x0200 // 1=Reverse Polarity detected
766 #define PHY_INT_JAB 0x0100 // 1=Jabber detected
/linux-4.1.27/drivers/staging/i2o/
H A Di2o_block.h42 * Set the I2O Block devices to be detected in increasing
/linux-4.1.27/drivers/s390/cio/
H A Dcrw.c107 pr_debug("%s: crw overflow detected!\n", __func__); crw_collect_info()
/linux-4.1.27/drivers/staging/media/lirc/
H A Dlirc_parallel.c170 pr_info("%u Hz timer detected\n", newtimer); init_lirc_timer()
181 pr_info("%u Hz timer detected\n", newtimer); init_lirc_timer()
182 return newtimer; /* use detected value */ init_lirc_timer()
185 pr_notice("no timer detected\n"); init_lirc_timer()
/linux-4.1.27/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h49 * @add_pulse(): add pulse event, returns pri_sequence if pattern was detected
/linux-4.1.27/drivers/cpuidle/
H A Dcpuidle-arm.c102 * This driver is DT only, if no DT idle states are detected (ret == 0) arm_idle_init()
H A Ddt_idle_states.c145 * If DT idle states are detected and are valid the state count and states
209 * were detected dt_init_idle_driver()
/linux-4.1.27/arch/x86/kernel/apic/
H A Dbigsmp_32.c118 printk(KERN_NOTICE "%s detected: force use of apic=bigsmp\n", d->ident); hp_ht_bigsmp()
/linux-4.1.27/arch/x86/pci/
H A Dcommon.c87 printk(KERN_INFO "PCI: %s detected, can skip ISA alignment\n", d->ident); can_skip_ioresource_align()
193 printk(KERN_INFO "PCI: %s detected, enabling pci=bfsort.\n", d->ident); set_bf_sort()
238 printk(KERN_INFO "%s detected: enabling PCI bus# renumbering" assign_all_busses()
246 printk(KERN_INFO "PCI: %s detected, enabling pci=pcie_scan_all\n", set_scan_all()
/linux-4.1.27/arch/sh/kernel/
H A Dsh_bios.c87 printk(KERN_NOTICE "SH-BIOS not detected\n"); sh_bios_vbr_init()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_strings.c92 [-SS_CONCURRENT_ST_CHG] = "Concurrent state changes detected and aborted",
/linux-4.1.27/fs/sysv/
H A Dsuper.c220 printk("SysV FS: SCO EAFS on %s detected, " detect_sysv()
505 goto detected; v7_fill_super()
510 goto detected; v7_fill_super()
514 detected: v7_fill_super()
/linux-4.1.27/drivers/video/fbdev/
H A Dmaxinefb.c130 printk(KERN_INFO "Maxinefb: Personal DECstation detected\n"); maxinefb_init()
/linux-4.1.27/drivers/watchdog/
H A Dep93xx_wdt.c146 (val & 0x08) ? " (nCS1 disable detected)" : ""); ep93xx_wdt_probe()
H A Dixp4xx_wdt.c180 pr_err("Rev. A0 IXP42x CPU detected - watchdog disabled\n"); ixp4xx_wdt_init()
/linux-4.1.27/fs/nfs/
H A Dnfs4file.c118 * If nfs_file_fsync_commit detected a server reboot, then nfs4_file_fsync()
/linux-4.1.27/include/sound/
H A Djack.h57 SND_JACK_MECHANICAL = 0x0008, /* If detected separately */
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h97 /* the receive interface hardware detected an L4 error
126 /* the receive interface hardware detected an IP error
160 * The receive interface hardware detected a receive
275 /* The receive interface hardware detected a receive
/linux-4.1.27/arch/mips/sgi-ip22/
H A Dip22-eisa.c113 printk(KERN_INFO "EISA: slot %d : %s detected.\n", ip22_eisa_init()
/linux-4.1.27/arch/arm/nwfpe/
H A Dfpa11.c126 /* Invalid instruction detected. Return FALSE. */ EmulateAll()
/linux-4.1.27/fs/coda/
H A Dcache.c81 The flags are detected by:
/linux-4.1.27/fs/freevxfs/
H A Dvxfs_olt.c100 printk(KERN_NOTICE "vxfs: oltsize > 1 detected.\n"); vxfs_read_olt()
H A Dvxfs_bmap.c169 printk(KERN_INFO "\n\nTYPED_DEV4 detected!\n"); vxfs_bmap_indir()
232 printk(KERN_INFO "\n\nTYPED_DEV4 detected!\n"); vxfs_bmap_typed()
/linux-4.1.27/sound/ppc/
H A Dkeywest.c78 list_add_tail(&keywest_ctx->client->detected, keywest_attach_adapter()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dsn9c20x.c1178 pr_info("MT9V011 sensor detected\n"); mt9v_init_sensor()
1196 pr_info("MT9V111 sensor detected\n"); mt9v_init_sensor()
1219 pr_info("MT9V112 sensor detected\n"); mt9v_init_sensor()
1263 pr_info("MT9M001 color sensor detected\n"); mt9m001_init_sensor()
1266 pr_info("MT9M001 mono sensor detected\n"); mt9m001_init_sensor()
1269 pr_err("No MT9M001 chip detected, ID = %x\n\n", id); mt9m001_init_sensor()
1819 pr_info("OV9650 sensor detected\n"); sd_init()
1825 pr_info("OV9655 sensor detected\n"); sd_init()
1831 pr_info("SOI968 sensor detected\n"); sd_init()
1837 pr_info("OV7660 sensor detected\n"); sd_init()
1843 pr_info("OV7670 sensor detected\n"); sd_init()
1849 pr_info("MT9VPRB sensor detected\n"); sd_init()
1855 pr_info("MT9M111 sensor detected\n"); sd_init()
1861 pr_info("MT9M112 sensor detected\n"); sd_init()
1872 pr_info("HV7131R sensor detected\n"); sd_init()
/linux-4.1.27/drivers/staging/xgifb/
H A DXGI_main_26.c1820 "XGI302LV bridge detected (revision 0x%02x)\n", xgifb_probe()
1825 "XGI301LV bridge detected (revision 0x%02x)\n", xgifb_probe()
1829 dev_info(&pdev->dev, "XGI301 bridge detected\n"); xgifb_probe()
1837 "XGI302LV bridge detected (revision 0x%02x)\n", xgifb_probe()
1842 "XGI302LV bridge detected (revision 0x%02x)\n", xgifb_probe()
1851 dev_info(&pdev->dev, "XGI302 bridge detected\n"); xgifb_probe()
1856 dev_info(&pdev->dev, "LVDS transmitter detected\n"); xgifb_probe()
1860 dev_info(&pdev->dev, "Trumpion Zurac LVDS scaler detected\n"); xgifb_probe()
1864 dev_info(&pdev->dev, "Chrontel TV encoder detected\n"); xgifb_probe()
1869 "LVDS transmitter and Chrontel TV encoder detected\n"); xgifb_probe()
1872 dev_info(&pdev->dev, "No or unknown bridge type detected\n"); xgifb_probe()
/linux-4.1.27/drivers/iio/humidity/
H A Ddht11.c46 * Note that when reading the sensor actually 84 edges are detected, but
201 "Only %d signal edges detected\n", dht11_read_raw()
/linux-4.1.27/drivers/net/wan/
H A Dhdlc.c135 netdev_info(dev, "Carrier detected\n"); hdlc_device_event()
170 netdev_info(dev, "Carrier detected\n"); hdlc_open()
/linux-4.1.27/drivers/media/rc/
H A Dene_ir.h144 /* detected RX carrier period (resolution: 500 ns) */
148 /* detected RX carrier pulse width (resolution: 500 ns) */
/linux-4.1.27/drivers/staging/octeon/
H A Dethernet-spi.c75 pr_err("SPI1: SRX Spi4 reserved control word detected\n"); cvm_oct_spi_rml_interrupt()
139 pr_err("SPI0: SRX Spi4 reserved control word detected\n"); cvm_oct_spi_rml_interrupt()
/linux-4.1.27/drivers/extcon/
H A Dextcon-palmas.c64 "Spurious connect event detected\n"); palmas_vbus_irq_handler()
73 "Spurious disconnect event detected\n"); palmas_vbus_irq_handler()
/linux-4.1.27/arch/x86/kvm/
H A Dmmu.h59 * RET_MMIO_PF_INVALID: invalid spte is detected then let the real page
62 * RET_MMIO_PF_BUG: bug is detected.
/linux-4.1.27/arch/tile/include/arch/
H A Duart.h153 /* Parity error was detected when current data was received */
220 /* Parity error was detected when current data was received */
/linux-4.1.27/arch/tile/kernel/
H A Dmachine_kexec.c80 pr_warn("%s: detected attempt to kexec with num_online_cpus() > 1\n", machine_kexec_prepare()
85 pr_warn("%s: detected attempt to kexec with unsupported type: %d\n", machine_kexec_prepare()
/linux-4.1.27/drivers/hid/
H A Dhid-pl.c134 debug("detected single-field device"); plff_init()
149 debug("detected 4-field device"); plff_init()
/linux-4.1.27/arch/mn10300/include/asm/
H A Dbusctl-regs.h61 #define BCBERR_BESD_BCU 0x00000000 /* - BCU detected error */
62 #define BCBERR_BESD_SLAVE_BUS 0x00000200 /* - slave bus detected error */
/linux-4.1.27/arch/arm/mach-footbridge/
H A Ddc21285.c221 printk(KERN_DEBUG "PCI: data parity error detected: "); dc21285_dparity_irq()
236 printk(KERN_DEBUG "PCI: parity error detected: "); dc21285_parity_irq()
/linux-4.1.27/lib/lz4/
H A Dlz4_decompress.c164 /* write overflow error detected */ lz4_uncompress()
288 /* write overflow error detected */ lz4_uncompress_unknownoutputsize()
/linux-4.1.27/sound/isa/sb/
H A Dsb8.c151 snd_printk(KERN_WARNING "ALS100 chip detected at 0x%lx, try snd-als100 module\n", snd_sb8_probe()
154 snd_printk(KERN_WARNING "SB 16 chip detected at 0x%lx, try snd-sb16 module\n", snd_sb8_probe()
/linux-4.1.27/sound/pci/
H A Datiixp_modem.c556 dev_err(chip->card->dev, "no codec detected!\n"); snd_atiixp_codec_detect()
633 * XRUN detected, and stop the PCM substream
640 dev_dbg(chip->card->dev, "XRUN detected (DMA %d)\n", dma->ops->type); snd_atiixp_xrun_dma()
1045 unsigned int detected; snd_atiixp_interrupt() local
1046 detected = status & CODEC_CHECK_BITS; snd_atiixp_interrupt()
1048 chip->codec_not_ready_bits |= detected; snd_atiixp_interrupt()
1049 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ snd_atiixp_interrupt()
/linux-4.1.27/sound/pcmcia/vx/
H A Dvxpocket.c221 snd_printdd("VX-pocket is detected\n"); vxpocket_config()
223 snd_printdd("VX-pocket 440 is detected\n"); vxpocket_config()
/linux-4.1.27/drivers/media/pci/ttpci/
H A Dbudget-patch.c392 int detected = 0; budget_patch_attach() local
438 // and will reset GPIO3 after VBI_B is detected. budget_patch_attach()
483 detected = 1; budget_patch_attach()
491 if(detected == 0) budget_patch_attach()
492 printk("budget-patch not detected or saa7146 in non-default state.\n" budget_patch_attach()
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Deeprom.c8 *! 8k or not is detected (the assumes 2k or 16k)
9 *! 2k or 16k detected using test reads and writes.
200 printk(KERN_INFO "%s: 16k detected in step 1\n", eeprom_name); eeprom_init()
265 printk(KERN_INFO "%s: 2k detected in step 2\n", eeprom_name); eeprom_init()
282 printk(KERN_INFO "%s: 16k detected in step 2\n", eeprom_init()

Completed in 7021 milliseconds

123456789