Searched full:condition (Results 1 – 25 of 187) sorted by relevance
12345678
| /Documentation/i2c/ |
| D | i2c-protocol.rst | 12 S Start condition 13 P Stop condition 47 condition P a start condition S is sent and the transaction continues. 77 we do not generate Addr, but we do generate the start condition S. 94 Force a stop condition (P) after the message. Some I2C related protocols
|
| D | gpio-fault-injection.rst | 27 the condition of SCL being unresponsive and report an error to the upper 36 master under test should detect this condition and trigger a bus recovery (see 63 above, the bus master under test should detect this condition and try a bus 89 Here, we want to simulate the condition where the master under test loses the
|
| /Documentation/devicetree/bindings/iio/accel/ |
| D | lis302.txt | 37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition 38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition 39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready condition 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition 47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for 50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
|
| /Documentation/devicetree/bindings/sound/ |
| D | cs35l36.txt | 78 Configures the threshold at which the overtemperature warning condition occurs. 115 condition is present and the VP brownout condition is in an attacking state. 124 - cirrus,vpbr-wait : Configures the delay time between a brownout condition 129 between consecutive volume attenuation release steps when a brownout condition 133 is reached, the error condition still remains, and this bit is set, the audio
|
| /Documentation/userspace-api/media/cec/ |
| D | cec-pin-error-inj.rst | 46 # <op>[,<mode>] rx-low-drive <bit> force a low-drive condition at this bit position 69 # <op>[,<mode>] tx-low-drive <bit> force a low-drive condition at this bit position 161 Force a Low Drive condition at this bit position. If <op> specifies 164 transmitter can handle the Low Drive condition correctly and reports 166 be interpreted as an Arbitration Lost condition by the transmitter. 180 Generate a POLL message to trigger an Arbitration Lost condition. 186 This command can be used to test the Arbitration Lost condition in 248 condition. 251 because the receiver also looks for an Arbitration Lost condition in 269 because the receiver also looks for an Arbitration Lost condition in [all …]
|
| /Documentation/admin-guide/perf/ |
| D | hisi-pcie-pmu.rst | 106 than trigger condition. You can set the trigger condition by writing 110 For example, "trig_len=4" means trigger condition is 2^4 DW, "trig_mode=0" 111 means statistics start when TLP length > trigger condition, "trig_mode=1" 112 means start when TLP length < condition.
|
| /Documentation/arch/powerpc/ |
| D | ptrace.rst | 29 watchpoints and whether it supports a range of addresses and a condition. 75 uint32_t condition_mode; /* break/watchpoint condition flags */ 83 For instance, if the request is for a watchpoint with a condition, both the 125 p.condition_value = (uint64_t) condition;
|
| /Documentation/filesystems/ |
| D | zonefs.rst | 181 * A zone may transition to the read-only condition (BLK_ZONE_COND_READONLY): 184 read/write access) can change the zone condition back to a normal read/write 190 * A zone may transition to the offline condition (BLK_ZONE_COND_OFFLINE): 194 condition are undefined. A typical cause would be a defective read-write head 219 condition change). 222 but only if the file zone is still in a good condition and there is no 228 * A zone condition change to read-only or offline also always triggers zonefs 250 A zone condition change to read-only is indicated with a change in the file 264 | option | condition | size read write read write | 291 to the offline condition are permanent. Remounting or reformatting the device [all …]
|
| /Documentation/devicetree/bindings/power/reset/ |
| D | gpio-restart.yaml | 21 is configured as an output, and driven active, triggering a level triggered reset condition. 22 This will also cause an inactive->active edge condition, triggering positive edge triggered
|
| /Documentation/driver-api/ |
| D | libata.rst | 145 the interrupt condition. Most drivers for taskfile-based hardware use 266 condition disrupts normal operation of the port. A frozen port is not 504 sense data is empty but ``scmd->result`` is CHECK CONDITION, SCSI midlayer 608 error condition is reported from device or a command has timed out. 656 ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION) 661 values are valid and describe error condition. Note that some of ATA bus 675 indicates CHECK CONDITION and doesn't fall in this category. 678 \*probably\* indicates CHECK CONDITION and doesn't fall in this 726 or some other error condition. Note that ABRT bit can indicate a lot 742 ATAPI device CHECK CONDITION [all …]
|
| /Documentation/devicetree/bindings/i2c/ |
| D | renesas,riic.yaml | 42 - description: Stop Condition Detection Interrupt 43 - description: Start Condition Detection Interrupt
|
| /Documentation/ABI/testing/ |
| D | sysfs-class-led-flash | 77 a short or open circuit condition on the indicator LED 86 the condition persists until this flag is no longer set
|
| D | sysfs-bus-iio-thermocouple | 7 cables. The device can also detect if such a condition occurs.
|
| D | ima_policy | 20 rule format: action [condition ...] 24 condition:= base | lsm [option]
|
| /Documentation/hwmon/ |
| D | ibmpowernv.rst | 36 fanX_fault - 0: No fail condition 52 inX_fault - 0: No fail condition.
|
| /Documentation/kbuild/ |
| D | kconfig-macro-language.rst | 120 - $(warning-if,condition,text) 122 The "warning-if" function takes two arguments. If the condition part is "y", 126 - $(error-if,condition,text) 129 parsing immediately if the condition part is "y".
|
| /Documentation/networking/device_drivers/ethernet/toshiba/ |
| D | spider_net.rst | 119 pointer will catch up to the head, notice the not-empty condition, 124 will be set in GHIINT1STS). When the RX ram full condition occurs, 126 This section describes the special handling for this condition. 133 deadlock condition, as the tail pointer will be pointing at this descr,
|
| /Documentation/translations/zh_CN/process/ |
| D | coding-style.rst | 75 if (condition) do_this; 82 if (condition) 89 if (condition) { 169 } while (condition); 193 if (condition) 200 if (condition) 209 if (condition) {
|
| /Documentation/translations/zh_TW/process/ |
| D | coding-style.rst | 78 if (condition) do_this; 85 if (condition) 92 if (condition) { 172 } while (condition); 196 if (condition) 203 if (condition) 212 if (condition) {
|
| /Documentation/dev-tools/ |
| D | gpio-sloppy-logic-analyzer.rst | 72 start condition happen faster, so we need a higher sampling frequency, e.g. 74 for a start condition on an idle bus. So, we need to set a trigger to a falling
|
| /Documentation/devicetree/bindings/net/ |
| D | ethernet-switch.yaml | 24 # This condition is here to satisfy the case where certain device
|
| /Documentation/devicetree/bindings/power/supply/ |
| D | maxim,max14577.yaml | 48 OverVoltage Protection Threshold in uV; In an overvoltage condition, INT
|
| /Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-flash.rst | 168 condition on the indicator LED. 175 condition persists until this flag is no longer set.
|
| /Documentation/arch/arm64/ |
| D | perf.rst | 175 events whose count meets a specified threshold condition. For example if 181 To increment by 1 after passing the threshold condition instead of the 206 - If this is set, count by 1 after passing the threshold condition
|
| /Documentation/process/ |
| D | coding-style.rst | 69 if (condition) do_this; 76 if (condition) 83 if (condition) { 175 } while (condition); 201 if (condition) 208 if (condition) 218 if (condition) { 229 while (condition) { 1192 block references symbols that will not exist if the condition is not met. 1234 is common for a given warning condition, if it occurs at all, to occur [all …]
|
12345678