Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 25 of 49) sorted by relevance

12

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dexti.h62 void extiEnableIntLine(const enum ExtiLine line, enum ExtiTrigger trigger);
73 …c inline void extiEnableIntGpio(const struct Gpio *__restrict gpioHandle, enum ExtiTrigger trigger) in extiEnableIntGpio() argument
77 extiEnableIntLine(gpioNum & GPIO_PIN_MASK, trigger); in extiEnableIntGpio()
/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c37 void extiEnableIntLine(const enum ExtiLine line, enum ExtiTrigger trigger) in extiEnableIntLine() argument
39 if (trigger == EXTI_TRIGGER_BOTH) { in extiEnableIntLine()
42 } else if (trigger == EXTI_TRIGGER_RISING) { in extiEnableIntLine()
45 } else if (trigger == EXTI_TRIGGER_FALLING) { in extiEnableIntLine()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DCapsuleApp.uni4 // This application can trigger capsule update process. It can also
21 #string STR_MODULE_DESCRIPTION #language en-US "This application can trigger capsule updat…
DCapsuleApp.inf4 # This application can trigger capsule update process. It can also
/device/google/coral-sepolicy/vendor/qcom/common/
Dvendor_init.te2 # Allow vendor_init to write to /proc/sysrq-trigger on userdebug and eng builds
/device/google/sunfish-sepolicy/vendor/qcom/common/
Dvendor_init.te2 # Allow vendor_init to write to /proc/sysrq-trigger on userdebug and eng builds
/device/google/crosshatch-sepolicy/vendor/google/
Dinit-firstboot.te13 # Set property to trigger a shutdown
/device/google/bonito-sepolicy/vendor/google/
Dinit-firstboot.te13 # Set property to trigger a shutdown
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/
Dhi6220-hikey.dts344 linux,default-trigger = "heartbeat";
350 linux,default-trigger = "mmc0";
356 linux,default-trigger = "mmc1";
363 linux,default-trigger = "cpu0";
369 linux,default-trigger = "phy0tx";
376 linux,default-trigger = "hci0rx";
Dhi3660-hikey960.dts91 linux,default-trigger = "heartbeat";
98 linux,default-trigger = "mmc0";
113 linux,default-trigger = "cpu0";
120 linux,default-trigger = "phy0tx";
128 linux,default-trigger = "hci0-power";
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
DSsdt.asl5 and a trigger for QemuInstallAcpiSsdtTable().
/device/google/wahoo/sepolicy/vendor/
Dvendor_init.te17 # Allow vendor_init to write to /proc/sysrq-trigger on userdebug and eng builds
/device/google/bonito-sepolicy/vendor/qcom/common/
Dvendor_init.te11 # Allow vendor_init to write to /proc/sysrq-trigger on userdebug and eng builds
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dvendor_init.te11 # Allow vendor_init to write to /proc/sysrq-trigger on userdebug and eng builds
/device/mediatek/wembley-sepolicy/non_plat/
Daudioserver.te52 # Purpose: Allow to trigger AEE dump
Dvold.te15 # It will trigger violation if mtk customize some label in /proc.
/device/mediatek/wembley-sepolicy/r_non_plat/
Daudioserver.te52 # Purpose: Allow to trigger AEE dump
Dvold.te15 # It will trigger violation if mtk customize some label in /proc.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgc_weakref.txt145 weakrefs can trigger callbacks attached to other weakrefs, and those
163 trigger, and (unlike weakref's tp_clear()) also prevents any callback
166 [Although we may trigger such callbacks later, as explained below.]
168 Then we can call tp_clear on all the cyclic objects and never trigger
171 [As above, not so: it means never trigger Python code that can access CT.]
217 vagaries of when tp_clear() happened to break enough cycles to trigger
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc111 trigger sys-boot-completed-set
115 # use a trigger we fire from the above stanza. If
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
Dtoken.asl23 Name(SMIP, 0xb2) // I/O port to trigger SMI
/device/generic/goldfish/
Dinit.ranchu.rc181 # use a trigger we fire from the above stanza. If
186 trigger sys-boot-completed-set
/device/google/wahoo/
Dinit.hardware.diag.rc.userdebug80 write /proc/sysrq-trigger "c"
/device/google/crosshatch/
Dinit.hardware.diag.rc.userdebug81 write /proc/sysrq-trigger "c"
/device/google/sunfish/
Dinit.hardware.diag.rc.userdebug81 write /proc/sysrq-trigger "c"

12