Home
last modified time | relevance | path

Searched refs:esc (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/arch/um/drivers/
Dslip_common.h16 int *esc) in slip_unesc() argument
22 *esc = 0; in slip_unesc()
27 *esc = 1; in slip_unesc()
30 if(*esc){ in slip_unesc()
31 *esc = 0; in slip_unesc()
36 if(*esc){ in slip_unesc()
37 *esc = 0; in slip_unesc()
88 int esc; member
97 slip->esc = 0; in slip_proto_init()
Dslip_common.c13 &slip->pos, &slip->esc); in slip_proto_read()
33 &slip->esc); in slip_proto_read()
Dslirp_user.c67 pri->slip.esc = 0; in slirp_open()
Dslip_user.c153 pri->slip.esc = 0; in slip_open()
/linux-4.4.14/drivers/staging/panel/
Dpanel.c1081 char *esc = lcd.esc_seq.buf + 2; in handle_lcd_special_code() local
1085 switch (*esc) { in handle_lcd_special_code()
1202 if (!strchr(esc, ';')) in handle_lcd_special_code()
1205 esc++; in handle_lcd_special_code()
1207 cgaddr = *(esc++) - '0'; in handle_lcd_special_code()
1216 while (*esc && cgoffset < 8) { in handle_lcd_special_code()
1218 if (*esc >= '0' && *esc <= '9') { in handle_lcd_special_code()
1219 value |= (*esc - '0') << shift; in handle_lcd_special_code()
1220 } else if (*esc >= 'A' && *esc <= 'Z') { in handle_lcd_special_code()
1221 value |= (*esc - 'A' + 10) << shift; in handle_lcd_special_code()
[all …]
/linux-4.4.14/fs/
Dseq_file.c384 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument
390 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape()
431 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument
437 } else if (!strchr(esc, c)) { in mangle_path()
461 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument
470 char *end = mangle_path(buf, p, esc); in seq_path()
489 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() argument
491 return seq_path(m, &file->f_path, esc); in seq_file_path()
499 const struct path *root, const char *esc) in seq_path_root() argument
513 char *end = mangle_path(buf, p, esc); in seq_path_root()
[all …]
/linux-4.4.14/lib/
Dtest-string_helpers.c264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow() argument
269 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow()
277 unsigned int flags, const char *esc) in test_string_escape() argument
316 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape()
321 test_string_escape_overflow(in, p, flags, esc, q_test, name); in test_string_escape()
Dseq_buf.c260 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument
271 char *end = mangle_path(buf, p, esc);
/linux-4.4.14/include/linux/
Dseq_file.h112 char *mangle_path(char *s, const char *p, const char *esc);
128 void seq_escape(struct seq_file *m, const char *s, const char *esc);
138 const struct path *root, const char *esc);
Dseq_buf.h126 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/linux-4.4.14/arch/x86/include/asm/
Dinat.h94 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinat.h94 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_dsim.txt50 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode
98 samsung,esc-clock-frequency = <20000000>;
/linux-4.4.14/Documentation/filesystems/
Dseq_file.txt189 seq_escape(struct seq_file *m, const char *s, const char *esc);
193 which is in the string esc will be represented in octal form in the output.
198 const char *esc);
200 const struct path *root, const char *esc)
202 Here, path indicates the file of interest, and esc is a set of characters
/linux-4.4.14/fs/gfs2/
Dlops.c770 u64 esc; in databuf_lo_scan_elements() local
779 esc = be64_to_cpu(*ptr++); in databuf_lo_scan_elements()
794 if (esc) { in databuf_lo_scan_elements()
/linux-4.4.14/tools/perf/config/
Dutilities.mak126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq))
127 define _sw-esc-nl
/linux-4.4.14/drivers/bluetooth/
Dhci_h5.c473 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
487 byte = &esc; in h5_unslip_one_byte()
/linux-4.4.14/arch/arm/boot/dts/
Dexynos4210-trats.dts212 samsung,esc-clock-frequency = <20000000>;
Dexynos3250-rinato.dts182 samsung,esc-clock-frequency = <20000000>;
Dexynos4412-trats2.dts352 samsung,esc-clock-frequency = <20000000>;
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt156 {.opt = "--esc", .val = 0x29},
/linux-4.4.14/arch/x86/kvm/
Demulate.c217 const struct escape *esc; member
4047 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) }
4931 opcode = opcode.u.esc->high[ctxt->modrm - 0xc0]; in x86_decode_insn()
4933 opcode = opcode.u.esc->op[(ctxt->modrm >> 3) & 7]; in x86_decode_insn()
/linux-4.4.14/Documentation/video4linux/bttv/
DCards626 Media-Surfer (esc-kathrein.de)