HomeSort by relevance Sort by last modified time
    Searched refs:polarity (Results 1 - 25 of 28) sorted by null

1 2

  /bootable/bootloader/legacy/include/boot/
gpio_keypad.h 39 int polarity : 1; // 0: drive active column low, 1: drive active column high member in struct:__anon587
  /bootable/bootloader/legacy/libboot/
gpio_keypad.c 37 gpio_set(keypad->output_gpios[i], keypad->polarity ^ keypad->drive_inactive_outputs);
51 unsigned npolarity = !keypad->polarity;
  /external/chromium/third_party/icu/source/common/
uniset.cpp     [all...]
ustring.c 460 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
464 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) {
484 if(polarity) {
510 if(polarity) {
    [all...]
  /external/icu4c/common/
uniset.cpp     [all...]
ustring.c 460 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
464 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) {
484 if(polarity) {
510 if(polarity) {
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
io_apic_32.h 74 polarity : 1, member in struct:IO_APIC_route_entry
apicdef_32.h 310 polarity : 1, member in struct:local_apic::__anon135
323 polarity : 1, member in struct:local_apic::__anon136
  /development/ndk/platforms/android-5/arch-x86/include/asm/
io_apic_32.h 74 polarity : 1, member in struct:IO_APIC_route_entry
apicdef_32.h 310 polarity : 1, member in struct:local_apic::__anon1190
323 polarity : 1, member in struct:local_apic::__anon1191
  /external/kernel-headers/original/asm-x86/
io_apic_32.h 75 polarity : 1, member in struct:IO_APIC_route_entry
mpspec_32.h 31 extern void mp_override_legacy_irq (u8 bus_irq, u8 polarity, u8 trigger, u32 gsi);
apicdef_32.h 313 polarity : 1, member in struct:local_apic::__anon4531
326 polarity : 1, member in struct:local_apic::__anon4532
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
io_apic_32.h 74 polarity : 1, member in struct:IO_APIC_route_entry
apicdef_32.h 310 polarity : 1, member in struct:local_apic::__anon16061
323 polarity : 1, member in struct:local_apic::__anon16062
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
io_apic_32.h 74 polarity : 1, member in struct:IO_APIC_route_entry
apicdef_32.h 310 polarity : 1, member in struct:local_apic::__anon16846
323 polarity : 1, member in struct:local_apic::__anon16847
  /external/chromium/third_party/icu/public/common/unicode/
uniset.h     [all...]
  /external/icu4c/common/unicode/
uniset.h     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.h 81 uint32_t polarity; /* 1 for <, <<, <<<, , ; and -1 for >, >>, >>> */ member in struct:UColToken
  /external/icu4c/i18n/
ucol_tok.h 81 uint32_t polarity; /* 1 for <, <<, <<<, , ; and -1 for >, >>, >>> */ member in struct:UColToken
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 57 __u8 polarity:1; member in struct:kvm_ioapic_state::__anon14074::__anon14075
  /external/qemu/hw/
pc.h 47 uint8_t vector_num, uint8_t polarity,
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 236 @echo USE_IRQ_ACTIVE_HIGH = $(USE_IRQ_ACTIVE_HIGH) // Use IRQ polarity high
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 251 @echo USE_IRQ_ACTIVE_HIGH = $(USE_IRQ_ACTIVE_HIGH) // Use IRQ polarity high

Completed in 1172 milliseconds

1 2