Home
last modified time | relevance | path

Searched refs:SW_RFKILL_ALL (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Devdev_switch.h27 #if defined(SW_RFKILL_ALL) || (defined(HAVE_DECL_SW_RFKILL_ALL) && HAVE_DECL_SW_RFKILL_ALL)
29 static_assert((SW_RFKILL_ALL) == (0x03), "SW_RFKILL_ALL != 0x03");
32 # define SW_RFKILL_ALL 0x03
132 [SW_RFKILL_ALL] = XLAT(SW_RFKILL_ALL),
Devdev_switch.in5 SW_RFKILL_ALL 0x03
/external/autotest/client/bin/input/
Dlinux_input.py815 SW_RFKILL_ALL = 0x03 # rfkill main switch, type "any" variable
817 SW_RADIO = SW_RFKILL_ALL # deprecated
1290 SW_RFKILL_ALL : 'RFKILL_ALL',
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h908 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro
910 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
/external/crosvm/devices/src/virtio/input/
Dconstants.rs707 pub const SW_RFKILL_ALL: u16 = 0x03; constant
708 pub const SW_RADIO: u16 = SW_RFKILL_ALL;
Ddefaults.rs307 SW_RFKILL_ALL, in default_switch_events()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c287 [SW_HEADPHONE_INSERT] = "Headphone", [SW_RFKILL_ALL] = "RF Kill",
/external/strace/
DChangeLog4674 SW_RFKILL_ALL and marked as deprecated by Linux commit v2.6.26-rc5~32^2.