| /linux/Documentation/iio/ |
| H A D | iio_configfs.rst | 10 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 …]
|
| H A D | iio_tools.rst | 13 * lsiio: example application that provides a list of IIO devices and triggers
|
| /linux/drivers/iio/trigger/ |
| H A D | stm32-lptimer-trigger.c | 23 const char * const (*triggers)[MAX_TRIGGERS]; member 44 .triggers = stm32_lptim_triggers, 49 .triggers = stm32mp25_lptim_triggers, 55 const char * const *triggers; member 86 const char * const *cur = priv->triggers; in stm32_lptim_setup_trig() 128 priv->triggers = lptim_cfg->triggers[index]; in stm32_lptim_trigger_probe()
|
| /linux/Documentation/translations/zh_CN/iio/ |
| H A D | iio_configfs.rst | 41 以在/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
|
| /linux/tools/testing/selftests/powerpc/dexcr/ |
| H A D | dexcr.c | 93 volatile bool triggers; in hashchk_triggers() local 99 triggers = true; in hashchk_triggers() 101 triggers = false; in hashchk_triggers() 105 return triggers; in hashchk_triggers()
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-ect.rst | 14 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 …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-iio | 10 What: /config/iio/triggers 14 Industrial IO software triggers directory. 16 What: /config/iio/triggers/hrtimers
|
| H A D | sysfs-bus-iio-chemical-sunrise-co2 | 6 Writing '1' triggers a 'Factory' calibration cycle. 13 Writing '1' triggers a 'Background' calibration cycle.
|
| H A D | sysfs-platform-dell-laptop | 27 This file allows to control the input triggers that 30 Read the file to see the triggers available. The ones 45 Note that not all the available triggers can be configured.
|
| H A D | debugfs-driver-dcc | 14 triggers. The trigger can be invoked by writing '1' 33 software triggers. The input addresses type 125 on manual or crash induced triggers. Lists must
|
| H A D | sysfs-bus-iio-trigger-sysfs | 6 driver. Writing this file with any value triggers an event 38 created trigger from the list of available triggers. In order to
|
| H A D | sysfs-driver-hid-corsair | 6 where G-keys triggers their regular key codes. "HW" for
|
| H A D | sysfs-bus-pci-drivers-btintel_pcie | 8 reset type. Writing integer 0 triggers PLDR. Any other
|
| H A D | sysfs-mce | 47 When the poller finds MCEs it triggers an exponential speedup 49 stops finding MCEs, it triggers an exponential backoff
|
| /linux/kernel/trace/ |
| H A D | trace_events_trigger.c | 192 if (list_empty(&file->triggers)) in event_triggers_call() 195 list_for_each_entry_rcu(data, &file->triggers, list) { in event_triggers_call() 247 list_for_each_entry_rcu(data, &file->triggers, list) { in event_triggers_post_call() 266 return seq_list_next(t, &event_file->triggers, pos); in trigger_next() 273 list_for_each_entry_rcu(data, &file->triggers, list, in check_user_trigger() 292 if (list_empty(&event_file->triggers) || !check_user_trigger(event_file)) in trigger_start() 295 return seq_list_start(&event_file->triggers, *pos); in trigger_start() 643 list_for_each_entry_safe(data, n, &file->triggers, list) { in clear_event_triggers() 669 list_for_each_entry(data, &file->triggers, list) { in update_cond_flag() 705 list_for_each_entry(test, &file->triggers, list) { in register_trigger() [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | ptp.rst | 97 - 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
|
| /linux/Documentation/driver-api/iio/ |
| H A D | triggers.rst | 24 There are two locations in sysfs related to triggers: 29 Because triggers can be very different depending on type there are few 34 * :file:`sampling_frequency`, some timer based triggers use this attribute to
|
| H A D | index.rst | 16 triggers
|
| /linux/Documentation/leds/ |
| H A D | leds-blinkm.rst | 18 a) LED multicolor class interface for use with triggers 40 b) LED class interface for use with triggers 60 assign triggers on each color.
|
| /linux/Documentation/hwmon/ |
| H A D | w83793.rst | 65 For voltage sensors, an alarm triggers if the measured value is below 67 For temperature sensors, an alarm triggers if the measured value goes 70 For fan sensors, an alarm triggers if the measured value is below the 101 If the case open alarm triggers, it will stay in this state unless cleared
|
| H A D | pc87360.rst | 127 associated low, high and overtemperature limits, each of which triggers an 165 triggers an alarm when crossed. 177 If an alarm triggers, it will remain triggered until the hardware register 182 a once-only alarm triggers, it may take 2 seconds for it to show, and 2
|
| /linux/tools/testing/selftests/ftrace/test.d/ |
| H A D | functions | 18 # remove action triggers first 33 reset_trigger() { # reset all current setting triggers 47 reset_ftrace_filter() { # reset all triggers in set_ftrace_filter 109 # no events, no triggers, no filters, no function filters,
|
| /linux/drivers/iio/accel/ |
| H A D | bmc150-accel.h | 64 struct bmc150_accel_trigger triggers[BMC150_ACCEL_TRIGGERS]; member
|
| /linux/drivers/iio/common/hid-sensors/ |
| H A D | Kconfig | 13 HID sensor common processing for attributes and IIO triggers.
|
| /linux/tools/perf/Documentation/ |
| H A D | Build.txt | 18 main makefile that triggers build of all perf objects including 36 The Makefile.perf triggers the build framework for build objects:
|