Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/Linux-v4.19/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr1 Kconfig:11:error: recursive dependency detected!
6 Kconfig:5:error: recursive dependency detected!
11 Kconfig:17:error: recursive dependency detected!
17 Kconfig:32:error: recursive dependency detected!
23 Kconfig:37:error: recursive dependency detected!
29 Kconfig:60:error: recursive dependency detected!
34 Kconfig:51:error: recursive dependency detected!
/Linux-v4.19/tools/perf/
DMakefile.config14 $(shell printf "" > $(OUTPUT).config-detected)
15 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected)
16 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected)
37 $(call detected,CONFIG_X86)
43 $(call detected,CONFIG_X86_64)
69 $(call detected,CONFIG_PERF_REGS)
370 $(call detected,CONFIG_SETNS)
378 $(call detected,CONFIG_LIBOPENCSD)
391 $(call detected,CONFIG_LIBELF)
419 $(call detected,CONFIG_DWARF)
[all …]
D.gitignore31 .config-detected
/Linux-v4.19/drivers/parport/
Ddaisy.c94 int detected = 0; in parport_daisy_init() local
142 detected += assign_addrs(port); in parport_daisy_init()
151 detected++; in parport_daisy_init()
156 if (!detected && !last_try) { in parport_daisy_init()
171 return detected; in parport_daisy_init()
405 int detected; in assign_addrs() local
469 detected = numdevs - thisdev; in assign_addrs()
471 detected); in assign_addrs()
481 return detected; in assign_addrs()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote24 supported and if detected, it's no longer reported as static
34 done. This file shows the detected device type. "pending" means
36 device couldn't be detected or loaded. "generic" means, that the
37 device couldn't be detected but supports basic Wii Remote
50 Description: This attribute is only provided if the device was detected as a
65 Description: This attribute is only provided if the device was detected as a
74 Calibration data is detected by the kernel during device setup.
Dsysfs-class-fpga-manager50 * reconfig operation error - invalid operations detected by
54 * reconfig CRC error - CRC error detected by
58 * reconfig IP protocol error - protocol errors detected by
60 * reconfig fifo overflow error - FIFO overflow detected by
Dsysfs-class-power-twl40307 "auto" - draw power as appropriate for detected
26 "auto" - draw power as appropriate for detected
Dsysfs-block-device13 detected.
15 every 10ms when activity is detected.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-query-dv-timings.rst47 timings are detected. Instead, drivers should send the
53 :ref:`VIDIOC_QUERY_DV_TIMINGS`, and if the detected timings are valid they
57 If the timings could not be detected because there was no signal, then
58 ENOLINK is returned. If a signal was detected, but it was unstable and
80 No timings could be detected because no signal was found.
Dvidioc-querystd.rst43 between 50 and 60 Hz systems. If no signal was detected, then the driver
51 automatically if a new video standard is detected. Instead, drivers
57 will have to call :ref:`VIDIOC_QUERYSTD`, and if the detected video
Ddev-rds.rst50 Whether an RDS signal is present can be detected by looking at the
52 ``V4L2_TUNER_SUB_RDS`` will be set if RDS data was detected.
180 - A bit error was detected but corrected.
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dmax8903-charger.txt5 - dok-gpios: Valid DC power has been detected (active low, input), optional if uok-gpios is provided
6 - uok-gpios: Valid USB power has been detected (active low, input), optional if dok-gpios is provid…
Dtps65090.txt7 -ti,enable-low-current-chrg: Enables charging when a low current is detected
Dlego_ev3_battery.txt6 detected by a key switch in the battery compartment.
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dab8500.txt42 : VBUS_DET_F : : VBUS falling detected
43 : VBUS_DET_R : : VBUS rising detected
48 : VBUS_OVV : : Overvoltage on Vbus ball detected (USB charge is stopped)
49 : CH_WD_EXP : : Charger watchdog detected
/Linux-v4.19/Documentation/core-api/
Ddebug-objects.rst32 detected problems so the kernel can continue to work and the debug
56 Each detected error is reported in the statistics and a limited number
185 usage of the object is detected by the other debug checks.
214 debug_object_init is detected. The function takes the address of the
232 debug_object_activate is detected.
260 debug_object_destroy is detected.
273 debug_object_free is detected. Further it can be called from the debug
274 checks in kfree/vfree, when an active object is detected from the
289 debug_object_assert_init is detected.
/Linux-v4.19/Documentation/devicetree/bindings/bus/
Dbrcm,bus-axi.txt9 The cores on the AXI bus are automatically detected by bcma with the
19 detected (e.g. IRQ numbers). Also some of the cores may be responsible
/Linux-v4.19/scripts/kconfig/tests/err_recursive_inc/
Dexpected_stderr1 Recursive inclusion detected.
/Linux-v4.19/Documentation/driver-api/soundwire/
Derror_handling.rst11 The errors can be detected with multiple mechanisms:
21 and after a number of such errors are detected the bus might be reset. Note
26 identify Slaves which detected a Bus Clash or a Parity Error, but they may
/Linux-v4.19/Documentation/scsi/
Dg_NCR5380.txt22 This driver provides some information on what it has detected in
23 /proc/scsi/g_NCR5380/x where x is the scsi card number as detected at boot
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dcyttsp.txt25 before movement is detected and reported by the device.
34 touches are detected before entering low-power mode.
/Linux-v4.19/Documentation/w1/masters/
Dds248226 However, the device cannot be detected without writing to the i2c bus, so no
/Linux-v4.19/Documentation/media/v4l-drivers/
Dradiotrack.rst91 0xff ==> no stereo detected, 0xfd ==> stereo detected.
152 x=0xff ==> "not stereo", x=0xfd ==> "stereo detected"
/Linux-v4.19/sound/aoa/fabrics/
Dlayout.c857 struct snd_kcontrol *detected, *c; in layout_notify() local
863 detected = ldev->headphone_detected_ctrl; in layout_notify()
872 detected = ldev->lineout_detected_ctrl; in layout_notify()
882 if (detected) in layout_notify()
883 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &detected->id); in layout_notify()
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-read-uncorrected-blocks.rst36 This ioctl call returns the number of uncorrected blocks detected by the

12345678910>>...12