Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/um/drivers/
Dslip_common.h17 int *esc) in slip_unesc() argument
23 *esc = 0; in slip_unesc()
28 *esc = 1; in slip_unesc()
31 if(*esc){ in slip_unesc()
32 *esc = 0; in slip_unesc()
37 if(*esc){ in slip_unesc()
38 *esc = 0; in slip_unesc()
89 int esc; member
98 slip->esc = 0; in slip_proto_init()
Dslip_common.c14 &slip->pos, &slip->esc); in slip_proto_read()
34 &slip->esc); in slip_proto_read()
Dslirp_user.c67 pri->slip.esc = 0; in slirp_open()
Dslip_user.c154 pri->slip.esc = 0; in slip_open()
/kernel/linux/linux-5.10/fs/
Dseq_file.c371 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument
377 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape()
429 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument
435 } else if (!strchr(esc, c)) { in mangle_path()
459 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument
468 char *end = mangle_path(buf, p, esc); in seq_path()
487 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() argument
489 return seq_path(m, &file->f_path, esc); in seq_file_path()
497 const struct path *root, const char *esc) in seq_path_root() argument
511 char *end = mangle_path(buf, p, esc); in seq_path_root()
[all …]
/kernel/linux/linux-5.10/drivers/auxdisplay/
Dcharlcd.c356 char *esc = priv->esc_seq.buf + 2; in handle_lcd_special_code() local
360 switch (*esc) { in handle_lcd_special_code()
473 if (!strchr(esc, ';')) in handle_lcd_special_code()
476 esc++; in handle_lcd_special_code()
478 cgaddr = *(esc++) - '0'; in handle_lcd_special_code()
487 while (*esc && cgoffset < 8) { in handle_lcd_special_code()
492 half = hex_to_bin(*esc++); in handle_lcd_special_code()
518 if (parse_xy(esc, &priv->addr.x, &priv->addr.y)) in handle_lcd_special_code()
/kernel/linux/linux-5.10/lib/
Dtest-string_helpers.c286 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow() argument
291 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow()
299 unsigned int flags, const char *esc) in test_string_escape() argument
338 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape()
343 test_string_escape_overflow(in, p, flags, esc, q_test, name); in test_string_escape()
Dstring_helpers.c574 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local
580 dlen = string_escape_mem(src, slen, NULL, 0, flags, esc); in kstrdup_quotable()
585 WARN_ON(string_escape_mem(src, slen, dst, dlen, flags, esc) != dlen); in kstrdup_quotable()
Dseq_buf.c270 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument
281 char *end = mangle_path(buf, p, esc);
/kernel/linux/linux-5.10/include/linux/
Dseq_file.h107 char *mangle_path(char *s, const char *p, const char *esc);
129 void seq_escape(struct seq_file *m, const char *s, const char *esc);
140 const struct path *root, const char *esc);
Dseq_buf.h127 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/exynos/
Dexynos_dsim.txt26 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode
85 samsung,esc-clock-frequency = <20000000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio_oxnas.txt42 button-esc {
/kernel/linux/linux-5.10/arch/arm64/boot/dts/amlogic/
Dmeson-gxbb-p200.dts36 button-esc {
/kernel/linux/linux-5.10/tools/scripts/
Dutilities.mak126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq))
127 define _sw-esc-nl
/kernel/linux/linux-5.10/Documentation/filesystems/
Dseq_file.rst242 seq_escape(struct seq_file *m, const char *s, const char *esc);
246 which is in the string esc will be represented in octal form in the output.
251 const char *esc);
253 const struct path *root, const char *esc)
255 Here, path indicates the file of interest, and esc is a set of characters
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Dpx30-evb.dts27 esc-key {
28 label = "esc";
Drk3308-evb.dts40 esc-key {
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dkirkwood-netxbig.dtsi60 * esc and power represent a three position rocker
Dgemini-dlink-dns-313.dts36 button-esc {
Drk3288-evb.dtsi37 esc {
Dimx6dl-prtvt7.dts38 esc {
/kernel/linux/linux-5.10/fs/gfs2/
Dlops.c996 u64 esc; in databuf_lo_scan_elements() local
1005 esc = be64_to_cpu(*ptr++); in databuf_lo_scan_elements()
1020 if (esc) { in databuf_lo_scan_elements()

12