Home
last modified time | relevance | path

Searched refs:latched (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c331 assert(out->mods.latched_mods == in->mods.latched); in test_values_XIDeviceEvent()
336 assert(out->group.latched_group == in->group.latched); in test_values_XIDeviceEvent()
437 in.mods.latched = 10; in test_convert_XIDeviceEvent()
441 in.group.latched = 13; in test_convert_XIDeviceEvent()
540 in.mods.latched = 1L; in test_convert_XIDeviceEvent()
542 in.mods.latched = 1L << 8; in test_convert_XIDeviceEvent()
544 in.mods.latched = 1L << 16; in test_convert_XIDeviceEvent()
546 in.mods.latched = 1L << 24; in test_convert_XIDeviceEvent()
548 in.mods.latched = ~0L; in test_convert_XIDeviceEvent()
579 in.group.latched = 1; in test_convert_XIDeviceEvent()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h121 uint32_t latched; /**< XKB latched modifiers */ member
127 uint8_t latched; /**< XKB latched group */ member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Deeti.txt10 latched. This is necessary for platforms that lack
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,l2-intc.txt8 "brcm,l2-intc" for latched interrupt controllers
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst132 GICR_ISPENDR0 registers get/set the value of the latched pending state for
139 to ISPENDR) this state is "latched", and only cleared when either the
143 ISPENDR writes are latched; if the device lowers the line level then the
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A DKconfig99 The boot mode pins are latched when the system reset is deasserted
/OK3568_Linux_fs/external/xserver/dix/
H A Dinpututils.c792 event->mods.latched = state->latched_mods; in event_set_state()
797 event->group.latched = state->latched_group; in event_set_state()
H A Deventconvert.c697 xde->mods.latched_mods = ev->mods.latched; in eventToDeviceEvent()
702 xde->group.latched_group = ev->group.latched; in eventToDeviceEvent()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.uniphier113 shows the boot mode pins that has been latched at the power-on reset
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dw83792d.rst108 which triggers if your computer case is open (This one is latched, contrary
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dtimestamping.rst137 latched by a low-level audio subsystem, and the information provided
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx.seq424 /* Save latched contents */
1963 * latched (the usual way), then read the data byte directly off the bus
H A Daic79xx.seq1422 * So we wait until SCSIDATL is latched (the usual way), then read the data
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dtimekeeping.rst110 for (N-1)/2 counts. Only even values are latched by the counter, so odd
/OK3568_Linux_fs/external/xserver/
H A DChangeLog31461 latched modifier and then process the key press event for that
31463 locked and latched modifiers while any of our surfaces has keyboard
47755 behavior: previously a button event would unlock a latched modifier, now it
63670 release both keys in reverse order. Mod3 is now latched, and the
63682 is latched to locked, and latch a third modifier. Overall, what the
65294 groups, but not latched groups. Therefore, use sum of base and latched groups,