/linux-4.1.27/lib/ |
H A D | usercopy.c | 7 WARN(1, "Buffer overflow detected!\n"); copy_from_user_overflow()
|
H A D | debug_locks.c | 20 * detected and reported, there might be cascade of followup bugs 30 * a locking bug is detected.
|
H A D | kstrtox.c | 112 * 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 D | regs-ost.h | 48 * 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 D | regs-rtc.h | 22 * 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 D | regs-rtc.h | 20 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ 21 #define RTSR_AL (1 << 0) /* RTC alarm detected */
|
H A D | gumstix.h | 22 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 D | regs-rtc.h | 20 #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 D | strfilter.h | 23 * @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 D | ad1848.h | 4 #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 D | v_midi.c | 183 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 D | bcm63xx_pcmcia.h | 36 /* whether a card is detected at the moment */ 39 /* type of detected card (mask of above enum) */
|
H A D | yenta_socket.h | 22 #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 D | mce.h | 15 __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 D | lp8755.h | 22 *PWR FAULT : power fault detected 26 *TEMP_SHDN : thermal shutdonw detected
|
H A D | net-cw1200.h | 24 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 D | omap_drm.h | 28 * detected devices. Remaining overlays are used as video planes. This
|
/linux-4.1.27/fs/ext3/ |
H A D | namei.h | 22 "Directory hole detected on inode %lu\n", ext3_dir_bread()
|
/linux-4.1.27/include/linux/i2c/ |
H A D | pxa-i2c.h | 35 * 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 D | gp2ap002a00f.h | 10 * @vout_gpio: The gpio connected to the object detected pin (VOUT)
|
H A D | adxl34x.h | 97 * 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 D | daisy.c | 15 * 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 D | da.h | 20 * Returns: true if a DA was detected, false if not.
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | spr-regs.h | 254 #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 D | mb93493-regs.h | 202 #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 D | Makefile | 14 $(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 D | pwc-if.c | 197 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 D | speedstep-lib.h | 19 /* 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 D | p4-clockmod.c | 128 "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 D | speedstep-ich.c | 179 * 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 D | fixups-sdk7786.c | 23 * 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 D | common.c | 146 printk(KERN_DEBUG "PCI: parity error detected: "); pcibios_handle_status_errors()
|
/linux-4.1.27/arch/ia64/scripts/ |
H A D | unwcheck.py | 57 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 D | irq_alpha.c | 167 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 D | err_ev6.c | 254 * 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 D | octeon_edac-l2c.c | 38 "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 D | amd76x_edac.c | 222 * amd76x_probe1 - Perform set up for detected device 223 * @pdev; PCI device detected
|
H A D | mce_amd.c | 103 "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 D | pdc_chassis.h | 103 /* 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 D | ppp-comp.h | 96 * 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 D | compaction.h | 20 /* Used to signal whether compaction detected need_sched() or lock contention */ 21 /* No contention detected */
|
H A D | ww_mutex.h | 103 * 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 D | cacheinfo.h | 78 * attributes are being detected
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | xscale-cp0.c | 160 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 D | pj4-cp0.c | 120 pr_info("PJ4 iWMMXt coprocessor detected, but kernel support is missing.\n"); pj4_cp0_init()
|
H A D | devtree.c | 128 * 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 D | psci.c | 200 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 D | olpc_ofw.h | 26 /* check if OFW was detected during boot */
|
H A D | iommu_table.h | 20 * *: 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 D | mrshpc.h | 9 return; /* Not detected */ mrshpc_setup_windows()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | cpufeature.c | 46 check_cpu_capabilities(arm64_features, "detected feature"); check_local_cpu_features()
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | adb_iop.h | 31 #define ADB_IOP_SRQ 0x04 /* SRQ detected */
|
H A D | m54xxpci.h | 80 #define PCIGSCR_PE 0x20000000 /* Parity error detected */ 81 #define PCIGSCR_SE 0x10000000 /* System error detected */
|
/linux-4.1.27/kernel/locking/ |
H A D | rtmutex.h | 29 WARN(1, "rtmutex deadlock detected\n"); rt_mutex_print_deadlock()
|
H A D | rtmutex-debug.c | 105 printk( "[ BUG: circular locking deadlock detected! ]\n"); debug_rt_mutex_print_deadlock()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | dfs_debug.h | 30 * @pulses_detected: pulses detected so far 38 * @radar_detected: radars detected
|
H A D | dfs_debug.c | 64 ATH9K_DFS_STAT("DFS pulses detected ", pulses_detected); read_file_dfs() 75 ATH9K_DFS_STAT("Radars detected ", radar_detected); read_file_dfs()
|
H A D | htc_drv_gpio.c | 45 "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 D | olpc_ofw.c | 101 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 D | cachepart.c | 109 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 D | dev-flash.c | 120 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 D | pm.h | 35 * 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 D | dp83640_reg.h | 109 #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 D | em28xx-camera.c | 179 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 D | rtc-pxa.c | 44 #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 D | rtc-imxdi.c | 65 #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 D | rtc-rx8025.c | 158 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 D | rtc-pcf2127.c | 40 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 D | rtc-au1xxx.c | 28 /* 32kHz clock enabled and detected */
|
H A D | rtc-rs5c348.c | 186 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 D | pmbus.c | 38 /* 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 D | ucd9200.c | 81 "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 D | i40e_virtchnl_pf.h | 95 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 D | mpi_log_fc.h | 47 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 D | pciehp_hpc.c | 536 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 D | nmi.c | 78 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 D | auxio_32.c | 138 printk(KERN_INFO "Power off control detected.\n"); auxio_power_probe()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
H A D | time.c | 44 /* 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 D | chafsr.h | 44 /* 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 D | uvc_isight.c | 116 * 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 D | rt2x00firmware.c | 63 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 D | ast_main.c | 74 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 D | xfs_error.c | 154 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 D | af_iucv.h | 96 /* target unreachable (detected delayed) */ 98 /* general error (detected delayed) */
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | mce.h | 22 * --- These errors are detected by both processor and systems. 44 when EV5 detected Secondary cache
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | solutionengine.c | 58 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 D | 11h.c | 138 "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 D | hypervisor.c | 59 printk(KERN_INFO "Hypervisor detected: %s\n", x86_hyper->name); detect_hypervisor_vendor()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | pci-swiotlb.c | 77 * if 4GB or more detected (and iommu=off not set) return 1
|
H A D | irq_32.c | 47 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 D | irq_64.c | 73 panic("low stack detected by irq handler - check messages\n"); stack_overflow_check()
|
H A D | check.c | 140 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 D | mrfl.c | 41 pr_debug("Actual FSB frequency detected by SOC 0x%x : %x\n", tangier_calibrate_tsc()
|
/linux-4.1.27/arch/x86/boot/ |
H A D | cpu.c | 85 printf("but only detected an %s CPU.\n", validate_cpu()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | kobil_sct.h | 50 /* Ring signal detected */
|
H A D | kobil_sct.c | 131 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 D | drxk.h | 31 * automatically detected.
|
/linux-4.1.27/arch/s390/oprofile/ |
H A D | backtrace.c | 43 /* Zero backchain detected, check for interrupt frame. */ __show_trace()
|
/linux-4.1.27/arch/mips/sgi-ip32/ |
H A D | ip32-setup.c | 75 printk("%d MHz CPU detected\n", mips_hpt_frequency * 2 / 1000000); plat_time_init()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | topology.h | 38 * Not implemented here. Multi-level hierarchies detected with
|
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/ |
H A D | shannon.h | 23 #define SHANNON_GPIO_SENSE_12V GPIO_GPIO (21) /* Input, 12v flash unprotect detected */
|
/linux-4.1.27/arch/arm/mach-tegra/ |
H A D | irq.c | 99 pr_warn("Outdated DT detected, suspend/resume will NOT work\n"); tegra_init_irq()
|
/linux-4.1.27/drivers/scsi/ |
H A D | 3w-9xxx.h | 63 {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 D | constants.c | 306 {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 D | bvme6000_scsi.c | 65 printk(KERN_ERR "bvme6000-scsi: No host detected; " bvme6000_probe()
|
H A D | a4000t.c | 70 "No host detected; board configuration problem?\n"); amiga_a4000t_scsi_probe()
|
H A D | mvme16x_scsi.c | 70 printk(KERN_ERR "mvme16x-scsi: No host detected; " mvme16x_probe()
|
H A D | zorro7xx.c | 121 printk(KERN_ERR "zorro7xx: No host detected; " zorro7xx_init_one()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
H A D | fwio.c | 403 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 D | xgene-rng.c | 140 * 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 D | amd-rng.c | 145 pr_info("AMD768 RNG detected\n");
|
H A D | geode-rng.c | 112 pr_info("AMD Geode RNG detected\n");
|
/linux-4.1.27/sound/soc/fsl/ |
H A D | fsl_sai.c | 54 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 D | ams-core.c | 112 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 D | r852.h | 102 #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 D | lattice-ecp3-config.c | 109 "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 D | tt.h | 48 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 D | board.c | 46 /* 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 D | ppp-ioctl.h | 50 #define SC_DC_FERROR 0x00800000 /* fatal decomp error detected */ 51 #define SC_DC_ERROR 0x00400000 /* non-fatal decomp error detected */
|
H A D | dlm.h | 53 * -EDEADLK if a deadlock was detected
|
H A D | mii.h | 54 #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 D | 3ds_debugboard.c | 168 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 D | cpu-imx5.c | 89 pr_info("Turning off NEON support, detected broken NEON implementation\n"); mx51_neon_fixup()
|
/linux-4.1.27/net/dccp/ccids/lib/ |
H A D | packet_history.h | 128 * 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 D | report.c | 121 "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 D | sdio.h | 49 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 D | smtstate.h | 82 #define RM4_NON_OP_DUP 4 /* dupl. addr detected */
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | setup.h | 32 * Machine features detected in head.S
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | stacktrace.c | 44 /* Zero backchain detected, check for interrupt frame. */ save_context_stack()
|
/linux-4.1.27/arch/mips/pistachio/ |
H A D | init.c | 41 pr_info("CMP IOCU detected\n"); plat_setup_iocoherency()
|
/linux-4.1.27/arch/m68k/mac/ |
H A D | baboon.c | 41 printk("Baboon detected at %p\n", baboon); baboon_init()
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
H A D | simtec-usb.c | 66 pr_debug("usb_simtec: over-current irq (oc detected)\n"); usb_simtec_ocirq()
|
/linux-4.1.27/fs/ext2/ |
H A D | file.c | 84 "detected IO error when writing metadata buffers"); ext2_fsync()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | catas.c | 221 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 D | portdrv_pci.c | 117 * 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 D | nouveau_acpi.c | 265 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 D | uterror.c | 70 * 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 D | utaddress.c | 71 * address conflicts can be detected. 191 * RETURN: Count of the number of conflicts detected. Zero is always
|
H A D | utxfinit.c | 293 * 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 D | blacklist.c | 147 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 D | tegra20_spdif.h | 183 /* 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 D | tvp514x.c | 387 * 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 D | tvp7002.c | 643 * 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 D | ad9389b.c | 99 /* 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 D | hgpk.c | 59 "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 D | stv06xx.c | 429 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 D | aerdrv_core.c | 177 * 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 D | intel_crt.c | 524 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 D | intel_acpi.c | 149 DRM_DEBUG_DRIVER("VGA switcheroo: detected DSM switching method %s handle\n", intel_dsm_detect()
|
H A D | dvo_ch7xxx.c | 220 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 D | dvo_sil164.c | 151 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 D | dvo_tfp410.c | 184 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 D | hysdn_procconf.c | 111 /* 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 D | moxart_ether.h | 190 #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 D | ni_tiocmd.c | 399 "%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 D | rc-msi-tvanywhere-plus.c | 74 detected as such unless some way is discovered to distinguish
|
/linux-4.1.27/drivers/mfd/ |
H A D | da9063-core.c | 155 "Device detected (chip-ID: 0x%02X, var-ID: 0x%02X)\n", da9063_device_init()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 471 #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 D | i2o_block.h | 42 * Set the I2O Block devices to be detected in increasing
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | crw.c | 107 pr_debug("%s: crw overflow detected!\n", __func__); crw_collect_info()
|
/linux-4.1.27/drivers/staging/media/lirc/ |
H A D | lirc_parallel.c | 170 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 D | dfs_pri_detector.h | 49 * @add_pulse(): add pulse event, returns pri_sequence if pattern was detected
|
/linux-4.1.27/drivers/cpuidle/ |
H A D | cpuidle-arm.c | 102 * This driver is DT only, if no DT idle states are detected (ret == 0) arm_idle_init()
|
H A D | dt_idle_states.c | 145 * 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 D | bigsmp_32.c | 118 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 D | common.c | 87 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 D | sh_bios.c | 87 printk(KERN_NOTICE "SH-BIOS not detected\n"); sh_bios_vbr_init()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_strings.c | 92 [-SS_CONCURRENT_ST_CHG] = "Concurrent state changes detected and aborted",
|
/linux-4.1.27/fs/sysv/ |
H A D | super.c | 220 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 D | maxinefb.c | 130 printk(KERN_INFO "Maxinefb: Personal DECstation detected\n"); maxinefb_init()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | ep93xx_wdt.c | 146 (val & 0x08) ? " (nCS1 disable detected)" : ""); ep93xx_wdt_probe()
|
H A D | ixp4xx_wdt.c | 180 pr_err("Rev. A0 IXP42x CPU detected - watchdog disabled\n"); ixp4xx_wdt_init()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs4file.c | 118 * If nfs_file_fsync_commit detected a server reboot, then nfs4_file_fsync()
|
/linux-4.1.27/include/sound/ |
H A D | jack.h | 57 SND_JACK_MECHANICAL = 0x0008, /* If detected separately */
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-wqe.h | 97 /* 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 D | ip22-eisa.c | 113 printk(KERN_INFO "EISA: slot %d : %s detected.\n", ip22_eisa_init()
|
/linux-4.1.27/arch/arm/nwfpe/ |
H A D | fpa11.c | 126 /* Invalid instruction detected. Return FALSE. */ EmulateAll()
|
/linux-4.1.27/fs/coda/ |
H A D | cache.c | 81 The flags are detected by:
|
/linux-4.1.27/fs/freevxfs/ |
H A D | vxfs_olt.c | 100 printk(KERN_NOTICE "vxfs: oltsize > 1 detected.\n"); vxfs_read_olt()
|
H A D | vxfs_bmap.c | 169 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 D | keywest.c | 78 list_add_tail(&keywest_ctx->client->detected, keywest_attach_adapter()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | sn9c20x.c | 1178 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 D | XGI_main_26.c | 1820 "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 D | dht11.c | 46 * 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 D | hdlc.c | 135 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 D | ene_ir.h | 144 /* 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 D | ethernet-spi.c | 75 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 D | extcon-palmas.c | 64 "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 D | mmu.h | 59 * 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 D | uart.h | 153 /* 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 D | machine_kexec.c | 80 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 D | hid-pl.c | 134 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 D | busctl-regs.h | 61 #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 D | dc21285.c | 221 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 D | lz4_decompress.c | 164 /* write overflow error detected */ lz4_uncompress() 288 /* write overflow error detected */ lz4_uncompress_unknownoutputsize()
|
/linux-4.1.27/sound/isa/sb/ |
H A D | sb8.c | 151 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 D | atiixp_modem.c | 556 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 D | vxpocket.c | 221 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 D | budget-patch.c | 392 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 D | eeprom.c | 8 *! 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()
|