Home
last modified time | relevance | path

Searched refs:deactivate (Results 1 – 25 of 76) sorted by relevance

1234

/external/u-boot/drivers/gpio/
Dhsdk-creg-gpio.c25 u8 deactivate; member
36 reg |= ((val ? hcg->deactivate : hcg->activate) << reg_shift); in hsdk_creg_gpio_set_value()
67 return (val == hcg->deactivate) ? 1 : 0; in hsdk_creg_gpio_get_value()
81 u32 shift, bit_per_gpio, activate, deactivate, gpio_count; in hsdk_creg_gpio_probe() local
89 deactivate = dev_read_u32_default(dev, "gpio-deactivate-val", 0); in hsdk_creg_gpio_probe()
124 if (GENMASK(31, bit_per_gpio) & deactivate) { in hsdk_creg_gpio_probe()
131 if (activate == deactivate) { in hsdk_creg_gpio_probe()
141 hcg->deactivate = (u8)deactivate; in hsdk_creg_gpio_probe()
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/
Dsdei_explicit_dispatch.puml29 deactivate EL3
33 deactivate RAS
40 deactivate EL2
43 deactivate SDEI
46 deactivate RAS
Dio_framework_usage_overview.puml48 deactivate bl_common
49 deactivate bl_common
50 deactivate bl_common
55 deactivate bl1_main
Dsdei_general.puml34 deactivate EL2
37 deactivate SDEI
39 deactivate EL3
Dio_dev_init_and_check.puml32 deactivate arm_io_storage
56 deactivate arm_io_storage
58 deactivate arm_io_storage
Dio_dev_registration.puml37 deactivate io_storage
49 deactivate io_storage
/external/angle/third_party/spirv-tools/src/utils/vscode/
Dextension.js64 function deactivate() { function
66 exports.deactivate = deactivate;
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js64 function deactivate() { function
66 exports.deactivate = deactivate;
/external/deqp-deps/SPIRV-Tools/utils/vscode/
Dextension.js64 function deactivate() { function
66 exports.deactivate = deactivate;
/external/adhd/cras/src/server/
Dcras_dsp_mod_ladspa.c32 static void deactivate(struct dsp_module *module) in deactivate() function
37 if (!desc->deactivate) in deactivate()
39 desc->deactivate(data->handle); in deactivate()
62 deactivate(module); in deinstantiate()
94 deactivate(module); in free_module()
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dpip_new.sh295 deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
368deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
378 deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
Dnightly_release_smoke_test.sh40 deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
Dpip.sh162 deactivate || die "FAILED: Unable to deactivate from existing virtualenv"
375 deactivate
550 deactivate || die "FAILED: Unable to deactivate virtualenv from ${VENV_DIR}"
/external/python/cpython3/Lib/venv/scripts/posix/
Dactivate.csh6 alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_V…
9 deactivate nondestructive
Dactivate.fish4 function deactivate -d "Exit virtualenv and return to normal shell environment"
25 functions -e deactivate
30 deactivate nondestructive
/external/python/cpython3/Lib/venv/scripts/common/
DActivate.ps164 function global:deactivate ([switch]$NonDestructive) { in global:deactivate() function
97 Remove-Item -Path function:deactivate in global:deactivate()
201 deactivate -nondestructive
Dactivate4 deactivate () {
33 unset -f deactivate
38 deactivate nondestructive
/external/u-boot/doc/device-tree-bindings/gpio/
Dsnps,creg-gpio.txt9 write 0x3 == set output to "0" (deactivate)
22 - gpio-deactivate-val: Value should be set in corresponding field to set
41 gpio-deactivate-val = <3>;
/external/python/httplib2/python2/
Dhttplib2test_appengine.py30 self.testbed.deactivate()
57 self.testbed.deactivate()
/external/libcxx/test/std/strings/basic.string/string.cons/
Dcopy_alloc.pass.cpp38 void deactivate() { active = false; } in deactivate() function
124 imp2.deactivate(); in main()
/external/python/oauth2client/tests/contrib/
Dtest__appengine_ndb.py48 self.testbed.deactivate()
97 self.testbed.deactivate()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWrapper.java157 public void deactivate() { in deactivate() method in ShadowCursorWrapper
158 wrappedCursor.deactivate(); in deactivate()
/external/grpc-grpc/tools/codegen/core/
Dgen_nano_proto.sh80 deactivate
/external/tensorflow/tensorflow/tools/ci_build/linux/cmake/
Drun.sh50 deactivate
/external/u-boot/arch/arm/dts/
Dtegra124-nyan-big-u-boot.dtsi18 spi-deactivate-delay = <500>;

1234