Searched refs:line (Results 26 - 50 of 791) sorted by relevance

1234567891011>>

/linux-master/arch/um/kernel/
H A Dkmsg_dump.c15 static char line[1024]; local
48 while (kmsg_dump_get_line(&iter, true, line, sizeof(line), &len)) {
49 line[len] = '\0';
50 printf("%s", line);
H A Dinitrd.c35 static int __init uml_initrd_setup(char *line, int *add) argument
37 initrd = line;
H A Ddtb.c32 static int __init uml_dtb_setup(char *line, int *add) argument
34 dtb = line;
/linux-master/arch/loongarch/include/asm/
H A Dbug.h9 #define _BUGVERBOSE_LOCATION(file, line)
11 #define __BUGVERBOSE_LOCATION(file, line) \
17 .short line;
18 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line)
/linux-master/arch/um/drivers/
H A Dchan_kern.c133 struct line *line = container_of(work, struct line, task.work); local
135 if (!line->throttled)
136 chan_interrupt(line, line->read_irq);
139 int enable_chan(struct line *line) argument
145 INIT_DELAYED_WORK(&line->task, line_timer_cb);
147 list_for_each(ele, &line
230 close_chan(struct line *line) argument
277 console_open_chan(struct line *line, struct console *co) argument
290 chan_window_size(struct line *line, unsigned short *rows_out, unsigned short *cols_out) argument
383 chan_config_string(struct line *line, char *str, int size, char **error_out) argument
437 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) argument
487 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) argument
537 chan_interrupt(struct line *line, int irq) argument
[all...]
H A Dline.h32 struct line { struct
62 struct line *line);
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 *line
[all...]
H A Dxterm.c49 static int __init xterm_setup(char *line, int *add) argument
52 terminal_emulator = line;
54 line = strchr(line, ',');
55 if (line == NULL)
58 *line++ = '\0';
59 if (*line)
60 title_switch = line;
62 line = strchr(line, ',');
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dnv50.c28 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) argument
32 if (*line == 0x04) {
34 *line = 4;
37 if (*line == 0x09) {
39 *line = 9;
42 if (*line == 0x10) {
44 *line = 0;
47 nvkm_error(subdev, "unknown pwm ctrl for gpio %d\n", *line);
55 nv50_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) argument
59 int ctrl, id, ret = pwm_info(therm, &line,
66 nv50_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) argument
83 nv50_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) argument
96 nv50_fan_pwm_clock(struct nvkm_therm *therm, int line) argument
[all...]
H A Dgf119.c27 pwm_info(struct nvkm_therm *therm, int line) argument
31 u32 gpio = nvkm_rd32(device, 0x00d610 + (line * 0x04));
49 nvkm_error(subdev, "GPIO %d unknown PWM: %08x\n", line, gpio);
54 gf119_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) argument
58 int indx = pwm_info(therm, line);
62 nvkm_mask(device, 0x00d610 + (line * 0x04), 0x000000c0, data);
68 gf119_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) argument
71 int indx = pwm_info(therm, line);
75 if (nvkm_rd32(device, 0x00d610 + (line * 0x04)) & 0x00000040) {
90 gf119_fan_pwm_set(struct nvkm_therm *therm, int line, u3 argument
107 gf119_fan_pwm_clock(struct nvkm_therm *therm, int line) argument
[all...]
/linux-master/Documentation/sphinx/
H A Dmaintainers_include.py63 for line in open(path):
65 if descriptions and line.startswith('Maintainers'):
67 # Ensure a blank line following the last "|"-prefixed line.
73 if re.search('^[A-Z0-9]', line):
77 line = line.rstrip()
81 m = re.search(pat, line)
84 line = re.sub(pat, ':doc:`%s <../%s>`' % (m.group(2), m.group(2)), line)
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi_dbg.c11 qedi_dbg_err(struct qedi_dbg_ctx *qedi, const char *func, u32 line, argument
24 func, line, qedi->host_no, &vaf);
26 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf);
32 qedi_dbg_warn(struct qedi_dbg_ctx *qedi, const char *func, u32 line, argument
48 func, line, qedi->host_no, &vaf);
50 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf);
57 qedi_dbg_notice(struct qedi_dbg_ctx *qedi, const char *func, u32 line, argument
73 dev_name(&qedi->pdev->dev), func, line,
76 pr_notice("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf);
83 qedi_dbg_info(struct qedi_dbg_ctx *qedi, const char *func, u32 line, argument
[all...]
/linux-master/tools/perf/tests/shell/lib/
H A Dprobe_vfs_getname.sh16 line=$(perf probe -L getname_flags 2>&1 | grep -E 'result.*=.*filename;' | sed -r 's/[[:space:]]+([[:digit:]]+)[[:space:]]+result->uptr.*/\1/')
17 perf probe -q "vfs_getname=getname_flags:${line} pathname=result->name:string" || \
18 perf probe $add_probe_verbose "vfs_getname=getname_flags:${line} pathname=filename:ustring"
/linux-master/arch/powerpc/crypto/
H 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...
206 $line =~ s|^\s+||; # ... and skip white spaces in beginning...
207 $line =~ s|\s+$||; # ... and at the end
210 $line =~ s|\b\.L(\w+)|L$1|g; # common denominator for Locallabel
211 $line =~ s|\bL(\w+)|\.L$1|g if ($dotinlocallabels);
215 $line
[all...]
/linux-master/scripts/
H A Dmarkup_oops.pl48 my ($line) = @_;
49 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) {
55 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) {
60 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([0-9a-f]+)/) {
65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) {
70 if ($line =~ /RBP: ([0-9a-f]+) R08: ([0-9a-f]+) R09: ([0-9a-f]+)/) {
74 if ($line =~ /R10: ([0-9a-f]+) R11: ([0-9a-f]+) R12: ([0-9a-f]+)/) {
79 if ($line =~ /R13: ([0-9a-f]+) R14: ([0-9a-f]+) R15: ([0-9a-f]+)/) {
97 my ($line, $cntr) = @_;
99 if (length($line) < 4
[all...]
H A Dcleanfile139 while ( defined($line = <FILE>) ) {
141 $in_bytes += length($line);
142 $line =~ s/[ \t\r]*$//; # Remove trailing spaces
143 $line = clean_space_tabs($line);
145 if ( $line eq "\n" ) {
146 push(@blanks, $line);
147 $blank_bytes += length($line);
151 push(@lines, $line);
152 $out_bytes += length($line);
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/include/
H A Ddefs.h89 #define _PADLINE(line) pad ## line
90 #define _XSTR(line) _PADLINE(line)
/linux-master/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line))
33 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode))
/linux-master/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line))
33 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode))
/linux-master/arch/openrisc/mm/
H A Dcache.c22 unsigned long line = paddr & ~(L1_CACHE_BYTES - 1); local
24 while (line < paddr + PAGE_SIZE) {
25 mtspr(reg, line);
26 line += L1_CACHE_BYTES;
/linux-master/drivers/gpu/drm/xe/display/ext/
H A Di915_utils.c21 const char *func, int line)
20 __i915_inject_probe_error(struct drm_i915_private *i915, int err, const char *func, int line) argument
/linux-master/include/linux/platform_data/
H A Dserial-sccnxp.h47 /* Routing control signal 'sig' to line 'line' */
48 #define MCTRL_SIG(sig, line) ((line) << (sig))
76 /* Shift for A0 line */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dgf119.c37 u8 line = (data & 0x0000003f); local
47 nvkm_gpio_set(gpio, 0, func, line, defs);
49 nvkm_mask(device, 0x00d610 + (line * 4), 0xff, unk0);
51 nvkm_mask(device, 0x00d740 + (unk1 * 4), 0xff, line);
56 gf119_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) argument
60 nvkm_mask(device, 0x00d610 + (line * 4), 0x00003000, data);
66 gf119_gpio_sense(struct nvkm_gpio *gpio, int line) argument
69 return !!(nvkm_rd32(device, 0x00d610 + (line * 4)) & 0x00004000);
/linux-master/tools/bootconfig/scripts/
H A Dftrace.sh22 while read line; do
23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
24 file=`echo $line | cut -f1 -d:`
28 while read line; do
29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
30 file=`echo $line | cut -f1 -d:`
44 while read line; do
45 echo 0 > `echo $line | cut -f1 -d:`
83 while read line; do
84 echo "!$line" >> synthetic_event
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_pnp.c437 int ret, line, flags = dev_id->driver_data; local
478 line = serial8250_register_8250_port(&uart);
479 if (line < 0 || (flags & CIR_PORT))
482 port = serial8250_get_port(line);
486 pnp_set_drvdata(dev, (void *)((long)line + 1));
492 long line = (long)pnp_get_drvdata(dev); local
495 if (line)
496 serial8250_unregister_port(line - 1);
501 long line = (long)dev_get_drvdata(dev); local
503 if (!line)
511 long line = (long)dev_get_drvdata(dev); local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-thunderx.c48 unsigned int line; member in struct:thunderx_line
55 struct msix_entry *msix_entries; /* per line MSI-X */
56 struct thunderx_line *line_entries; /* per line irq info */
63 static unsigned int bit_cfg_reg(unsigned int line) argument
65 return 8 * line + GPIO_BIT_CFG;
68 static unsigned int intr_reg(unsigned int line) argument
70 return 8 * line + GPIO_INTR;
74 unsigned int line)
76 u64 bit_cfg = readq(txgpio->register_base + bit_cfg_reg(line));
86 unsigned int line)
73 thunderx_gpio_is_gpio_nowarn(struct thunderx_gpio *txgpio, unsigned int line) argument
85 thunderx_gpio_is_gpio(struct thunderx_gpio *txgpio, unsigned int line) argument
95 thunderx_gpio_request(struct gpio_chip *chip, unsigned int line) argument
102 thunderx_gpio_dir_in(struct gpio_chip *chip, unsigned int line) argument
118 thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, int value) argument
131 thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, int value) argument
156 thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) argument
177 thunderx_gpio_set_config(struct gpio_chip *chip, unsigned int line, unsigned long cfg) argument
257 thunderx_gpio_get(struct gpio_chip *chip, unsigned int line) argument
[all...]

Completed in 181 milliseconds

1234567891011>>