Searched refs:PS2_FLAG_OPEN (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp204 if (dev->flags & PS2_FLAG_OPEN)
344 if (atomic_or(&dev->flags, PS2_FLAG_OPEN) & PS2_FLAG_OPEN)
399 atomic_and(&dev->flags, ~PS2_FLAG_OPEN);
419 atomic_and(&cookie->dev->flags, ~PS2_FLAG_OPEN);
H A Dps2_dev.h55 #define PS2_FLAG_OPEN (1 << 1) macro
H A Dps2_alps.cpp319 if (atomic_or(&dev->flags, PS2_FLAG_OPEN) & PS2_FLAG_OPEN)
400 atomic_and(&dev->flags, ~PS2_FLAG_OPEN);
418 atomic_and(&cookie->dev->flags, ~PS2_FLAG_OPEN);
537 if ((dev->flags & PS2_FLAG_OPEN) != 0)
H A Dps2_elantech.cpp452 if (atomic_or(&dev->flags, PS2_FLAG_OPEN) & PS2_FLAG_OPEN)
578 atomic_and(&dev->flags, ~PS2_FLAG_OPEN);
596 atomic_and(&cookie->dev->flags, ~PS2_FLAG_OPEN);
699 if ((dev->flags & PS2_FLAG_OPEN) != 0)
H A Dps2_synaptics.cpp600 if (atomic_or(&dev->flags, PS2_FLAG_OPEN) & PS2_FLAG_OPEN)
684 atomic_and(&dev->flags, ~PS2_FLAG_OPEN);
703 atomic_and(&cookie->dev->flags, ~PS2_FLAG_OPEN);
849 if ((dev->flags & PS2_FLAG_OPEN) != 0)

Completed in 224 milliseconds