Home
last modified time | relevance | path

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

12

/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/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-tx8p-ml81-moduline-display-106-av123z7m-n17.dtso128 samsung,esc-clock-frequency = <12000000>;
H A Dimx8mn-beacon-kit.dts106 samsung,esc-clock-frequency = <20000000>;
H A Dimx8mm-beacon-kit.dts106 samsung,esc-clock-frequency = <20000000>;
H A Dimx8-ss-img.dtsi125 clock-names = "core", "esc", "ui";
201 clock-names = "core", "esc", "ui";
/linux/include/linux/
H A Dseq_buf.h181 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/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/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()
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-evb.dts34 button-esc {
35 label = "esc";
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-netxbig.dtsi58 * esc and power represent a three position rocker
/linux/drivers/s390/cio/
H A Dchp.c402 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 Dhci_h5.c543 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 Dimx6dl-prtvt7.dts65 key-esc {
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210-trats.dts177 samsung,esc-clock-frequency = <20000000>;
H A Dexynos5250-arndale.dts190 samsung,esc-clock-frequency = <10000000>;
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos7870-j6lte.dts135 samsung,esc-clock-frequency = <16000000>;
/linux/Documentation/usb/
H A Dgadget_hid.rst161 {.opt = "--esc", .val = 0x29},

12