Home
last modified time | relevance | path

Searched refs:triggers (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/openbmc/linux/Documentation/iio/
H A Diio_configfs.rst10 triggers).
30 3. Software triggers
33 One of the IIO default configfs groups is the "triggers" group. It is
35 under /config/iio/triggers.
37 IIO software triggers implementation offers support for creating multiple
76 Each trigger type has its own directory under /config/iio/triggers. Loading
78 /config/iio/triggers/trig-sample.
84 3.1 Hrtimer triggers creation and destruction
88 users to create hrtimer triggers under /config/iio/triggers/hrtimer.
92 $ mkdir /config/iio/triggers/hrtimer/instance1
[all …]
/openbmc/linux/Documentation/translations/zh_CN/iio/
H A Diio_configfs.rst41 以在/config/iio/triggers下找到。
81 每种触发器类型在/config/iio/triggers下都有其自己的目录。加载iio-trig-sample
82 模块将创建“trig-sample”触发器类型目录/config/iio/triggers/trig-sample.
92 /config/iio/triggers/hrtimer下创建hrtimer触发器。
96 $ mkdir /config/iio/triggers/hrtimer/instance1
97 $ rmdir /config/iio/triggers/hrtimer/instance1
/openbmc/phosphor-fan-presence/control/templates/
H A Ddefs.mako97 %if ('timer' in event['triggers']) and \
98 (event['triggers']['timer'] is not None):
100 ${event['triggers']['timer']['interval']},
101 ${event['triggers']['timer']['type']}
104 %if ('signals' in event['triggers']) and \
105 (event['triggers']['signals'] is not None):
106 %for s in event['triggers']['signals']:
128 %if ('init' in event['triggers']):
129 %for i in event['triggers']['init']:
/openbmc/phosphor-fan-presence/control/
H A Dmeson.build16 include_dirs += ['./json', './json/actions', './json/triggers']
42 'json/triggers/init.cpp',
43 'json/triggers/parameter.cpp',
44 'json/triggers/signal.cpp',
45 'json/triggers/timer.cpp',
80 'triggers.cpp',
H A Dgen-fan-zone-defs.py598 triggers = []
604 triggers = getSignal(event["groups"], trig, events_data)
605 event["triggers"]["signals"].extend(triggers)
607 triggers = getInit(event["groups"], trig, events_data)
608 event["triggers"]["init"] = triggers
687 triggers = []
693 triggers = getSignal(precond["pcgrps"], trig, events_data)
694 precond["triggers"]["pcsigs"].extend(triggers)
696 triggers = getInit(precond["pcgrps"], trig, events_data)
697 precond["triggers"]["init"] = triggers
/openbmc/telemetry/src/
H A Dtrigger_manager.cpp69 triggers.erase( in removeTrigger()
70 std::remove_if(triggers.begin(), triggers.end(), in removeTrigger()
72 triggers.end()); in removeTrigger()
113 if (triggers.size() >= maxTriggers) in verifyAddTrigger()
132 triggers, [](const auto& trigger) { return trigger->getId(); }); in addTrigger()
139 triggers.emplace_back(triggerFactory->make( in addTrigger()
143 return *triggers.back(); in addTrigger()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c53 volatile bool triggers; in hashchk_triggers() local
59 triggers = true; in hashchk_triggers()
61 triggers = false; in hashchk_triggers()
65 return triggers; in hashchk_triggers()
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-ect.rst14 individual input and output hardware signals known as triggers to and from
30 The CTI driver enables the programming of the CTI to attach triggers to
34 activating connected output triggers there, unless filtered by the CTI
84 * ``nr_trigger_cons`` : total connections - triggers<N> directories.
88 * ``triggers<N>``: contains list of triggers for an individual connection.
97 triggers<N> directories
103 Each triggers directory has a set of parameters describing the triggers for
127 If a connection has zero signals in either the 'in' or 'out' triggers then
133 This provides an easy way to attach triggers to channels, without needing
180 * ``chan_xtrigs_in``: Read to show the input triggers attached to
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dwow.c173 u8 triggers; in ath9k_suspend() local
213 triggers = ath9k_wow_map_triggers(sc, wowlan); in ath9k_suspend()
214 if (!triggers) { in ath9k_suspend()
238 if (triggers & AH_WOW_USER_PATTERN_EN) { in ath9k_suspend()
269 ath9k_hw_wow_enable(ah, triggers); in ath9k_suspend()
272 ath_dbg(common, WOW, "Suspend with WoW triggers: 0x%x\n", triggers); in ath9k_suspend()
/openbmc/debug-trigger/
H A Dmeson.build29 triggers = get_option('triggers') variable
30 foreach trigger : triggers
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-iio10 What: /config/iio/triggers
14 Industrial IO software triggers directory.
16 What: /config/iio/triggers/hrtimers
H A Dsysfs-bus-coresight-devices-cti23 Description: (Read) Number of devices connected to triggers on this CTI
25 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/name
31 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/in_signals
37 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/in_types
44 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/out_signals
50 What: /sys/bus/coresight/devices/<cti-name>/triggers<N>/out_types
196 Description: (Read) List of output triggers filtered across all connections.
227 Description: (Read) Read to see input triggers connected to selected view
234 Description: (Read) Read to see output triggers connected to selected view
H A Dsysfs-bus-iio-chemical-sunrise-co26 Writing '1' triggers a 'Factory' calibration cycle.
13 Writing '1' triggers a 'Background' calibration cycle.
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp68 inline triggers::TriggerActionEnum toRedfishTriggerAction( in toRedfishTriggerAction()
74 return triggers::TriggerActionEnum::RedfishMetricReport; in toRedfishTriggerAction()
79 return triggers::TriggerActionEnum::RedfishEvent; in toRedfishTriggerAction()
84 return triggers::TriggerActionEnum::LogToLogService; in toRedfishTriggerAction()
86 return triggers::TriggerActionEnum::Invalid; in toRedfishTriggerAction()
185 inline triggers::ThresholdActivation toRedfishActivation( in toRedfishActivation()
190 return triggers::ThresholdActivation::Either; in toRedfishActivation()
196 return triggers::ThresholdActivation::Decreasing; in toRedfishActivation()
202 return triggers::ThresholdActivation::Increasing; in toRedfishActivation()
205 return triggers::ThresholdActivation::Invalid; in toRedfishActivation()
[all …]
/openbmc/linux/drivers/iio/
H A DKconfig30 (e.g. software triggers). For more info see
39 Provides IIO core support for triggers. Currently these
41 buffers. The triggers are effectively a 'capture
61 tristate "Enable software triggers support"
64 Provides IIO core support for software triggers. A software
/openbmc/linux/kernel/trace/
H A Dtrace_events_trigger.c66 if (list_empty(&file->triggers)) in event_triggers_call()
69 list_for_each_entry_rcu(data, &file->triggers, list) { in event_triggers_call()
121 list_for_each_entry_rcu(data, &file->triggers, list) { in event_triggers_post_call()
140 return seq_list_next(t, &event_file->triggers, pos); in trigger_next()
147 list_for_each_entry_rcu(data, &file->triggers, list, in check_user_trigger()
166 if (list_empty(&event_file->triggers) || !check_user_trigger(event_file)) in trigger_start()
169 return seq_list_start(&event_file->triggers, *pos); in trigger_start()
513 list_for_each_entry_safe(data, n, &file->triggers, list) { in clear_event_triggers()
539 list_for_each_entry(data, &file->triggers, list) { in update_cond_flag()
575 list_for_each_entry(test, &file->triggers, list) { in register_trigger()
[all …]
/openbmc/phosphor-fan-presence/control/json/
H A Devent.cpp292 auto trigFunc = trigger::triggers.find(tClass); in setTriggers()
293 if (trigFunc != trigger::triggers.end()) in setTriggers()
303 std::next(trigger::triggers.begin()), trigger::triggers.end(), in setTriggers()
304 trigger::triggers.begin()->first, [](auto list, auto trig) { in setTriggers()
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c1164 u8 triggers; member
1174 u8 triggers; member
1237 info->triggers = buffer.output[2] & 0xFF; in kbd_get_info()
1324 state->triggers = (buffer.output[1] >> 16) & 0xFF; in kbd_get_state()
1344 input1 |= (state->triggers & 0xFF) << 16; in kbd_set_state()
1745 if (!(kbd_info.triggers & BIT(i))) in kbd_led_triggers_store()
1752 triggers_enabled && (state.triggers & BIT(i))) { in kbd_led_triggers_store()
1757 (!triggers_enabled || !(state.triggers & BIT(i)))) { in kbd_led_triggers_store()
1773 new_state.triggers |= BIT(trigger_bit); in kbd_led_triggers_store()
1775 new_state.triggers &= ~BIT(trigger_bit); in kbd_led_triggers_store()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_psr.c174 params.triggers.cursor_update = true; in amdgpu_dm_psr_enable()
175 params.triggers.overlay_update = true; in amdgpu_dm_psr_enable()
176 params.triggers.surface_update = true; in amdgpu_dm_psr_enable()
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch31 - if we call dpkg --configure --pending and process a bunch of triggers
41 // support subpressing of triggers processing for special
42 // cases like d-i that runs the triggers handling manually
/openbmc/phosphor-ipmi-flash/
H A Dipmi_flash.md54 - `close(/flash/*)` triggers `state -> verificationPending`
62 - `open(/flash/image)` triggers `state -> uploadInProgress`
63 - `open(/flash/tarball)` triggers `state -> uploadInProgress`
64 - `open(/flash/hash)` triggers `state -> uploadInProgress`
/openbmc/linux/drivers/iio/adc/
H A Dat91_adc.c210 const struct at91_adc_trigger *triggers; member
539 const struct at91_adc_trigger *triggers, in at91_adc_get_trigger_value_by_name() argument
550 triggers[i].name); in at91_adc_get_trigger_value_by_name()
556 if (triggers[i].value == 0) in at91_adc_get_trigger_value_by_name()
558 return triggers[i].value; in at91_adc_get_trigger_value_by_name()
577 st->caps->triggers, in at91_adc_configure_trigger()
659 if (st->caps->triggers[i].is_external && !(st->use_external)) in at91_adc_trigger_init()
663 st->caps->triggers + i); in at91_adc_trigger_init()
1283 .triggers = at91sam9260_triggers,
1308 .triggers = at91sam9x5_triggers,
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dptp.rst97 - 2 Time stamp external triggers, programmable polarity (opt. interrupt)
106 - GPIO inputs can time stamp external triggers
120 - Programmable inputs can time stamp external triggers
130 GPIO which can time stamp external triggers and one GPIO to produce
133 configured to either time stamp external triggers or produce
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dda9062-wdt.txt14 watchdog timeout triggers SHUTDOWN, if cleared the watchdog triggers
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/triggerhappy/
H A Dtriggerhappy_git.bb26 ${sysconfdir}/triggerhappy/triggers.d \
34 install -d ${D}${sysconfdir}/triggerhappy/triggers.d

12345678910>>...13