Searched refs:line (Results 501 - 525 of 796) sorted by relevance

<<21222324252627282930>>

/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py197 for line in data.splitlines():
200 , line)
/linux-master/arch/sparc/kernel/
H A Dtraps_32.c355 void do_BUG(const char *file, int line) argument
358 printk("kernel BUG at %s:%d!\n", file, line);
/linux-master/arch/um/include/shared/
H A Dos.h188 void (*flags_helper_func)(char *line),
189 void (*cache_helper_func)(char *line));
/linux-master/tools/mm/
H A Dthpmaps200 for line in file:
201 elements = line.split()
441 for line in pidfile.readlines():
442 pids.add(int(line.strip()))
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py270 for line in f:
271 filenames.extend(line.split("\0"))
/linux-master/drivers/gpio/
H A Dgpio-regmap.c52 unsigned int line = offset % gpio->ngpio_per_reg; local
56 *mask = BIT(line);
/linux-master/init/
H A Ddo_mounts.c63 static int __init root_dev_setup(char *line) argument
65 strscpy(saved_root_name, line, sizeof(saved_root_name));
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest204 # Parse command-line options
259 cat $1 | while read line ; do
260 echo "# $line"
/linux-master/drivers/tty/serial/
H A Dmax310x.c1355 unsigned int line; local
1357 line = find_first_zero_bit(max310x_lines, MAX310X_UART_NRMAX);
1358 if (line == MAX310X_UART_NRMAX) {
1364 s->p[i].port.line = line;
1400 set_bit(line, max310x_lines);
1434 if (test_and_clear_bit(s->p[i].port.line, max310x_lines))
1454 if (test_and_clear_bit(s->p[i].port.line, max310x_lines))
H A Dsprd_serial.c37 /* line status register and its BITs */
61 /* line control register */
714 snprintf(sp->name, sizeof(sp->name), "sprd_serial%d", port->line);
1085 sprd_port[sup->port.line] = NULL;
1098 if ((cons && cons->index >= 0 && cons->index == uport->line) ||
1099 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line))
1113 uport->line);
1120 uport->line);
1135 uport->line);
1168 up->line
[all...]
H A Ducc_uart.c291 * Get the current modem control line status
1333 qe_port->port.line = val;
1334 if (qe_port->port.line >= UCC_MAX_UART) {
1434 qe_port->port.line);
1441 qe_port->ucc_num + 1, qe_port->port.line);
1445 qe_port->port.line, SERIAL_QE_MAJOR,
1446 SERIAL_QE_MINOR + qe_port->port.line);
1460 dev_info(&ofdev->dev, "removing /dev/ttyQE%u\n", qe_port->port.line);
H A Dsunsab.c155 (up->port.line == up->port.cons->index))
964 int line)
966 up->port.line = line;
992 if ((up->port.line & 0x1) == 0) {
1036 &sunsab_reg, up[0].port.line,
1040 &sunsab_reg, up[1].port.line,
961 sunsab_init_one(struct uart_sunsab_port *up, struct platform_device *op, unsigned long offset, int line) argument
H A Dsc16is7xx.c83 #define SC16IS7XX_IER_RLSI_BIT (1 << 2) /* Enable RX line status
110 #define SC16IS7XX_IIR_RLSE_SRC 0x06 /* RX line status error */
622 port->line, rxlen);
825 port->line, iir);
1435 count = device_property_count_u32(dev, "nxp,modem-control-line-ports");
1439 ret = device_property_read_u32_array(dev, "nxp,modem-control-line-ports",
1543 /* Mark each port line and status as uninitialised. */
1545 s->p[i].port.line = SC16IS7XX_MAX_DEVS;
1555 s->p[i].port.line = ret;
1635 * Setup interrupt. We first try to acquire the IRQ line a
[all...]
H A Dma35d1_serial.c620 p->port.line = 0;
699 up->port.line = ret;
724 if (up->port.line != 0)
772 if (up->port.line == 0) {
785 if (up->port.line == 0) {
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c76 unsigned int line, todo, sol; local
89 for (line = 0; line < lines; line++) {
94 if (lpi && line > 0 && !(line % lpi))
146 * one write per scan line + syncs + jump (all 2 dwords). Padding
186 * one write per scan line + syncs + jump (all 2 dwords). Here
435 "line / byte",
/linux-master/lib/
H A Ddynamic_debug.c236 /* match against the line number range */
291 break; /* token starts comment, skip rest of line */
335 * Parse a single line number. Note that the empty string ""
347 pr_err("bad line-number: %s\n", str);
358 pr_err("match-spec: line used 2x\n");
375 pr_err("last-line:%d < 1st-line:%d\n",
383 v3pr_info("parsed line %d-%d\n", query->first_lineno,
410 * line <lineno>
411 * line <firs
[all...]
/linux-master/arch/arc/net/
H A Dbpf_jit_core.c26 u8 line[64]; local
34 j += scnprintf(line + j, 64 - j, "0x%02x", buf[i]);
35 pr_info("%s\n", line);
38 /* End of line? */
40 j += scnprintf(line + j, 64 - j, "0x%02x", buf[i]);
41 pr_info("%s\n", line);
44 j += scnprintf(line + j, 64 - j, "0x%02x, ", buf[i]);
/linux-master/arch/arm/boot/compressed/
H A Dhead.S687 * dcache_line_size - get the minimum D-cache line size from the CTR register
699 and \tmp, \tmp, #0xf @ cache line size encoding
701 mov \reg, \reg, lsl \tmp @ actual cache line size
929 .align 5 @ cache line aligned
1138 * error from the assembler on this line, check that you have
1270 dcache_line_size r1, r2 @ r1 := dcache min line size
1271 sub r2, r1, #1 @ r2 := line size mask
1272 bic r0, r0, r2 @ round down start to line size
1274 bic r11, r11, r2 @ round down end to line size
1300 mov r11, #32 @ default: 32 byte line siz
[all...]
/linux-master/tools/lib/bpf/
H A Dusdt.c452 char path[PATH_MAX], line[PATH_MAX], mode[16]; local
474 sprintf(line, "/proc/%d/maps", pid);
475 f = fopen(line, "re");
479 line, lib_path, err);
490 &seg_start, &seg_end, mode, &seg_off, line) == 5) {
493 /* to handle no path case (see above) we need to capture line
498 while (isblank(line[i]))
500 if (strcmp(line + i, path) != 0)
/linux-master/drivers/thunderbolt/
H A Ddebugfs.c85 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, argument
92 token = strsep(line, "\n");
132 char *line, *buf; local
150 line = buf;
151 while (parse_line(&line, &offset, &val, 2, 5)) {
1072 char *line = buf;
1076 while (parse_line(&line, &offset, &val, 1, 4)) {
1071 char *line = buf; local
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c161 char *line = NULL; local
168 while (getline(&line, &n, fp) > 0) {
169 if (strstr(line, "model name")) {
170 if (strstr(line, "6252N") ||
171 strstr(line, "6230N") ||
172 strstr(line, "5218N"))
177 free(line);
1286 char *begin, *end, *line = NULL; local
1295 while (getline(&line, &n, fp) > 0) {
1296 if (strstr(line, "mode
[all...]
/linux-master/drivers/ps3/
H A Dps3-vuart.c104 const struct ports_bmp *bmp, const char *func, int line)
106 pr_debug("%s:%d: ports_bmp: %016llxh\n", func, line, bmp->status);
111 const char *func, int line)
132 pr_debug("%s:%d: port_%u: %s failed: %s\n", func, line,
137 func, line, port_number, strings[i], value);
103 _dump_ports_bmp( const struct ports_bmp *bmp, const char *func, int line) argument
110 _dump_port_params(unsigned int port_number, const char *func, int line) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c42 * @line: current line.
43 * @column: current column in line.
56 u32 line; member in struct:nvram_parser
103 nvp->line, nvp->column);
134 nvp->line, nvp->column);
184 /* eat all moving to next line */
185 nvp->line++;
227 nvp->line = 1;
/linux-master/drivers/media/pci/tw68/
H A Dtw68-video.c209 * frame, i.e. line positions are only 1/2 the interlaced equivalent
236 * of lines in the image, and the first line of the image (i.e. ignoring
777 unsigned char line[80]; local
782 /* First we do the PCI regs, 8 4-byte regs per line */
784 cptr = line;
794 pr_info("%s", line);
798 cptr = line;
811 pr_info("%s", line);
/linux-master/tools/bpf/bpftool/
H A Dfeature.c172 char *endptr, *line = NULL; local
181 res = getline(&line, &len, fd);
187 res = strtol(line, &endptr, 10);
188 if (errno || *line == '\0' || *endptr != '\n')
190 free(line);

Completed in 307 milliseconds

<<21222324252627282930>>