Home
last modified time | relevance | path

Searched full:stuck (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/Linux-v6.1/crypto/
Djitterentropy.c72 __u64 last_delta; /* SENSITIVE stuck test */
73 __s64 last_delta2; /* SENSITIVE stuck test */
88 int rct_count; /* Number of stuck values */
116 #define JENT_ESTUCK 8 /* Too many stuck results during init. */
186 * Stuck Test and its use as Repetition Count Test
190 * back-to-back values, the input to the RCT is the counting of the stuck
205 * @stuck [in] Indicator whether the value is stuck
207 static void jent_rct_insert(struct rand_data *ec, int stuck) in jent_rct_insert() argument
216 if (stuck) { in jent_rct_insert()
266 * Stuck test by checking the:
[all …]
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c11 [RESET_CAUSE_TX_BUSY] = "TX DMA busy stuck", in mt7603_reset_read()
12 [RESET_CAUSE_RX_BUSY] = "RX DMA busy stuck", in mt7603_reset_read()
13 [RESET_CAUSE_RX_PSE_BUSY] = "RX PSE busy stuck", in mt7603_reset_read()
14 [RESET_CAUSE_BEACON_STUCK] = "Beacon stuck", in mt7603_reset_read()
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dadi,max98396.yaml81 adi,dmon-stuck-enable:
83 Enables the "data monitor stuck" feature. Once the data monitor is
89 adi,dmon-stuck-threshold-bits:
91 Sets the threshold for the "data monitor stuck" feature, in bits.
/Linux-v6.1/drivers/input/keyboard/
Dpmic8xxx-keypad.c84 * @key_stuck_irq: key stuck notification irq number
88 * @stuckstate: present state when key stuck irq
318 * whenever key-stuck interrupt happens, because events counter doesn't
319 * get updated when this interrupt happens due to key stuck doesn't get
323 * because it might report the key which was pressed before the key being stuck
324 * as stuck key because it's pressed status is stored in the old data
492 * only, otherwise it might get into FSM stuck state.
599 "pmic-keypad-stuck", kp); in pmic8xxx_kp_probe()
601 dev_err(&pdev->dev, "failed to request keypad stuck irq\n"); in pmic8xxx_kp_probe()
/Linux-v6.1/Documentation/hwmon/
Dasus_wmi_sensors.rst70 fans stopping, fans getting stuck at max speed, or temperature readouts
71 getting stuck. This is not an issue with the driver, but the BIOS. The Prime
/Linux-v6.1/include/uapi/linux/
Dxilinx-v4l2-controls.h45 /* Enable a stuck pixel feature */
69 /* Upper limit count of generated stuck pixels */
/Linux-v6.1/fs/xfs/
Dxfs_trans_ail.c427 int stuck = 0; in xfsaild_push() local
516 stuck++; in xfsaild_push()
523 stuck++; in xfsaild_push()
545 if (stuck > 100) in xfsaild_push()
569 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
572 * stuck due to operations in progress. "Stuck" in this case in xfsaild_push()
573 * is defined as >90% of the items we tried to push were stuck. in xfsaild_push()
578 * the restart to issue a log force to unpin the stuck items. in xfsaild_push()
/Linux-v6.1/arch/powerpc/kernel/
Dwatchdog.c48 * interrupt, and can be used to detect CPUs stuck with IRQs disabled.
71 * watchdog to detect an unresponsive CPU and pull it out of its stuck
240 * Try to trigger the stuck CPUs, unless we are going to in watchdog_smp_panic()
312 * only way for a stuck CPU to return to the pending bitmap is to in wd_smp_clear_cpu_pending()
360 * stuck, so this triggers a flush that will get that in watchdog_timer_interrupt()
/Linux-v6.1/drivers/net/appletalk/
DKconfig78 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
100 is stuck on an AppleTalk network (which hopefully contains a
/Linux-v6.1/tools/perf/tests/
Dtests.h157 * handler to avoid stepping into the SIGIO handler and getting stuck on the
161 * case also gets stuck on the breakpointed instruction.
/Linux-v6.1/Documentation/networking/
Dipddp.rst69 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
70 network to use IP. It should work equally well if you are stuck on an
/Linux-v6.1/drivers/i2c/algos/
Di2c-algo-pca.c327 case 0x70: /* Bus error - SDA stuck low */ in pca_xfer()
328 DEB2("BUS ERROR - SDA Stuck low\n"); in pca_xfer()
331 case 0x78: /* Bus error - SCL stuck low (PCA9665) */ in pca_xfer()
332 case 0x90: /* Bus error - SCL stuck low (PCA9564) */ in pca_xfer()
333 DEB2("BUS ERROR - SCL Stuck low\n"); in pca_xfer()
Di2c-algo-bit.c37 MODULE_PARM_DESC(bit_test, "lines testing - 0 off; 1 report; 2 fail if stuck");
257 printk(KERN_WARNING "%s: SDA stuck high!\n", name); in test_bus()
271 printk(KERN_WARNING "%s: SDA stuck low!\n", name); in test_bus()
285 printk(KERN_WARNING "%s: SCL stuck high!\n", name); in test_bus()
299 printk(KERN_WARNING "%s: SCL stuck low!\n", name); in test_bus()
475 * -ETIMEDOUT, for example if the lines are stuck...)
/Linux-v6.1/arch/sparc/kernel/
Dsmp_64.c386 printk("Processor %d is stuck.\n", cpu); in smp_boot_one_cpu()
399 int stuck, tmp; in spitfire_xcall_helper() local
437 stuck = 100000; in spitfire_xcall_helper()
447 stuck -= 1; in spitfire_xcall_helper()
448 if (stuck == 0) in spitfire_xcall_helper()
453 if (stuck == 0) { in spitfire_xcall_helper()
553 long stuck; in cheetah_xcall_deliver() local
555 stuck = 100000 * nack_busy_id; in cheetah_xcall_deliver()
578 if (!--stuck) in cheetah_xcall_deliver()
635 * the mondo until all cpus have received, or cpus are truly stuck
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c19 * is stuck, and we fail to preempt it, we declare the engine hung and
153 * context are stuck waiting for the signal. in heartbeat()
185 /* Unable to lock the kernel timeline, is the engine stuck? */ in heartbeat()
/Linux-v6.1/Documentation/process/
Dbotching-up-ioctls.rst113 now we're stuck forever with some arcane semantics in both the kernel and
116 * If you can't make a given codepath restartable make a stuck task at least
222 be stuck with a given ioctl essentially forever. You can try to deprecate
/Linux-v6.1/drivers/usb/host/
Dehci-platform.c136 * stuck very rarely after a full/low usb device was disconnected. To
140 * Return: true if the controller's port_status indicated getting stuck
160 * stuck very rarely after a full/low usb device was disconnected. To
195 ehci_dbg(ehci, "%s: detected getting stuck. rebind now!\n", __func__); in quirk_poll_work()
/Linux-v6.1/drivers/input/touchscreen/
Dexc3000.c163 * We read full state successfully, no contacts will be "stuck". in exc3000_handle_mt_event()
181 /* Schedule a timer to release "stuck" contacts */ in exc3000_handle_mt_event()
195 /* Schedule a timer to release "stuck" contacts */ in exc3000_interrupt()
/Linux-v6.1/drivers/md/bcache/
DKconfig29 operations that get stuck.
/Linux-v6.1/Documentation/i2c/
Dgpio-fault-injection.rst48 there are I2C client devices which detect a stuck SDA on their side and release
50 device deglitching and monitoring the I2C bus. It could also detect a stuck SDA
/Linux-v6.1/drivers/infiniband/hw/qib/
Dqib_qsfp.c52 int stuck = 0; in qsfp_read() local
92 stuck = 1; in qsfp_read()
135 if (stuck) in qsfp_read()
136 qib_dev_err(dd, "QSFP interface bus stuck non-idle\n"); in qsfp_read()
/Linux-v6.1/drivers/pwm/
Dpwm-lpss.h29 * Some versions of the IP may stuck in the state machine if enable
/Linux-v6.1/drivers/net/fddi/skfp/
Drmt.c325 * lost we need to restart the stuck timer to in rmt_fsm()
326 * check the "stuck beacon" condition. in rmt_fsm()
403 * lost we need to restart the stuck timer to in rmt_fsm()
404 * check the "stuck beacon" condition. in rmt_fsm()
/Linux-v6.1/Documentation/networking/devlink/
Dmlx4.rst51 In case a firmware command times out, firmware getting stuck, or a non zero
/Linux-v6.1/include/dt-bindings/clock/
Dbcm281xx.h17 * We're stuck with using "bcm11351" in the string because wild

12345678910>>...23