/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | at91_adc.txt | 32 NOTE: when adc touchscreen is enabled, the adc hardware trigger will be 33 disabled. Since touchscreen will occupy the trigger register. 37 Optional trigger Nodes: 39 * trigger-name: Name of the trigger exposed to the user 40 * trigger-value: Value to put in the Trigger register 41 to activate this trigger 43 * trigger-external: Is the trigger an external trigger? 63 trigger-name = "external-rising"; 64 trigger-value = <0x1>; 65 trigger-external; [all …]
|
/freebsd/contrib/openbsm/bin/audit/ |
H A D | audit.c | 30 * Program to trigger the audit daemon with a message that is either: 80 send_trigger(int trigger) in send_trigger() argument 96 error = auditd_control(serverPort, trigger); in send_trigger() 98 mach_error("Error sending trigger: ", error); in send_trigger() 108 send_trigger(int trigger) in send_trigger() argument 112 error = audit_send_trigger(&trigger); in send_trigger() 117 perror("Error sending trigger"); in send_trigger() 140 unsigned int trigger = 0; in main() local 149 trigger = AUDIT_TRIGGER_EXPIRE_TRAILS; in main() 153 trigger = AUDIT_TRIGGER_INITIALIZE; in main() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | ltc2952-poweroff.txt | 3 This chip is used to externally trigger a system shut down. Once the trigger has 16 - trigger-gpios: phandle + gpio-specifier for the GPIO connected to the 17 chip's trigger line. If this property is not set, the 18 trigger function is ignored and the chip is kept alive 20 - trigger-delay-ms The number of milliseconds to wait after trigger line 29 trigger-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; 30 trigger-delay-ms = <2000>;
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm47081-luxul-xwr-1200.dts | 39 linux,default-trigger = "default-on"; 45 linux,default-trigger = "none"; 51 linux,default-trigger = "none"; 57 linux,default-trigger = "none"; 63 linux,default-trigger = "none"; 69 trigger-sources = <&ohci_port2>, <&ehci_port2>; 70 linux,default-trigger = "usbport"; 76 linux,default-trigger = "timer"; 82 linux,default-trigger = "none"; 88 linux,default-trigger [all...] |
H A D | bcm4708-smartrg-sr400ac.dts | 34 linux,default-trigger = "default-on"; 45 trigger-sources = <&ohci_port2>, <&ehci_port2>; 46 linux,default-trigger = "usbport"; 52 trigger-sources = <&xhci_port1>; 53 linux,default-trigger = "usbport"; 59 trigger-sources = <&ohci_port1>, <&ehci_port1>; 60 linux,default-trigger = "usbport";
|
H A D | bcm47081-tplink-archer-c5-v2.dts | 39 trigger-sources = <&ohci_port1>, <&ehci_port1>; 40 linux,default-trigger = "usbport"; 46 linux,default-trigger = "default-on"; 72 trigger-sources = <&ohci_port2>, <&ehci_port2>; 73 linux,default-trigger = "usbport";
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | coresight-cti.yaml | 8 title: ARM Coresight Cross Trigger Interface (CTI) device. 11 The CoreSight Embedded Cross Trigger (ECT) consists of CTI devices connected 13 a star topology via the Cross Trigger Matrix (CTM), which is not programmable. 20 output hardware trigger signals. CTIs can have a maximum number of input and 21 output hardware trigger signals (8 each for v1 CTI, 32 each for v2 CTI). The 31 In general the connections between CTI and components via the trigger signals 40 When CTI trigger connection information is unavailable then a minimal driver 41 binding can be declared with no explicit trigger signals. This will result 48 configuration). These registers may be used to explore the trigger connections 60 Note that some hardware trigger signals can be connected to non-CoreSight [all …]
|
H A D | arm,coresight-cti.yaml | 8 title: ARM Coresight Cross Trigger Interface (CTI) device. 11 The CoreSight Embedded Cross Trigger (ECT) consists of CTI devices connected 13 a star topology via the Cross Trigger Matrix (CTM), which is not programmable. 19 output hardware trigger signals. CTIs can have a maximum number of input and 20 output hardware trigger signals (8 each for v1 CTI, 32 each for v2 CTI). The 30 In general the connections between CTI and components via the trigger signals 39 When CTI trigger connection information is unavailable then a minimal driver 40 binding can be declared with no explicit trigger signals. This will result 47 configuration). These registers may be used to explore the trigger connections 59 Note that some hardware trigger signal [all...] |
/freebsd/tests/sys/geom/class/multipath/ |
H A D | conf.sh | 54 …ultipath list "$name" | awk '/1. Name: md[0-9]/ {trigger=1} /State:/ && trigger == 1 {print $2; tr… 55 …ultipath list "$name" | awk '/2. Name: md[0-9]/ {trigger=1} /State:/ && trigger == 1 {print $2; tr… 56 …ultipath list "$name" | awk '/3. Name: md[0-9]/ {trigger=1} /State:/ && trigger == 1 {print $2; tr…
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | file.h | 687 * @IWL_FW_DBG_TRIGGER_START: when trigger occurs re-conf the dbg mechanism 688 * @IWL_FW_DBG_TRIGGER_STOP: when trigger occurs pull the dbg data 689 * @IWL_FW_DBG_TRIGGER_MONITOR_ONLY: when trigger occurs trigger is set to 707 * enum iwl_fw_dbg_trigger_vif_type - define the VIF type for a trigger 727 * struct iwl_fw_dbg_trigger_tlv - a TLV that describes the trigger 730 * @stop_conf_ids: bitmap of configurations this trigger relates to. 735 * after the STOP trigger fires. 739 * @occurrences: number of occurrences. 0 means the trigger will never fire. 741 * trigger i [all...] |
H A D | error-dump.h | 383 * @trigger_reason: reason of the trigger 515 * @FW_DBG_TRIGGER_INVALID: invalid trigger value 516 * @FW_DBG_TRIGGER_USER: trigger log collection by user 517 * This should not be defined as a trigger to the driver, but a value the 518 * driver should set to indicate that the trigger was initiated by the 520 * @FW_DBG_TRIGGER_FW_ASSERT: trigger log collection when the firmware asserts 521 * @FW_DBG_TRIGGER_MISSED_BEACONS: trigger log collection when beacons are 523 * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch. 524 * @FW_DBG_TRIGGER_FW_NOTIF: trigger log collection when the firmware sends a 526 * @FW_DBG_TRIGGER_MLME: trigger lo [all...] |
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | trigger-source.yaml | 4 $id: http://devicetree.org/schemas/leds/trigger-source.yaml# 7 title: Trigger source providers 14 Each trigger source provider should be represented by a device tree node. It 18 '#trigger-source-cells': 20 Number of cells in a source trigger. Typically 0 for nodes of simple 21 trigger sources (e.g. a specific USB port).
|
H A D | common.yaml | 76 linux,default-trigger: 78 This parameter, if present, is a string defining the trigger assigned to 118 # No trigger assigned to the LED. This is the default mode 119 # if trigger is absent 142 Each trigger may parse this property differently: 148 Documentation/devicetree/bindings/leds/leds-trigger-pattern.txt 186 trigger-sources: 202 #trigger-source-cells property in the source node. 240 linux,default-trigger = "heartbeat"; 247 trigger-sources = <&ohci_port1>, <&ehci_port1>; [all …]
|
H A D | pca963x.txt | 21 - linux,default-trigger : (optional) 35 linux,default-trigger = "none"; 40 linux,default-trigger = "none"; 45 linux,default-trigger = "none"; 50 linux,default-trigger = "none";
|
/freebsd/contrib/openbsm/bin/auditd/ |
H A D | auditd.c | 212 * trigger from the kernel. in swap_audit_file() 346 * Close auditd pid file and trigger mechanism. 360 auditd_log_err("Error closing trigger messaging mechanism"); in close_misc() 479 * Handle the audit trigger event. 485 * specific concern is the rotate trigger -- if one is dropped, then it will 490 auditd_handle_trigger(int trigger) in auditd_handle_trigger() argument 506 switch (trigger) { in auditd_handle_trigger() 514 if ((trigger == last_trigger) && in auditd_handle_trigger() 518 "Suppressing duplicate trigger %d", in auditd_handle_trigger() 519 trigger); in auditd_handle_trigger() [all …]
|
H A D | auditd_darwin.c | 311 * Allocate a trigger port. in mach_setup() 334 auditd_log_err("Allocation of trigger port failed"); in mach_setup() 337 * Create a send right on our trigger port. in mach_setup() 343 * Register the trigger port with the kernel. in mach_setup() 357 * Open the trigger messaging mechanism. 367 * Close the trigger messaging mechanism. 378 * a trigger or signal message. 423 * The main event loop. Wait for trigger messages or signals and handle them. 444 audit_triggers(mach_port_t __unused audit_port, int trigger) in audit_triggers() argument 447 auditd_handle_trigger(trigger); in audit_triggers() [all …]
|
/freebsd/sys/security/audit/ |
H A D | audit_trigger.c | 49 * Currently, select/poll are not supported on the trigger device. 52 unsigned int trigger; member 56 static MALLOC_DEFINE(M_AUDITTRIGGER, "audit_trigger", "Audit trigger events"); 84 /* Flush the queue of pending trigger events. */ in audit_close() 116 error = uiomove(&ti->trigger, sizeof(ti->trigger), uio); in audit_read() 131 audit_send_trigger(unsigned int trigger) in audit_send_trigger() argument 143 ti->trigger = trigger; in audit_send_trigger()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap5-uevm.dts | 47 linux,default-trigger = "heartbeat"; 77 linux,default-trigger = "mmc0"; 84 linux,default-trigger = "mmc1"; 91 linux,default-trigger = "mmc2"; 98 linux,default-trigger = "heartbeat"; 105 linux,default-trigger = "default-on"; 112 linux,default-trigger = "heartbeat"; 119 linux,default-trigger = "default-on"; 126 linux,default-trigger = "heartbeat";
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | st,stm32-lptimer.yaml | 13 - Trigger source for STM32 ADC/DAC (LPTIM_OUT) 89 "^trigger@[0-9]+$": 95 const: st,stm32-lptimer-trigger 98 description: Identify trigger hardware block. 135 trigger@0 { 136 compatible = "st,stm32-lptimer-trigger";
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-rock960.dts | 27 linux,default-trigger = "heartbeat"; 33 linux,default-trigger = "mmc0"; 39 linux,default-trigger = "mmc1"; 46 linux,default-trigger = "none"; 52 linux,default-trigger = "phy0tx"; 59 linux,default-trigger = "hci0-power";
|
H A D | rk3399-ficus.dts | 41 linux,default-trigger = "heartbeat"; 47 linux,default-trigger = "mmc0"; 53 linux,default-trigger = "mmc1"; 60 linux,default-trigger = "none"; 66 linux,default-trigger = "phy0tx"; 73 linux,default-trigger = "hci0-power";
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/ |
H A D | audio-graph.h | 12 * link-trigger-order 13 * link-trigger-order-start 14 * link-trigger-order-stop 17 * link-trigger-order = <SND_SOC_TRIGGER_LINK
|
/freebsd/sys/x86/isa/ |
H A D | elcr.c | 30 * The ELCR is a register that controls the trigger mode and polarity of 32 * consulted for determining the appropriate trigger mode of EISA 38 * trigger mode. All edge triggered IRQs use active-hi polarity, and 90 * Returns 1 for level trigger, 0 for edge. 105 * Set the trigger mode for a specified IRQ. Mode of 0 means edge triggered, 109 elcr_write_trigger(u_int irq, enum intr_trigger trigger) in elcr_write_trigger() argument 115 if (trigger == INTR_TRIGGER_LEVEL) in elcr_write_trigger()
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/ |
H A D | common-and-microarch.json | 417 "PublicDescription": "Trace buffer Trigger Event", 420 "BriefDescription": "Trace buffer Trigger Event" 453 "PublicDescription": "Cross-trigger Interface output trigger 4", 456 "BriefDescription": "Cross-trigger Interface output trigger 4" 459 "PublicDescription": "Cross-trigger Interface output trigger 5 ", 462 "BriefDescription": "Cross-trigger Interface output trigger 5 " 465 "PublicDescription": "Cross-trigger Interface output trigger 6", 468 "BriefDescription": "Cross-trigger Interface output trigger 6" 471 "PublicDescription": "Cross-trigger Interface output trigger 7", 474 "BriefDescription": "Cross-trigger Interface output trigger 7"
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | img,meta-intc.txt | 1 * Meta External Trigger Controller Binding 4 representation of a Meta external trigger controller. 44 * Meta external trigger block 64 // Compatible with Meta hardware trigger block. 72 * trigger block.
|