Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 25 of 38) 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/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
Dhi6220-hikey.dts156 linux,default-trigger = "heartbeat";
162 linux,default-trigger = "mmc0";
168 linux,default-trigger = "mmc1";
174 linux,default-trigger = "cpu0";
180 linux,default-trigger = "phy0tx";
187 linux,default-trigger = "hci0rx";
/device/google/marlin/sepolicy/
Dwcnss_filter.te12 # write to proc/sysrq-trigger
Dthermal-engine.te28 # write proc/sysrq-trigger for remount r/o during reboot
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
DSsdt.asl5 and a trigger for QemuInstallAcpiSsdtTable().
/device/google/dragon/sepolicy/
Dhal_dumpstate_impl.te8 # to trigger the charger chip register dump as root by init
/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/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c1921 uint32_t trigger, void *in_value) in mm_camera_channel_advanced_capture() argument
1935 (void *)&trigger, in mm_camera_channel_advanced_capture()
1941 (void *)&trigger, in mm_camera_channel_advanced_capture()
1947 (void *)&trigger, in mm_camera_channel_advanced_capture()
1953 (void *)&trigger, in mm_camera_channel_advanced_capture()
Dmm_camera_interface.c1692 int8_t trigger, void *in_value) in mm_camera_intf_process_advanced_capture() argument
1706 (uint32_t)trigger, in_value); in mm_camera_intf_process_advanced_capture()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c1921 uint32_t trigger, void *in_value) in mm_camera_channel_advanced_capture() argument
1935 (void *)&trigger, in mm_camera_channel_advanced_capture()
1941 (void *)&trigger, in mm_camera_channel_advanced_capture()
1947 (void *)&trigger, in mm_camera_channel_advanced_capture()
1953 (void *)&trigger, in mm_camera_channel_advanced_capture()
Dmm_camera_interface.c1692 int8_t trigger, void *in_value) in mm_camera_intf_process_advanced_capture() argument
1706 (uint32_t)trigger, in_value); in mm_camera_intf_process_advanced_capture()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
Dtoken.asl23 Name(SMIP, 0xb2) // I/O port to trigger SMI
/device/google/dragon/
Dueventd.dragon.rc27 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-ring.0/iio:device* trigger/current_tri…
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c2270 uint32_t trigger, void *in_value) in mm_camera_channel_advanced_capture() argument
2284 (void *)&trigger, in mm_camera_channel_advanced_capture()
2290 (void *)&trigger, in mm_camera_channel_advanced_capture()
2296 (void *)&trigger, in mm_camera_channel_advanced_capture()
2302 (void *)&trigger, in mm_camera_channel_advanced_capture()
Dmm_camera_interface.c1955 int8_t trigger, void *in_value) in mm_camera_intf_process_advanced_capture() argument
1969 (uint32_t)trigger, in_value); in mm_camera_intf_process_advanced_capture()
/device/linaro/hikey/
Dinit.common.rc32 write /sys/class/leds/bt_active/trigger "hci1rx"
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Dgtdt.asl52 * is 0xff01, it means its cpu mask is FF, and trigger type
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DREADME.txt66 Finally, the "-i" option of the "setfdt" command allows to trigger the FDT
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c355 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, enum ExtiTrigger trigger) in enableInterrupt() argument
357 extiEnableIntGpio(pin, trigger); in enableInterrupt()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h692 uint32_t trigger, void *in_value);
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h692 uint32_t trigger, void *in_value);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt272 each of length 32. The first 64 of these trigger a sequence of perfectly
366 trigger 7 perfectly balanced merges.
368 The thrust of these rules when they trigger merging is to balance the run
554 simply will trigger galloping mode purely by luck every now and again, and
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h774 uint32_t trigger, void *in_value);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt275 each of length 32. The first 64 of these trigger a sequence of perfectly
369 trigger 7 perfectly balanced merges.
371 The thrust of these rules when they trigger merging is to balance the run
557 simply will trigger galloping mode purely by luck every now and again, and

12