Home
last modified time | relevance | path

Searched refs:triggered (Results 1 – 25 of 210) sorted by relevance

123456789

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c24 bool triggered = false; in iwl_notification_wait() local
40 if (w->triggered || w->aborted) in iwl_notification_wait()
58 w->triggered = true; in iwl_notification_wait()
59 triggered = true; in iwl_notification_wait()
65 return triggered; in iwl_notification_wait()
97 wait_entry->triggered = false; in iwl_init_notification_wait()
122 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification()
/linux/include/linux/
H A Dhw_breakpoint.h59 perf_overflow_handler_t triggered,
75 perf_overflow_handler_t triggered,
81 perf_overflow_handler_t triggered,
107 perf_overflow_handler_t triggered, in register_user_hw_breakpoint() argument
119 perf_overflow_handler_t triggered, in register_wide_hw_breakpoint_cpu() argument
124 perf_overflow_handler_t triggered, in register_wide_hw_breakpoint() argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs_extable.c14 unsigned int triggered; variable
27 triggered++; in BPF_PROG()
37 triggered++; in BPF_PROG()
47 triggered++; in BPF_PROG()
/linux/Documentation/driver-api/iio/
H A Dtriggered-buffers.rst7 IIO triggered buffer setup
10 * :c:func:`iio_triggered_buffer_setup` — Setup triggered buffer and pollfunc
15 A typical triggered buffer setup looks like this::
45 /* setup triggered buffer, usually in probe function */
69 .. kernel-doc:: drivers/iio/buffer/industrialio-triggered-buffer.c
/linux/tools/testing/selftests/mm/
H A Dmemory-failure.c50 bool triggered; in FIXTURE() local
235 if (!self->triggered) { in TEST_F()
236 self->triggered = true; in TEST_F()
300 if (!self->triggered) { in TEST_F()
301 self->triggered = true; in TEST_F()
341 if (!self->triggered) { in TEST_F()
342 self->triggered = true; in TEST_F()
/linux/drivers/comedi/drivers/
H A Damplc_dio200_common.c294 unsigned int triggered) in dio200_read_scan_intr() argument
303 if (triggered & (1U << ch)) in dio200_read_scan_intr()
319 unsigned int triggered; in dio200_handle_read_intr() local
324 triggered = 0; in dio200_handle_read_intr()
340 subpriv->valid_isns & ~triggered)) != 0) { in dio200_handle_read_intr()
341 triggered |= intstat; in dio200_handle_read_intr()
342 cur_enabled &= ~triggered; in dio200_handle_read_intr()
350 triggered = subpriv->enabled_isns; in dio200_handle_read_intr()
353 if (triggered) { in dio200_handle_read_intr()
372 if (triggered & subpriv->enabled_isns) { in dio200_handle_read_intr()
[all …]
H A Dpcmmio.c323 unsigned int triggered) in pcmmio_handle_dio_intr() argument
336 if (!(triggered & devpriv->enabled_mask)) in pcmmio_handle_dio_intr()
342 if (triggered & (1 << chan)) in pcmmio_handle_dio_intr()
362 unsigned int triggered; in interrupt_pcmmio() local
371 triggered = pcmmio_dio_read(dev, PCMMIO_PAGE_INT_ID, 0); in interrupt_pcmmio()
374 pcmmio_handle_dio_intr(dev, s, triggered); in interrupt_pcmmio()
/linux/Documentation/hwmon/
H A Dsis5595.rst86 Temperatures are measured in degrees Celsius. An alarm is triggered once
87 when the max is crossed; it is also triggered when it drops below the min
92 triggered if the rotation speed has dropped below a programmable limit. Fan
99 alarm is triggered if the voltage has crossed a programmable minimum or
106 triggered when an external chip has crossed its limits. Usually, this is
110 If an alarm triggers, it will remain triggered until the hardware register
H A Dgl518sm.rst50 triggered if the rotation speed has dropped below a programmable limit. In
51 case when you have selected to turn fan1 off, no fan1 alarm is triggered.
59 An alarm is triggered if the voltage has crossed a programmable minimum or
68 When an alarm is triggered, you can be warned by a beeping signal through your
72 If an alarm triggers, it will remain triggered until the hardware register
H A Dlm78.rst45 Temperatures are measured in degrees Celsius. An alarm is triggered once
46 when the Overtemperature Shutdown limit is crossed; it is triggered again
54 triggered if the rotation speed has dropped below a programmable limit. Fan
61 An alarm is triggered if the voltage has crossed a programmable minimum
72 If an alarm triggers, it will remain triggered until the hardware register
H A Dvia686a.rst48 Temperatures are measured in degrees Celsius. An alarm is triggered once
49 when the Overtemperature Shutdown limit is crossed; it is triggered again
53 triggered if the rotation speed has dropped below a programmable limit. Fan
60 An alarm is triggered if the voltage has crossed a programmable minimum
64 If an alarm triggers, it will remain triggered until the hardware register
H A Dw83791d.rst76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
81 An alarm is triggered if the voltage has crossed a programmable minimum
85 triggered if the rotation speed has dropped below a programmable limit. Fan
96 alarm is triggered as well as a bitmask to enable or disable the beep for
98 corresponding beep bit to be on for a triggered alarm to sound a beep.
109 of triggered alarms. The newer method uses multiple sysfs `*_alarm` files
H A Dlm80.rst53 triggered if the rotation speed has dropped below a programmable limit. Fan
60 An alarm is triggered if the voltage has crossed a programmable minimum
66 If an alarm triggers, it will remain triggered until the hardware register
H A Dlm87.rst48 triggered if the rotation speed has dropped below a programmable limit. Fan
55 volts. An alarm is triggered if the voltage has crossed a programmable
59 If an alarm triggers, it will remain triggered until the hardware register
H A Dpc87427.rst41 An alarm is triggered if the rotation speed drops below a programmable
42 limit. Another alarm is triggered if the speed is too low to be measured
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dqevent.rst117 - This event is triggered on the vertical sync. This event has a
122 - This event is triggered when the end of a stream is reached. This
128 which you want to receive events. This event is triggered if the
165 - This event is triggered when a source parameter change is detected
167 change triggered by a video decoder or the format change happening
323 - This control event was triggered because the value of the control
329 - This control event was triggered because the control flags
333 - This control event was triggered because the minimum, maximum,
337 - This control event was triggered because the dimensions of the
353 - This event gets triggered when a resolution change is detected at
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-st.txt72 - 1 = rising edge triggered
73 - 2 = falling edge triggered
74 - 3 = rising and falling edge triggered
75 - 4 = high level triggered
76 - 8 = low level triggered
/linux/Documentation/devicetree/bindings/power/reset/
H A Dkeystone-reset.txt31 reset that's triggered by one of WDTs. The list is
38 WDT0 is triggered it issues hard reset for SoC.
59 WDT0 or WDT2 is triggered it issues soft reset for SoC.
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_epoll_edge.pkt4 // EPOLLERR is known to be not edge-triggered unlike EPOLLIN and EPOLLOUT but
5 // it is not level-triggered either.
H A Dtcp_zerocopy_epoll_exclusive.pkt4 // EPOLLERR is known to be not edge-triggered unlike EPOLLIN and EPOLLOUT but
5 // it is not level-triggered either. this tests verify that the same behavior is
/linux/drivers/infiniband/sw/rdmavt/
H A Dcq.c110 cq->triggered++; in rvt_cq_enter()
132 u8 triggered = cq->triggered; in send_complete() local
144 if (cq->triggered == triggered) in send_complete()
/linux/drivers/iio/
H A DKconfig38 bool "Enable triggered sampling support"
70 tristate "Enable triggered events support"
73 Provides helper functions for setting up triggered events.
/linux/scripts/kconfig/
H A Dqconf.cc1316 connect(backAction, &QAction::triggered, in ConfigMainWindow()
1321 connect(quitAction, &QAction::triggered, in ConfigMainWindow()
1326 connect(loadAction, &QAction::triggered, in ConfigMainWindow()
1331 connect(saveAction, &QAction::triggered, in ConfigMainWindow()
1340 connect(saveAsAction, &QAction::triggered, in ConfigMainWindow()
1344 connect(searchAction, &QAction::triggered, in ConfigMainWindow()
1348 connect(singleViewAction, &QAction::triggered, in ConfigMainWindow()
1352 connect(splitViewAction, &QAction::triggered, in ConfigMainWindow()
1356 connect(fullViewAction, &QAction::triggered, in ConfigMainWindow()
1367 connect(optGroup, &QActionGroup::triggered, in ConfigMainWindow()
[all …]
/linux/Documentation/iio/
H A Dad7606.rst119 The conversion can be triggered by two distinct ways:
174 IIO triggered buffer
177 This driver supports IIO triggered buffers, with a "built in" trigger, i.e the
178 trigger is allocated and linked by the driver, and a new conversion is triggered
/linux/Documentation/trace/
H A Devents-kmem.rst59 mm_page_alloc_zone_locked event is triggered. This event is important as high
65 is triggered. Significant amounts of activity here could indicate that the
68 When pages are freed in batch, the also mm_page_free_batched is triggered.
87 triggered is mm_page_alloc_zone_locked for each page allocated with the

123456789