/linux-6.12.1/Documentation/iio/ |
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 …]
|
/linux-6.12.1/Documentation/trace/coresight/ |
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-6.12.1/tools/testing/selftests/powerpc/dexcr/ |
D | dexcr.c | 31 * If the SPR is not recognised by the hardware it triggers in dexcr_exists() 87 * Just test if a bad hashchk triggers a signal, without checking 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() 155 * If they differ, an interrupt triggers.
|
/linux-6.12.1/kernel/trace/ |
D | trace_events_trigger.c | 3 * trace_events_trigger - trace event triggers 25 /* make sure current triggers exit before free */ in trigger_data_free() 32 * event_triggers_call - Call triggers associated with a trace event 66 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() [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-cti | 23 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
|
D | configfs-iio | 10 What: /config/iio/triggers 14 Industrial IO software triggers directory. 16 What: /config/iio/triggers/hrtimers
|
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.
|
/linux-6.12.1/drivers/iio/ |
D | Kconfig | 31 (e.g. software triggers). For more info see 40 Provides IIO core support for triggers. Currently these 42 buffers. The triggers are effectively a 'capture 62 tristate "Enable software triggers support" 65 Provides IIO core support for software triggers. A software
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_traceonoff_triggers.tc | 3 # description: ftrace - test for function traceon/off triggers 6 # The triggers are set within the set_ftrace_filter file 9 # Ftrace allows to add triggers to functions, such as enabling or disabling 13 # This test is designed to test enabling and disabling tracing triggers 167 fail "Tracing on and off triggers still exist"
|
D | func_event_triggers.tc | 3 # description: ftrace - test for function event triggers 6 # The triggers are set within the set_ftrace_filter file 9 # Ftrace allows to add triggers to functions, such as enabling or disabling 13 # This test is designed to test event triggers
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | wow.c | 173 u8 triggers; in ath9k_suspend() local 187 ath_err(common, "None of the WoW triggers enabled\n"); in ath9k_suspend() 213 triggers = ath9k_wow_map_triggers(sc, wowlan); in ath9k_suspend() 214 if (!triggers) { in ath9k_suspend() 215 ath_dbg(common, WOW, "No valid WoW triggers\n"); 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()
|
/linux-6.12.1/Documentation/translations/zh_CN/iio/ |
D | iio_configfs.rst | 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-6.12.1/tools/bootconfig/scripts/ |
D | ftrace.sh | 20 # remove action triggers first 35 reset_trigger() { # reset all current setting triggers 49 reset_ftrace_filter() { # reset all triggers in set_ftrace_filter 90 # no events, no triggers, no filters, no function filters,
|
/linux-6.12.1/Documentation/driver-api/iio/ |
D | triggers.rst | 2 Triggers title 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
|
/linux-6.12.1/Documentation/input/ |
D | gamepad.rst | 20 / [__ TL __] [__ TR __] \ | Front Triggers 58 - Triggers 59 Triggers are located on the upper-side of the pad in vertical direction. 61 Left- and Right-Triggers, the lower buttons Z-Left and Z-Right. 157 - Triggers: 168 reported as "right" triggers (BTN_TR/ABS_HAT1X).
|
/linux-6.12.1/Documentation/devicetree/bindings/dma/stm32/ |
D | st,stm32-mdma.yaml | 43 0x00: Each MDMA request triggers a buffer transfer (max 128 bytes) 44 0x1: Each MDMA request triggers a block transfer (max 64K bytes) 45 0x2: Each MDMA request triggers a repeated block transfer 46 0x3: Each MDMA request triggers a linked list transfer
|
/linux-6.12.1/Documentation/driver-api/ |
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-6.12.1/drivers/scsi/mpt3sas/ |
D | mpt3sas_trigger_diag.h | 3 * to set Diagnostic triggers for MPT (Message Passing Technology) based 103 * list of Event Triggers to be monitored for. 108 * This binary structure is transferred via sysfs to get/set Event Triggers 143 * Triggers in the Linux Driver. 172 * This binary structure is transferred via sysfs to get/set MPI Error Triggers
|
/linux-6.12.1/drivers/iio/trigger/ |
D | Kconfig | 3 # Industrial I/O standalone triggers 7 menu "Triggers - standalone" 65 Provides support for using SYSFS entries as IIO triggers.
|
/linux-6.12.1/Documentation/hwmon/ |
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
|
/linux-6.12.1/include/linux/ |
D | psi_types.h | 131 /* List node inside triggers list */ 140 /* Kernfs file for cgroup triggers */ 180 /* Unprivileged triggers against N*PSI_FREQ windows */ 198 /* Configured RT polling triggers */
|
/linux-6.12.1/kernel/configs/ |
D | nopm.config | 7 # Triggers PM on OMAP 10 # Triggers enablement via hibernate callbacks
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-cti.h | 55 * CTI CSSoc 400 has 8 IO triggers - other CTIs can be impl def. 124 * @trig_in_use: bitfield of in triggers registered as in use. 125 * @trig_out_use: bitfield of out triggers registered as in use. 126 * @trig_out_filter: bitfield of out triggers that are blocked if filter 148 /* registered triggers and filtering */
|
/linux-6.12.1/Documentation/leds/ |
D | leds-class.rst | 12 is a kernel based source of led events. Triggers can either be simple or 15 nand-disk and sharpsl-charge triggers. With led triggers disabled, the code 18 Complex triggers while available to all LEDs have LED specific 27 You can change triggers in a similar manner to the way an IO scheduler 178 ops and needs to declare specific support for the supported triggers.
|
/linux-6.12.1/arch/arm/mach-footbridge/ |
D | ebsa285.c | 33 * The triggers lines up below will only be used if the 34 * LED triggers are compiled in. 107 * Since we may have triggers on any subsystem, defer registration
|