Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dseq_file.h107 char *mangle_path(char *s, const char *p, const char *esc);
141 unsigned int flags, const char *esc);
144 unsigned int flags, const char *esc) in seq_escape_str() argument
146 seq_escape_mem(m, src, strlen(src), flags, esc); in seq_escape_str()
160 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument
162 seq_escape_str(m, s, ESCAPE_OCTAL, esc); in seq_escape()
173 const struct path *root, const char *esc);
H A Dseq_buf.h181 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/linux/drivers/auxdisplay/
H A Dhd44780_common.c300 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc) in hd44780_common_redefine_char() argument
318 if (!strchr(esc, ';')) in hd44780_common_redefine_char()
321 esc++; in hd44780_common_redefine_char()
323 cgaddr = *(esc++) - '0'; in hd44780_common_redefine_char()
330 while (*esc && cgoffset < 8) { in hd44780_common_redefine_char()
334 half = hex_to_bin(*esc++); in hd44780_common_redefine_char()
H A Dcharlcd.c205 char *esc = priv->esc_seq.buf + 2; in handle_lcd_special_code() local
209 switch (*esc) { in handle_lcd_special_code()
345 processed = lcd->ops->redefine_char(lcd, esc); in handle_lcd_special_code()
356 if (parse_xy(esc, &lcd->addr.x, &lcd->addr.y)) in handle_lcd_special_code()
H A Dhd44780_common.h32 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc);
H A Dcharlcd.h94 int (*redefine_char)(struct charlcd *lcd, char *esc);
/linux/fs/
H A Dseq_file.c376 unsigned int flags, const char *esc) in seq_escape_mem() argument
382 ret = string_escape_mem(src, len, buf, size, flags, esc); in seq_escape_mem()
441 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument
447 } else if (!strchr(esc, c)) { in mangle_path()
471 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument
480 char *end = mangle_path(buf, p, esc); in seq_path()
499 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() argument
501 return seq_path(m, &file->f_path, esc); in seq_file_path()
509 const struct path *root, const char *esc) in seq_path_root() argument
523 char *end = mangle_path(buf, p, esc); in seq_path_root()
[all …]
/linux/lib/tests/
H A Dstring_helpers_kunit.c396 const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow() argument
401 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow()
407 unsigned int flags, const char *esc) in test_string_escape() argument
428 if (flags & ESCAPE_NA && !(flags & ESCAPE_APPEND && esc)) { in test_string_escape()
452 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape()
457 test_string_escape_overflow(test, in, p, flags, esc, q_test, name); in test_string_escape()
/linux/drivers/platform/x86/
H A Dasus-tf103c-dock.c281 u8 *esc, *buf = dock->kbd_buf; in tf103c_dock_report_toprow_kbd_hook() local
299 esc = memchr(buf, 0x29, size); in tf103c_dock_report_toprow_kbd_hook()
300 if (!dock->esc_pressed && esc) { in tf103c_dock_report_toprow_kbd_hook()
306 if (esc && dock->filter_esc) in tf103c_dock_report_toprow_kbd_hook()
307 *esc = 0; in tf103c_dock_report_toprow_kbd_hook()
311 dock->esc_pressed = esc != NULL; in tf103c_dock_report_toprow_kbd_hook()
/linux/tools/arch/x86/include/asm/
H A Dinat.h91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux/arch/x86/include/asm/
H A Dinat.h91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux/lib/
H A Dseq_buf.c312 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument
323 char *end = mangle_path(buf, p, esc);
H A Dstring_helpers.c657 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local
663 dlen = string_escape_mem(src, slen, NULL, 0, flags, esc); in kstrdup_quotable()
668 WARN_ON(string_escape_mem(src, slen, dst, dlen, flags, esc) != dlen); in kstrdup_quotable()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-venice-gw74xx-rpidsi.dtso41 samsung,esc-clock-frequency = <54000000>;
H A Dimx8mm-venice-gw72xx-0x-rpidsi.dtso45 samsung,esc-clock-frequency = <54000000>;
H A Dimx8mm-venice-gw73xx-0x-rpidsi.dtso45 samsung,esc-clock-frequency = <54000000>;
H A Dimx8mp-hummingboard-pulse-mini-hdmi.dtsi72 samsung,esc-clock-frequency = <10000000>;
H A Dimx8mp-tx8p-ml81-moduline-display-106-av123z7m-n17.dtso128 samsung,esc-clock-frequency = <12000000>;
H A Dimx8mm-beacon-kit.dts106 samsung,esc-clock-frequency = <20000000>;
H A Dimx8mn-bsh-smm-s2-display.dtsi86 samsung,esc-clock-frequency = <20000000>;
H A Dimx8mn-beacon-kit.dts106 samsung,esc-clock-frequency = <20000000>;
/linux/Documentation/filesystems/
H A 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
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-p200.dts43 button-esc {
/linux/tools/scripts/
H A Dutilities.mak126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq))
127 define _sw-esc-nl
/linux/fs/gfs2/
H A Dlops.c1008 u64 esc; in databuf_lo_scan_elements() local
1017 esc = be64_to_cpu(*ptr++); in databuf_lo_scan_elements()
1032 if (esc) { in databuf_lo_scan_elements()

123