Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/arch/um/drivers/
A Dline.c22 struct line *line = chan->line; in line_interrupt() local
43 n = line->head - line->tail; in write_room()
97 line->head = line->buffer; in buffer_data()
98 line->tail = line->buffer; in buffer_data()
134 if ((line->buffer == NULL) || (line->head == line->tail)) in flush_buffer()
150 line->head = line->buffer; in flush_buffer()
233 struct line *line = chan->line; in line_write_interrupt() local
247 line->head = line->buffer; in line_write_interrupt()
331 struct line *line) in line_install() argument
487 struct line *line; in line_get_config() local
[all …]
A Dchan.h18 struct line *line; member
31 extern void chan_interrupt(struct line *line, int irq);
32 extern int parse_chan_pair(char *str, struct line *line, int device,
38 extern int console_open_chan(struct line *line, struct console *co);
41 extern int enable_chan(struct line *line);
42 extern void close_chan(struct line *line);
43 extern int chan_window_size(struct line *line,
46 extern int chan_config_string(struct line *line, char *str, int size,
A Dchan_kern.c167 struct line *line = container_of(work, struct line, task.work); in line_timer_cb() local
170 chan_interrupt(line, line->read_irq); in line_timer_cb()
173 int enable_chan(struct line *line) in enable_chan() argument
270 void close_chan(struct line *line) in close_chan() argument
317 int console_open_chan(struct line *line, struct console *co) in console_open_chan() argument
426 struct chan *in = line->chan_in, *out = line->chan_out; in chan_config_string()
515 .line = line, in parse_chan()
528 int parse_chan_pair(char *str, struct line *line, int device, in parse_chan_pair() argument
536 line->chan_in = line->chan_out = NULL; in parse_chan_pair()
573 line->chan_in = line->chan_out = new; in parse_chan_pair()
[all …]
A Dline.h32 struct line { struct
62 struct line *line); argument
76 extern int line_setup_irq(int fd, int input, int output, struct line *line,
78 extern void line_close_chan(struct line *line);
81 struct line *lines, int nlines);
82 extern int setup_one_line(struct line *lines, int n, char *init,
84 extern void close_lines(struct line *lines, int nlines);
86 extern int line_config(struct line *lines, unsigned int sizeof_lines,
90 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
92 extern int line_get_config(char *dev, struct line *lines,
A Dxterm.c52 terminal_emulator = line; in xterm_setup()
54 line = strchr(line, ','); in xterm_setup()
55 if (line == NULL) in xterm_setup()
58 *line++ = '\0'; in xterm_setup()
59 if (*line) in xterm_setup()
60 title_switch = line; in xterm_setup()
62 line = strchr(line, ','); in xterm_setup()
63 if (line == NULL) in xterm_setup()
66 *line++ = '\0'; in xterm_setup()
67 if (*line) in xterm_setup()
[all …]
/arch/arm64/include/asm/
A Dasm-bug.h11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
12 #define __BUGVERBOSE_LOCATION(file, line) \ argument
18 .short line;
20 #define _BUGVERBOSE_LOCATION(file, line) argument
50 #define __BUG_LOCATION_STRING(file, line) \ argument
52 ".short " line ";"
54 #define __BUG_LOCATION_STRING(file, line) argument
57 #define __BUG_ENTRY_STRING(file, line, flags) \ argument
59 __BUG_LOCATION_STRING(file, line) \
63 #define ARCH_WARN_ASM(file, line, flags, size) \ argument
[all …]
/arch/powerpc/crypto/
A Dppc-xlate.pl68 my $line = join(",",@_);
69 if ($line =~ /^"(.*)"$/)
202 while($line=<>) {
204 $line =~ s|[#!;].*$||; # get rid of asm-style comments...
205 $line =~ s|/\*.*\*/||; # ... and C-style comments...
207 $line =~ s|\s+$||; # ... and at the end
211 $line =~ s|\bL(\w+)|\.L$1|g if ($dotinlocallabels);
215 $line =~ s|^\s*(\.?)(\w+)([\.\+\-]?)\s*||;
221 if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(',',$line)); }
222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
[all …]
/arch/arm64/boot/dts/amd/
A Damd-seattle-cpus.dtsi50 i-cache-line-size = <64>;
53 d-cache-line-size = <64>;
66 i-cache-line-size = <64>;
69 d-cache-line-size = <64>;
81 i-cache-line-size = <64>;
84 d-cache-line-size = <64>;
167 cache-line-size = <64>;
175 cache-line-size = <64>;
183 cache-line-size = <64>;
191 cache-line-size = <64>;
[all …]
/arch/arm/boot/dts/nuvoton/
A Dnuvoton-npcm750-runbmc-olympus.dts434 line-name = "TPM_BMC_ALERT_N";
494 line-name = "PSU1_ALERT_N";
500 line-name = "PSU2_ALERT_N";
585 line-name = "FP_PWR_ID_LED_N";
645 line-name = "RST_BMC_RTCRST";
669 line-name = "FM_BMC_READY_N";
681 line-name = "FM_SLOT4_CFG0";
687 line-name = "FM_SLOT4_CFG1";
705 line-name = "BMC_PCH_FNM";
790 line-name = "PMB_ALERT_EN_N";
[all …]
/arch/arm/boot/dts/broadcom/
A Dbcm2836.dtsi43 /* Source for d/i-cache-line-size and d/i-cache-sets
57 d-cache-line-size = <64>;
60 i-cache-line-size = <32>;
71 d-cache-line-size = <64>;
74 i-cache-line-size = <32>;
85 d-cache-line-size = <64>;
88 i-cache-line-size = <32>;
99 d-cache-line-size = <64>;
102 i-cache-line-size = <32>;
107 /* Source for cache-line-size + cache-sets
[all …]
A Dbcm2837.dtsi42 /* Source for d/i-cache-line-size and d/i-cache-sets
56 d-cache-line-size = <64>;
59 i-cache-line-size = <64>;
71 d-cache-line-size = <64>;
74 i-cache-line-size = <64>;
86 d-cache-line-size = <64>;
89 i-cache-line-size = <64>;
101 d-cache-line-size = <64>;
104 i-cache-line-size = <64>;
109 /* Source for cache-line-size + cache-sets
[all …]
/arch/arm64/boot/dts/amazon/
A Dalpine-v3.dtsi29 d-cache-line-size = <64>;
32 i-cache-line-size = <64>;
43 d-cache-line-size = <64>;
46 i-cache-line-size = <64>;
57 d-cache-line-size = <64>;
60 i-cache-line-size = <64>;
71 d-cache-line-size = <64>;
74 i-cache-line-size = <64>;
85 d-cache-line-size = <64>;
88 i-cache-line-size = <64>;
[all …]
/arch/arm64/boot/dts/ti/
A Dk3-j784s4.dtsi64 i-cache-line-size = <64>;
67 d-cache-line-size = <64>;
78 i-cache-line-size = <64>;
81 d-cache-line-size = <64>;
92 i-cache-line-size = <64>;
95 d-cache-line-size = <64>;
106 i-cache-line-size = <64>;
109 d-cache-line-size = <64>;
120 i-cache-line-size = <64>;
123 d-cache-line-size = <64>;
[all …]
A Dk3-am654.dtsi42 i-cache-line-size = <64>;
45 d-cache-line-size = <64>;
56 i-cache-line-size = <64>;
59 d-cache-line-size = <64>;
70 i-cache-line-size = <64>;
73 d-cache-line-size = <64>;
84 i-cache-line-size = <64>;
87 d-cache-line-size = <64>;
98 cache-line-size = <64>;
108 cache-line-size = <64>;
/arch/arm64/boot/dts/hisilicon/
A Dhi3670-hikey970.dts84 gpio-line-names =
97 gpio-line-names =
110 gpio-line-names =
123 gpio-line-names =
136 gpio-line-names =
154 gpio-line-names =
167 gpio-line-names =
180 gpio-line-names =
226 gpio-line-names =
239 gpio-line-names =
[all …]
/arch/x86/include/asm/
A Dbug.h41 #define __BUG_ENTRY(file, line, flags) \ argument
44 "\t.word " line "\t# bug_entry::line\n" \
47 #define __BUG_ENTRY(file, line, flags) \ argument
52 #define _BUG_FLAGS_ASM(ins, file, line, flags, size, extra) \ argument
55 __BUG_ENTRY(file, line, flags) \
69 #define ARCH_WARN_ASM(file, line, flags, size) \ argument
70 _BUG_FLAGS_ASM(ASM_UD2, file, line, flags, size, "")
/arch/arm/boot/dts/aspeed/
A Daspeed-bmc-lenovo-hr855xg2.dts432 line-name = "BMC_EMMC_RST_N";
453 line-name = "CPU_SM_WP";
460 line-name = "PDB_PSU_SEL";
467 line-name = "LOCATOR_LED_N";
502 line-name = "RM_THROTTLE_EN_N";
551 line-name = "BMC_USB_SEL";
558 line-name = "PDB_SMB_RST_N";
572 line-name = "PDB_FAN_TACH_SEL";
628 line-name = "BMC_HW_STRAP_5";
649 line-name = "DBP_CPU_PREQ_N";
[all …]
A Daspeed-bmc-opp-palmetto.dts216 line-name = "func_mode0";
223 line-name = "func_mode1";
230 line-name = "func_mode2";
244 line-name = "APSS_WDT_N";
251 line-name = "APSS_BOOT_MODE";
258 line-name = "APSS_RESET_N";
272 line-name = "BMC_POWER_UP";
286 line-name = "AST_HW_FAULT_N";
335 line-name = "BMC_RTCRST_N";
342 line-name = "SYS_PWROK_BMC";
[all …]
/arch/arm64/boot/dts/freescale/
A Dimx943.dtsi37 i-cache-line-size = <64>;
40 d-cache-line-size = <64>;
55 i-cache-line-size = <64>;
58 d-cache-line-size = <64>;
73 i-cache-line-size = <64>;
76 d-cache-line-size = <64>;
102 cache-line-size = <64>;
112 cache-line-size = <64>;
122 cache-line-size = <64>;
132 cache-line-size = <64>;
[all …]
/arch/arm64/boot/dts/mediatek/
A Dpumpkin-common.dtsi68 line-name = "eint20_mux_sel0";
75 line-name = "expcon_mux_sel1";
82 line-name = "mrg_di_mux_sel2";
103 line-name = "hw_id0";
110 line-name = "hw_id1";
117 line-name = "hw_id2";
124 line-name = "fg_int_n";
131 line-name = "usba_pwr_en";
138 line-name = "wifi_3v3_pg";
145 line-name = "cam_rst";
[all …]
/arch/arm64/boot/dts/marvell/
A Darmada-ap806-quad.dtsi23 i-cache-line-size = <64>;
26 d-cache-line-size = <64>;
38 i-cache-line-size = <64>;
41 d-cache-line-size = <64>;
53 i-cache-line-size = <64>;
56 d-cache-line-size = <64>;
68 i-cache-line-size = <64>;
71 d-cache-line-size = <64>;
79 cache-line-size = <64>;
88 cache-line-size = <64>;
A Darmada-ap807-quad.dtsi23 i-cache-line-size = <64>;
26 d-cache-line-size = <64>;
38 i-cache-line-size = <64>;
41 d-cache-line-size = <64>;
53 i-cache-line-size = <64>;
56 d-cache-line-size = <64>;
68 i-cache-line-size = <64>;
71 d-cache-line-size = <64>;
79 cache-line-size = <64>;
88 cache-line-size = <64>;
/arch/x86/tools/
A Dinsn_decoder_test.c41 static void malformed_line(const char *line, int line_nr) in malformed_line() argument
44 prog, line_nr, line); in malformed_line()
112 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; in main() local
120 while (fgets(line, BUFSIZE, stdin)) { in main()
125 if (line[0] == '<') { in main()
127 strcpy(sym, line); in main()
133 strcpy(copy, line); in main()
136 malformed_line(line, insns); in main()
141 malformed_line(line, insns); in main()
159 pr_warn("%s", line); in main()
/arch/powerpc/xmon/
A Dnonstdio.c92 static char line[256]; variable
101 lineptr = line; in xmon_getchar()
114 if (lineptr > line) { in xmon_getchar()
122 while (lineptr > line) { in xmon_getchar()
130 if (lineptr >= &line[sizeof(line) - 1]) in xmon_getchar()
138 lineleft = lineptr - line; in xmon_getchar()
139 lineptr = line; in xmon_getchar()
/arch/um/kernel/
A Dkmsg_dump.c15 static char line[1024]; in kmsg_dumper_stdout() local
48 while (kmsg_dump_get_line(&iter, true, line, sizeof(line), &len)) { in kmsg_dumper_stdout()
49 line[len] = '\0'; in kmsg_dumper_stdout()
50 printf("%s", line); in kmsg_dumper_stdout()

Completed in 38 milliseconds

12345678910>>...35