Searched full:detects (Results 1 – 25 of 696) sorted by relevance
12345678910>>...28
| /kernel/linux/linux-6.6/include/linux/usb/ |
| D | otg-fsm.h | 61 * @a_srp_det: TRUE if the A-device detects SRP 63 * @b_conn: TRUE if the A-device detects connection from the B-device 64 * @a_bus_resume: TRUE when the B-device detects that the A-device is signaling 67 * @a_bus_suspend: TRUE when the B-device detects that the A-device has put the 69 * @a_conn: TRUE if the B-device detects a connection from the A-device 74 * @b_sess_vld: TRUE when the B-device detects that the voltage on VBUS is 76 * @test_device: TRUE when the B-device switches to B-Host and detects an OTG 89 * @a_sess_vld: TRUE if the A-device detects that VBUS is above VA_SESS_VLD 90 * @b_bus_suspend: TRUE when the A-device detects that the B-device has put 92 * @b_bus_resume: TRUE when the A-device detects that the B-device is signaling
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | otg-fsm.h | 74 * @a_srp_det: TRUE if the A-device detects SRP 76 * @b_conn: TRUE if the A-device detects connection from the B-device 77 * @a_bus_resume: TRUE when the B-device detects that the A-device is signaling 80 * @a_bus_suspend: TRUE when the B-device detects that the A-device has put the 82 * @a_conn: TRUE if the B-device detects a connection from the A-device 87 * @b_sess_vld: TRUE when the B-device detects that the voltage on VBUS is 89 * @test_device: TRUE when the B-device switches to B-Host and detects an OTG 102 * @a_sess_vld: TRUE if the A-device detects that VBUS is above VA_SESS_VLD 103 * @b_bus_suspend: TRUE when the A-device detects that the B-device has put 105 * @b_bus_resume: TRUE when the A-device detects that the B-device is signaling
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | Build.txt | 57 AddressSanitizer (or ASan) is a GCC feature that detects memory corruption bugs 67 supported by GCC. UBSan detects undefined behaviors of programs at runtime. 73 If UBSan detects any problem at runtime, it outputs a “runtime error:” message.
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | Build.txt | 57 AddressSanitizer (or ASan) is a GCC feature that detects memory corruption bugs 67 supported by GCC. UBSan detects undefined behaviors of programs at runtime. 73 If UBSan detects any problem at runtime, it outputs a “runtime error:” message.
|
| /kernel/linux/linux-6.6/lib/zstd/common/ |
| D | portability_macros.h | 39 /* detects whether we are being compiled under msan */ 41 /* detects whether we are being compiled under asan */ 43 /* detects whether we are being compiled under dfsan */
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | debug-objects.rst | 75 active and destroyed objects. When debugobjects detects an error, then 98 active and destroyed objects. When debugobjects detects an error, then 122 active and destroyed objects. When debugobjects detects an error, then 162 destroyed objects. When debugobjects detects an error, then it calls the 178 debugobjects detects an error, then it calls the fixup_free function of
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | debug-objects.rst | 75 active and destroyed objects. When debugobjects detects an error, then 98 active and destroyed objects. When debugobjects detects an error, then 122 active and destroyed objects. When debugobjects detects an error, then 162 destroyed objects. When debugobjects detects an error, then it calls the 178 debugobjects detects an error, then it calls the fixup_free function of
|
| /kernel/linux/linux-6.6/Documentation/dev-tools/ |
| D | testing-overview.rst | 96 * kmemleak detects possible memory leaks. See 98 * KASAN detects invalid memory accesses such as out-of-bounds and 100 * UBSAN detects behaviour that is undefined by the C standard, like integer 102 * KCSAN detects data races. See Documentation/dev-tools/kcsan.rst
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | bp_account.c | 189 * - detects the number of watch/break-points, 191 * - detects PERF_EVENT_IOC_MODIFY_ATTRIBUTES ioctl, 193 * - detects if watchpoints and breakpoints share
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | bp_account.c | 164 * - detects the number of watch/break-points, 166 * - detects PERF_EVENT_IOC_MODIFY_ATTRIBUTES ioctl, 168 * - detects if watchpoints and breakpoints share
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | renesas,rz-ssi.yaml | 73 bit[10] - HIEN = 1, Detects a request in response to the rising edge 75 bit[11] - LVL = 0, Detects based on the edge
|
| /kernel/linux/linux-6.6/Documentation/i2c/ |
| D | i2c-address-translators.rst | 72 - ATR chip detects transaction on address 0x20, finds it in table, 75 - Slave X chip (on bus B) detects transaction at its own physical
|
| D | instantiating-devices.rst | 256 * The I2C driver usually detects devices (method 3 above) but the bus 259 * The I2C driver usually detects devices, but your device lives at an 261 * The I2C driver usually detects devices, but your device is not detected,
|
| /kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
| D | Kconfig.s3c64xx | 206 resistors fitted so that the card detects for 215 resistors fitted so that the card detects for
|
| /kernel/linux/linux-5.10/Documentation/i2c/ |
| D | instantiating-devices.rst | 248 * The I2C driver usually detects devices (method 3 above) but the bus 251 * The I2C driver usually detects devices, but your device lives at an 253 * The I2C driver usually detects devices, but your device is not detected,
|
| /kernel/linux/linux-6.6/Documentation/locking/ |
| D | mutex-design.rst | 100 - Detects self-recursing locks and prints out all relevant info. 101 - Detects multi-task circular deadlocks and prints out all affected
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | mutex-design.rst | 100 - Detects self-recursing locks and prints out all relevant info. 101 - Detects multi-task circular deadlocks and prints out all affected
|
| /kernel/linux/linux-5.10/Documentation/RCU/ |
| D | stallwarn.rst | 107 RCU only detects CPU stalls when there is a grace period in progress. 127 CPU stall detector, which detects conditions that unduly delay RCU grace 190 For non-RCU-tasks flavors of RCU, when a CPU detects that it is stalling, 309 If an expedited grace period detects a stall, it will place a message
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/event/ |
| D | exynos-nocp.txt | 6 that the Network on Chip (NoC) probes detects are transported over
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mutex.h | 49 * - detects self-recursing locks and prints out all relevant info 50 * - detects multi-task circular deadlocks and prints out all affected
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | sch5636.rst | 28 temperatures. Note that the driver detects how many fan headers /
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | sch5636.rst | 28 temperatures. Note that the driver detects how many fan headers /
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/devfreq/event/ |
| D | samsung,exynos-nocp.yaml | 16 that the Network on Chip (NoC) probes detects are transported over the
|
| /kernel/linux/linux-5.10/include/ras/ |
| D | ras_event.h | 20 * These events are generated when hardware detects a corrected or 168 * This event is generated when hardware detects an ARM processor error 258 * These events are generated when hardware detects a corrected or
|
| /kernel/linux/linux-6.6/include/ras/ |
| D | ras_event.h | 20 * These events are generated when hardware detects a corrected or 168 * This event is generated when hardware detects an ARM processor error 258 * These events are generated when hardware detects a corrected or
|
12345678910>>...28