| /linux/fs/ |
| H A D | seq_file.c | 376 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/tools/arch/x86/include/asm/ |
| H A D | inat.h | 91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
|
| /linux/arch/x86/include/asm/ |
| H A D | inat.h | 91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
|
| /linux/lib/ |
| H A D | seq_buf.c | 312 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 D | string_helpers.c | 657 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 D | imx8mp-venice-gw74xx-rpidsi.dtso | 41 samsung,esc-clock-frequency = <54000000>;
|
| H A D | imx8mm-venice-gw72xx-0x-rpidsi.dtso | 45 samsung,esc-clock-frequency = <54000000>;
|
| H A D | imx8mm-venice-gw73xx-0x-rpidsi.dtso | 45 samsung,esc-clock-frequency = <54000000>;
|
| H A D | imx8mp-tx8p-ml81-moduline-display-106-av123z7m-n17.dtso | 128 samsung,esc-clock-frequency = <12000000>;
|
| H A D | imx8mn-beacon-kit.dts | 106 samsung,esc-clock-frequency = <20000000>;
|
| H A D | imx8mm-beacon-kit.dts | 106 samsung,esc-clock-frequency = <20000000>;
|
| H A D | imx8-ss-img.dtsi | 125 clock-names = "core", "esc", "ui"; 201 clock-names = "core", "esc", "ui";
|
| /linux/include/linux/ |
| H A D | seq_buf.h | 181 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
|
| /linux/Documentation/filesystems/ |
| H A D | seq_file.rst | 242 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/tools/scripts/ |
| H A D | utilities.mak | 126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq)) 127 define _sw-esc-nl
|
| /linux/fs/gfs2/ |
| H A D | lops.c | 1008 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()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | px30-evb.dts | 34 button-esc { 35 label = "esc";
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-netxbig.dtsi | 58 * esc and power represent a three position rocker
|
| /linux/drivers/s390/cio/ |
| H A D | chp.c | 402 rc = sysfs_emit(buf, "%x\n", chp->desc_fmt1.esc); in chp_esc_show() 407 static DEVICE_ATTR(esc, 0444, chp_esc_show, NULL);
|
| /linux/drivers/bluetooth/ |
| H A D | hci_h5.c | 543 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local 557 byte = &esc; in h5_unslip_one_byte()
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6dl-prtvt7.dts | 65 key-esc {
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos4210-trats.dts | 177 samsung,esc-clock-frequency = <20000000>;
|
| H A D | exynos5250-arndale.dts | 190 samsung,esc-clock-frequency = <10000000>;
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7870-j6lte.dts | 135 samsung,esc-clock-frequency = <16000000>;
|
| /linux/Documentation/usb/ |
| H A D | gadget_hid.rst | 161 {.opt = "--esc", .val = 0x29},
|