Home
last modified time | relevance | path

Searched refs:ESC (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/
H A Dlogging.h30 #define ESC 0x1B, '[' macro
36 #define BRIGHT_GREEN ESC, BRIGHT, ';', GREEN, ESCEND
37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
38 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND
39 #define RESET_COLOR ESC, '0', 'm'
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/
H A Dlogging.h30 #define ESC 0x1B, '[' macro
36 #define BRIGHT_GREEN ESC, BRIGHT, ';', GREEN, ESCEND
37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
38 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND
39 #define RESET_COLOR ESC, '0', 'm'
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dmkiss.c38 #define ESC 0333 /* indicates byte stuffing */ macro
39 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
40 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
61 #define AXF_ESCAPE 1 /* ESC received */
177 *ptr++ = ESC; in kiss_esc()
180 case ESC: in kiss_esc()
181 *ptr++ = ESC; in kiss_esc()
219 *ptr++ = ESC; in kiss_esc_crc()
222 case ESC in kiss_esc_crc()
[all...]
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dmkiss.c38 #define ESC 0333 /* indicates byte stuffing */ macro
39 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
40 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
61 #define AXF_ESCAPE 1 /* ESC received */
177 *ptr++ = ESC; in kiss_esc()
180 case ESC: in kiss_esc()
181 *ptr++ = ESC; in kiss_esc()
219 *ptr++ = ESC; in kiss_esc_crc()
222 case ESC in kiss_esc_crc()
[all...]
/kernel/linux/linux-5.10/drivers/net/slip/
H A Dslip.h45 #define ESC 0333 /* indicates byte stuffing */ macro
46 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
47 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
79 #define SLF_ESCAPE 1 /* ESC received */
H A Dslip.c939 *ptr++ = ESC;
942 case ESC:
943 *ptr++ = ESC;
973 case ESC:
978 s = ESC;
/kernel/linux/linux-6.6/drivers/net/slip/
H A Dslip.h47 #define ESC 0333 /* indicates byte stuffing */ macro
48 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
49 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
81 #define SLF_ESCAPE 1 /* ESC received */
H A Dslip.c939 *ptr++ = ESC;
942 case ESC:
943 *ptr++ = ESC;
973 case ESC:
978 s = ESC;
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dmagician.c151 INIT_KEY(ESC, GPIO37_MAGICIAN_KEY_HANGUP, "Hangup button"),

Completed in 7 milliseconds