Searched refs:line (Results 1 - 25 of 782) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Ddc_fpu.h31 void dc_fpu_begin(const char *function_name, const int line);
32 void dc_fpu_end(const char *function_name, const int line);
/linux-master/scripts/
H A Dprofile2linkerlist.pl14 my $line = $_;
19 unless ($line =~ /unknown/) || ($line =~ /total/);
H A Dshow_delta20 the kernel command line option "time" is specified. When run with no
22 each printk line and the next. When run with the '-b' option, all times
29 If it is a string, the first message line
31 line) is used as the time reference.
36 will show times relative to the line in the kernel output
41 # returns a tuple containing the seconds and text for each message line
44 def get_time(line):
45 if line[0]!="[":
49 (time_str, rest) = string.split(line[1:],']',1)
56 # average line look
[all...]
/linux-master/tools/perf/util/
H A Dsrccode.h6 unsigned line; member in struct:srccode_state
12 state->line = 0;
18 char *find_sourceline(char *fn, unsigned line, int *lenp);
H A Dfind-map.c5 char line[128]; local
14 while (!found && fgets(line, sizeof(line), maps)) {
18 if (2 != sscanf(line, "%p-%p r-xp %*x %*x:%*x %*u %n",
24 if (!strncmp(&line[m], name, strlen(name)))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dnv10.c29 nv10_gpio_sense(struct nvkm_gpio *gpio, int line) argument
32 if (line < 2) {
33 line = line * 16;
34 line = nvkm_rd32(device, 0x600818) >> line;
35 return !!(line & 0x0100);
37 if (line < 10) {
38 line = (line
52 nv10_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) argument
[all...]
/linux-master/drivers/zorro/
H A Dgen-devlist.c32 char line[1024], *c, *bra, manuf[8]; local
45 while (fgets(line, sizeof(line)-1, stdin)) {
47 if ((c = strchr(line, '\n')))
49 if (!line[0] || line[0] == '#')
51 if (line[0] == '\t') {
54 if (strlen(line) > 5 && line[5] == ' ') {
55 c = line
[all...]
/linux-master/arch/um/drivers/
H A Dchan.h13 #include "line.h"
18 struct line *line; member in struct:chan
30 extern void chan_interrupt(struct line *line, int irq);
31 extern int parse_chan_pair(char *str, struct line *line, int device,
37 extern int console_open_chan(struct line *line, struct console *co);
40 extern int enable_chan(struct line *lin
[all...]
H A Dline.c22 struct line *line = chan->line; local
24 if (line)
25 chan_interrupt(line, irq);
31 * Returns the free space inside the ring buffer of this line.
33 * Should be called while holding line->lock (this does not modify data).
35 static unsigned int write_room(struct line *line) argument
39 if (line
52 struct line *line = tty->driver_data; local
65 struct line *line = tty->driver_data; local
86 buffer_data(struct line *line, const u8 *buf, size_t len) argument
130 flush_buffer(struct line *line) argument
170 struct line *line = tty->driver_data; local
189 struct line *line = tty->driver_data; local
216 struct line *line = tty->driver_data; local
224 struct line *line = tty->driver_data; local
233 struct line *line = chan->line; local
257 line_setup_irq(int fd, int input, int output, struct line *line, void *data) argument
288 struct line *line = tty->driver_data; local
310 struct line *line = tty->driver_data; local
325 struct line *line = tty->driver_data; local
330 line_install(struct tty_driver *driver, struct tty_struct *tty, struct line *line) argument
346 struct line *line = tty->driver_data; local
353 struct line *line = tty->driver_data; local
369 struct line *line = &lines[n]; local
485 struct line *line; local
624 struct line *line; local
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-transform.sh18 # single line. It also assumes no whitespace in filenames.
86 line = "";
88 if (line == "") {
89 line = $i;
91 line = line " " $i;
95 line = line " file:" consolelog;
98 line = line " " imag
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-trace-marker-snapshot.tc16 cat $file | while read line; do
17 comment=`echo $line | sed -e 's/^#//'`
18 if [ "$line" != "$comment" ]; then
21 echo "testing $line for >$x<"
22 match=`echo $line | sed -e "s/>$x<//"`
23 if [ "$line" = "$match" ]; then
24 fail "$line does not have >$x< in it"
/linux-master/include/dt-bindings/gpio/
H A Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \
14 ((UNIPHIER_GPIO_LINES_PER_BANK) * (bank) + (line))
/linux-master/scripts/dtc/include-prefixes/dt-bindings/gpio/
H A Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \
14 ((UNIPHIER_GPIO_LINES_PER_BANK) * (bank) + (line))
/linux-master/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
70 if (line ~ /\#define.*_MASK/ &&
71 !(line ~ /USB_SIG_MASK/)) {
72 splitdefine(line, fields)
75 printf "MASK " line "\n" > "/dev/stderr"
98 if ((getline line) <= 0) {
103 if (line ~ /\.shift/) {
104 shift = extract_value(line)
105 } else if (line ~ /\.mask/) {
106 mask = extract_value(line)
[all...]
/linux-master/sound/core/seq/
H A Dseq_lock.c12 void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line) argument
17 pr_warn("ALSA: seq_lock: lock trouble [counter = %d] in %s:%d\n", atomic_read(lockp), file, line);
22 pr_warn("ALSA: seq_lock: waiting [%d left] in %s:%d\n", atomic_read(lockp), file, line);
/linux-master/usr/include/
H A Dheaders_check.pl11 # The script reads the supplied files line by line and:
29 my $line;
39 while ($line = <$fh>) {
53 if ($line =~ m/^\s*#\s*include\s+<((asm|linux).*)>/) {
71 if ($line =~ m/^void seqbuf_dump\(void\);/) {
75 if ($line =~ m/^extern "C"/) {
78 if ($line =~ m/^(\s*extern|unsigned|char|short|int|long|void)\b/) {
87 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) {
103 if ($line
[all...]
/linux-master/arch/arm64/include/asm/
H A Dasm-bug.h11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line)
12 #define __BUGVERBOSE_LOCATION(file, line) \
18 .short line;
20 #define _BUGVERBOSE_LOCATION(file, line)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c37 static void print_parse_error(const char *err_msg, const char *line, argument
41 err_msg, lineno, line);
44 static char *strip(char *line, size_t linelen) argument
46 while (isspace(*(line + linelen)))
49 line[linelen - 1] = '\0';
51 return line + strspn(line, " \f\n\r\t\v");
57 char line[MAX_LINE_LEN + 1]; local
61 while (fgets(line, sizeof(line), inpu
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dmlock2.h15 char *line = NULL; local
28 while (getline(&line, &size, file) > 0) {
29 if (sscanf(line, "%lx-%lx %s %lx %s %lu %s\n",
37 free(line);
38 line = NULL;
46 free(line);
/linux-master/tools/testing/selftests/memfd/
H A Dcommon.c22 char *line = NULL; local
28 while (getline(&line, &linelen, f) > 0) {
29 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) {
35 free(line);
/linux-master/tools/perf/arch/riscv/util/
H A Dheader.c20 static char *_get_field(const char *line) argument
24 line2 = strrchr(line, ' ');
29 nl = strrchr(line, '\n');
38 char *line = NULL; local
51 while ((read = getline(&line, &line_sz, cpuinfo)) != -1) {
52 if (!strncmp(line, CPUINFO_MVEN, strlen(CPUINFO_MVEN))) {
53 mvendorid = _get_field(line);
56 } else if (!strncmp(line, CPUINFO_MARCH, strlen(CPUINFO_MARCH))) {
57 marchid = _get_field(line);
60 } else if (!strncmp(line, CPUINFO_MIM
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-vbi.h12 int cx18_used_line(struct cx18 *cx, int line, int field);
/linux-master/scripts/dtc/
H A Dof_unittest_expect75 print "** ERROR: special pattern not recognized: <<$type>>, CONSOLE_LOG line: $.\n";
83 print "** ERROR: $script_name internal error, at end of compare(), CONSOLE_LOG line: $.\n";
103 --line-num report line number of CONSOLE_LOG
135 <<all>> matches: anything to end of line
139 A prefix is added to every line of output:
155 --line-num causes the CONSOLE_LOG line number to be printed in 4 columns.
157 used to report the line number for lines greater than 9999 (eg for
171 "line
[all...]
/linux-master/fs/smb/client/
H A Dcifsroot.c41 static int __init cifs_root_setup(char *line) argument
49 if (strlen(line) > 3 && line[0] == '/' && line[1] == '/') {
50 s = strchr(&line[2], '/');
54 /* make s point to ',' or '\0' at end of line */
57 len = s - line + 1;
62 strscpy(root_dev, line, len);
63 srvaddr = parse_srvaddr(&line[2], s);
/linux-master/tools/perf/tests/shell/
H A Dstat+std_output.sh46 while read line
49 x=${line:0:1}
51 # Ignore initial blank line.
52 [ "$line" = "" ] && continue
54 x=${line:0:25}
57 [[ "$line" == *"time elapsed"* ]] && break
59 main_body=$(echo $line | cut -d' ' -f$prefix-)
76 echo "Unknown event name in $line" 1>&2
83 echo "wrong event metric. expected ${event_metric[$i]} in $line" 1>&2

Completed in 175 milliseconds

1234567891011>>