| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | wow.c | 173 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()
|
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | Kconfig | 30 (e.g. software triggers). For more info see 36 Provides IIO core support for triggers. Currently these 38 buffers. The triggers are effectively a 'capture 58 tristate "Enable software triggers support" 61 Provides IIO core support for software triggers. A software
|
| /OK3568_Linux_fs/kernel/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-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
|
| 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 | 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
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dell-laptop.c | 1147 u8 triggers; member 1157 u8 triggers; member 1220 info->triggers = buffer.output[2] & 0xFF; in kbd_get_info() 1307 state->triggers = (buffer.output[1] >> 16) & 0xFF; in kbd_get_state() 1327 input1 |= (state->triggers & 0xFF) << 16; in kbd_set_state() 1728 if (!(kbd_info.triggers & BIT(i))) in kbd_led_triggers_store() 1735 triggers_enabled && (state.triggers & BIT(i))) { in kbd_led_triggers_store() 1740 (!triggers_enabled || !(state.triggers & BIT(i)))) { in kbd_led_triggers_store() 1756 new_state.triggers |= BIT(trigger_bit); in kbd_led_triggers_store() 1758 new_state.triggers &= ~BIT(trigger_bit); in kbd_led_triggers_store() [all …]
|
| /OK3568_Linux_fs/buildroot/package/triggerhappy/ |
| H A D | triggerhappy.service | 5 ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d --socket /var/run/thd.socket --user…
|
| H A D | triggerhappy.mk | 31 $(INSTALL) -d $(TARGET_DIR)/etc/triggerhappy/triggers.d 42 $(TARGET_DIR)/etc/triggerhappy/triggers.d/
|
| /OK3568_Linux_fs/debian/overlay/etc/Powermanager/ |
| H A D | triggerhappy.service | 7 ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user ro…
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_trigger.c | 63 if (list_empty(&file->triggers)) in event_triggers_call() 66 list_for_each_entry_rcu(data, &file->triggers, list) { in event_triggers_call() 104 list_for_each_entry_rcu(data, &file->triggers, list) { in event_triggers_post_call() 123 return seq_list_next(t, &event_file->triggers, pos); in trigger_next() 136 if (list_empty(&event_file->triggers)) in trigger_start() 139 return seq_list_start(&event_file->triggers, *pos); in trigger_start() 487 list_for_each_entry_safe(data, n, &file->triggers, list) { in clear_event_triggers() 513 list_for_each_entry(data, &file->triggers, list) { in update_cond_flag() 550 list_for_each_entry(test, &file->triggers, list) { in register_trigger() 563 list_add_rcu(&data->list, &file->triggers); in register_trigger() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch | 31 - 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
|
| /OK3568_Linux_fs/kernel/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 88 # no events, no triggers, no filters, no function filters,
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | at91_adc.txt | 23 - atmel,adc-use-external-triggers: Boolean to enable the external triggers 56 atmel,adc-use-external-triggers;
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/triggerhappy/ |
| H A D | triggerhappy_git.bb | 26 ${sysconfdir}/triggerhappy/triggers.d \ 34 install -d ${D}${sysconfdir}/triggerhappy/triggers.d
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-class.rst | 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 187 particular LED (ACPI?). The addition of triggers provided by the LED driver
|
| H A D | leds-blinkm.rst | 18 a) LED class interface for use with triggers 38 assign triggers on each color.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | ptp.rst | 81 - 2 Time stamp external triggers, programmable polarity (opt. interrupt) 90 - GPIO inputs can time stamp external triggers 104 - Programmable inputs can time stamp external triggers
|
| /OK3568_Linux_fs/kernel/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:
|
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | bmc150-accel-core.c | 188 struct bmc150_accel_trigger triggers[BMC150_ACCEL_TRIGGERS]; member 763 if (data->triggers[i].indio_trig == trig) in bmc150_accel_validate_trigger() 1145 if (t == &t->data->triggers[BMC150_ACCEL_TRIGGER_DATA_READY]) in bmc150_accel_trig_try_reen() 1302 if (data->triggers[i].enabled) { in bmc150_accel_irq_handler() 1303 iio_trigger_poll(data->triggers[i].indio_trig); in bmc150_accel_irq_handler() 1340 if (data->triggers[i].indio_trig) { in bmc150_accel_unregister_triggers() 1341 iio_trigger_unregister(data->triggers[i].indio_trig); in bmc150_accel_unregister_triggers() 1342 data->triggers[i].indio_trig = NULL; in bmc150_accel_unregister_triggers() 1354 struct bmc150_accel_trigger *t = &data->triggers[i]; in bmc150_accel_triggers_setup()
|
| /OK3568_Linux_fs/kernel/drivers/iio/trigger/ |
| H A D | Kconfig | 3 # Industrial I/O standalone triggers 65 Provides support for using SYSFS entries as IIO triggers.
|