Home
last modified time | relevance | path

Searched refs:SW_RFKILL_ALL (Results 1 – 7 of 7) 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.py799 SW_RFKILL_ALL = 0x03 # rfkill master switch, type "any" variable
801 SW_RADIO = SW_RFKILL_ALL # deprecated
1274 SW_RFKILL_ALL : 'RFKILL_ALL',
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h738 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro
740 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h793 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro
795 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
/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.