Home
last modified time | relevance | path

Searched +full:line +full:- +full:name (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/Linux-v5.15/arch/arm/boot/dts/
Dnuvoton-npcm750-runbmc-olympus.dts1 // SPDX-License-Identifier: GPL-2.0
5 /dts-v1/;
6 #include "nuvoton-npcm750.dtsi"
7 #include "nuvoton-npcm750-runbmc-olympus-pincfg.dtsi"
9 #include <dt-bindings/i2c/i2c.h>
10 #include <dt-bindings/gpio/gpio.h>
43 stdout-path = &serial3;
50 iio-hwmon {
51 compatible = "iio-hwmon";
52 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>,
[all …]
Daspeed-bmc-lenovo-hr855xg2.dts1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (C) 2019-present Lenovo
8 /dts-v1/;
10 #include "aspeed-g5.dtsi"
11 #include <dt-bindings/gpio/aspeed-gpio.h>
15 compatible = "lenovo,hr855xg2-bmc", "aspeed,ast2500";
29 stdout-path = &uart5;
38 reserved-memory {
39 #address-cells = <1>;
40 #size-cells = <1>;
[all …]
Daspeed-bmc-opp-palmetto.dts1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
4 #include "aspeed-g4.dtsi"
5 #include <dt-bindings/gpio/aspeed-gpio.h>
9 compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
12 stdout-path = &uart5;
20 reserved-memory {
21 #address-cells = <1>;
22 #size-cells = <1>;
26 no-map;
[all …]
Daspeed-bmc-lenovo-hr630.dts1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (C) 2019-present Lenovo
8 /dts-v1/;
10 #include "aspeed-g5.dtsi"
11 #include <dt-bindings/gpio/aspeed-gpio.h>
15 compatible = "lenovo,hr630-bmc", "aspeed,ast2500";
29 stdout-path = &uart5;
38 reserved-memory {
39 #address-cells = <1>;
40 #size-cells = <1>;
[all …]
/Linux-v5.15/usr/
Dgen_init_cpio.c1 // SPDX-License-Identifier: GPL-2.0
30 int (*handler)(const char *line);
33 static void push_string(const char *name) in push_string() argument
35 unsigned int name_len = strlen(name) + 1; in push_string()
37 fputs(name, stdout); in push_string()
50 static void push_rest(const char *name) in push_rest() argument
52 unsigned int name_len = strlen(name) + 1; in push_rest()
55 fputs(name, stdout); in push_rest()
76 const char name[] = "TRAILER!!!"; in cpio_trailer() local
92 (unsigned)strlen(name)+1, /* namesize */ in cpio_trailer()
[all …]
/Linux-v5.15/include/uapi/linux/
Dgpio.h1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
3 * <linux/gpio.h> - userspace ABI for the GPIO character devices
19 * The maximum size of name and label arrays.
21 * Must be a multiple of 8 to ensure 32/64-bit alignment of structs.
26 * struct gpiochip_info - Information about a certain GPIO chip
27 * @name: the Linux kernel name of this GPIO chip
28 * @label: a functional name for this GPIO chip, such as a product
33 char name[GPIO_MAX_NAME_SIZE]; member
41 * Must be no greater than 64, as bitmaps are restricted here to 64-bits
42 * for simplicity, and a multiple of 2 to ensure 32/64-bit alignment of
[all …]
/Linux-v5.15/tools/perf/util/
Ddwarf-aux.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * dwarf-aux.c : libdw auxiliary interfaces
11 #include "dwarf-aux.h"
16 * cu_find_realpath - Find the realpath of the target file
47 * cu_get_comp_dir - Get the path of compilation directory
62 /* Unlike dwarf_getsrc_die(), cu_getsrc_die() only returns statement line */
67 Dwarf_Line *line; in cu_getsrc_die() local
76 l = 0; u = nlines - 1; in cu_getsrc_die()
78 n = u - (u - l) / 2; in cu_getsrc_die()
79 line = dwarf_onesrcline(lines, n); in cu_getsrc_die()
[all …]
Dprobe-event.h1 /* SPDX-License-Identifier: GPL-2.0 */
29 /* kprobe-tracer and uprobe-tracer tracing point */
31 char *realname; /* function real name (if needed) */
33 char *module; /* Module name */
40 /* probe-tracer tracing argument referencing offset */
44 bool user_access; /* User-memory access */
47 /* kprobe-tracer and uprobe-tracer tracing argument */
49 char *name; /* Argument name */ member
51 char *type; /* Type name */
55 /* kprobe-tracer and uprobe-tracer tracing event (point + arg) */
[all …]
/Linux-v5.15/Documentation/arm/samsung/
Dclksrc-change-registers.awk1 #!/usr/bin/awk -f
3 # Copyright 2010 Ben Dooks <ben-linux@fluff.org>
8 # ./clksrc-change-registers.awk arch/arm/plat-s5pc1xx/include/plat/regs-clock.h < src > dst
14 return substr(s, eqat+2, (comat-eqat)-2)
19 return substr(b, 2, length(b)-2)
69 while (getline line < ARGV[1] > 0) {
70 if (line ~ /\#define.*_MASK/ &&
71 !(line ~ /USB_SIG_MASK/)) {
72 splitdefine(line, fields)
73 name = fields[0]
[all …]
/Linux-v5.15/arch/arm64/boot/dts/mediatek/
Dpumpkin-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
7 #include <dt-bindings/gpio/gpio.h>
16 stdout-path = "serial0:921600n8";
21 compatible = "linaro,optee-tz";
26 gpio-keys {
27 compatible = "gpio-keys";
28 input-name = "gpio-keys";
29 pinctrl-names = "default";
30 pinctrl-0 = <&gpio_keys_default>;
32 volume-up {
[all …]
/Linux-v5.15/Documentation/firmware-guide/acpi/
Dgpio-properties.rst1 .. SPDX-License-Identifier: GPL-2.0
13 With _DSD we can now query GPIOs using a name instead of an integer
19 Name (_HID, ...)
21 Name (_CRS, ResourceTemplate ()
29 Name (_DSD, Package ()
31 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
34 Package () {"reset-gpios", Package() {^BTH, 1, 1, 0 }},
35 Package () {"shutdown-gpios", Package() {^BTH, 0, 0, 0 }},
42 Package () { "name", Package () { ref, index, pin, active_low }}
61 In our Bluetooth example the "reset-gpios" refers to the second GpioIo()
[all …]
/Linux-v5.15/scripts/
Ddecode_stacktrace.sh2 # SPDX-License-Identifier: GPL-2.0
4 #set -x
8 echo " $0 -r <release> | <vmlinux> [<base path>|auto] [<modules path>]"
11 if [[ $1 == "-r" ]] ; then
17 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux …
18 if [ -e "$fn" ] ; then
31 basepath=${2-auto}
36 # Can we use debuginfod-find?
37 if type debuginfod-find >/dev/null 2>&1 ; then
38 debuginfod=${1-only}
[all …]
Dget_maintainer.pl2 # SPDX-License-Identifier: GPL-2.0
11 # perl scripts/get_maintainer.pl [OPTIONS] -f <file>
43 my $email_git_since = "1-year-ago";
44 my $email_hg_since = "-365";
83 push(@penguin_chief, "Linus Torvalds:torvalds\@linux-foundation.org");
84 #Andrew wants in on most everything - 2009/01/14
85 #push(@penguin_chief, "Andrew Morton:akpm\@linux-foundation.org");
101 push(@signature_tags, "Signed-off-by:");
102 push(@signature_tags, "Reviewed-by:");
103 push(@signature_tags, "Acked-by:");
[all …]
Dcleanfile2 # SPDX-License-Identifier: GPL-2.0
4 # Clean a text file -- or directory of text files -- of stealth whitespace.
15 # Clean up space-tab sequences, either by removing spaces or
31 my $ntab = ($npos >> 3) - ($pos >> 3);
80 $name = basename($0);
85 if ($a =~ /^-/) {
86 if ($a eq '-width' || $a eq '-w') {
89 print STDERR "Usage: $name [-width #] files...\n";
98 print STDERR "$name: $f\n";
100 if (! -f $f) {
[all …]
Dcleanpatch2 # SPDX-License-Identifier: GPL-2.0
4 # Clean a patch file -- or directory of patch files -- of stealth whitespace.
15 # Clean up space-tab sequences, either by removing spaces or
31 my $ntab = ($npos >> 3) - ($pos >> 3);
80 $name = basename($0);
85 if ($a =~ /^-/) {
86 if ($a eq '-width' || $a eq '-w') {
89 print STDERR "Usage: $name [-width #] files...\n";
98 print STDERR "$name: $f\n";
100 if (! -f $f) {
[all …]
/Linux-v5.15/Documentation/sphinx/
Dmaintainers_include.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8; mode: python -*-
7 maintainers-include
10 Implementation of the ``maintainers-include`` reST-directive.
15 The ``maintainers-include`` reST-directive performs extensive parsing
32 app.add_directive("maintainers-include", MaintainersInclude)
40 u"""MaintainersInclude (``maintainers-include``) directive"""
44 """Parse all the MAINTAINERS lines into ReST for human-readability"""
55 # Field letter to field name mapping.
63 for line in open(path):
[all …]
/Linux-v5.15/drivers/gpio/
Dgpio-ts5500.c1 // SPDX-License-Identifier: GPL-2.0
3 * Digital I/O driver for Technologic Systems TS-5500
5 * Copyright (c) 2012 Savoir-faire Linux Inc.
10 * In that sense, the support is not limited to the TS-5500 blocks.
13 * TS-5500:
14 * Documentation: http://wiki.embeddedarm.com/wiki/TS-5500
17 * TS-5600:
18 * Documentation: http://wiki.embeddedarm.com/wiki/TS-5600
19 * Blocks: LCD port (identical to TS-5500 LCD).
102 * TS-5500 DIO1 block
[all …]
/Linux-v5.15/tools/usb/usbip/libsrc/
Dnames.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * names.c -- USB name database manipulation routines
8 * - names_deinit() is added.
28 char name[1]; member
34 char name[1]; member
40 char name[1]; member
46 char name[1]; member
52 char name[1]; member
58 char name[1]; member
73 return num & (HASHSZ-1); in hashnum()
[all …]
/Linux-v5.15/tools/testing/kunit/
Dkunit_parser.py1 # SPDX-License-Identifier: GPL-2.0
20 def __init__(self) -> None:
22 self.name = ''
25 def __str__(self) -> str:
26 return 'TestSuite(' + str(self.status) + ',' + self.name + ',' + str(self.cases) + ')'
28 def __repr__(self) -> str:
32 def __init__(self) -> None:
34 self.name = ''
37 def __str__(self) -> str:
38 return 'TestCase(' + str(self.status) + ',' + self.name + ',' + str(self.log) + ')'
[all …]
/Linux-v5.15/tools/perf/Documentation/
Dperf-probe.txt1 perf-probe(1)
4 NAME
5 ----
6 perf-probe - Define new dynamic tracepoints
9 --------
11 'perf probe' [options] --add='PROBE' [...]
15 'perf probe' [options] --del='[GROUP:]EVENT' [...]
17 'perf probe' --list[=[GROUP:]EVENT]
19 'perf probe' [options] --line='LINE'
21 'perf probe' [options] --vars='PROBEPOINT'
[all …]
/Linux-v5.15/arch/um/drivers/
Dline.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
22 struct line *line = chan->line; in line_interrupt() local
24 if (line) in line_interrupt()
25 chan_interrupt(line, irq); in line_interrupt()
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) in write_room() argument
39 if (line->buffer == NULL) in write_room()
40 return LINE_BUFSIZE - 1; in write_room()
[all …]
/Linux-v5.15/scripts/kconfig/
Dconf.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
45 static char line[PATH_MAX]; variable
70 p = str + l - 1; in strip()
72 *p-- = 0; in strip()
124 * and if no then no-one. in randomize_choice_values()
127 if (csym->curr.tri != yes) in randomize_choice_values()
134 expr_list_for_each_sym(prop->expr, e, sym) in randomize_choice_values()
144 expr_list_for_each_sym(prop->expr, e, sym) { in randomize_choice_values()
146 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
[all …]
/Linux-v5.15/Documentation/admin-guide/
Ddynamic-debug-howto.rst14 enabled per-callsite.
18 debug and add ``ccflags := -DDYNAMIC_DEBUG_MODULE`` into the Makefile of any
33 - source filename
34 - function name
35 - line number (including ranges of line numbers)
36 - module name
37 - format string
51 printing from source file ``svcsock.c``, line 1603 you simply do::
53 nullarbor:~ # echo 'file svcsock.c line 1603 +p' >
60 -bash: echo: write error: Invalid argument
[all …]
/Linux-v5.15/drivers/crypto/vmx/
Dppc-xlate.pl2 # SPDX-License-Identifier: GPL-2.0
18 my $name = shift;
19 my $global = \$GLOBALS{$name};
22 $name =~ s|^[\.\_]||;
25 /aix/ && do { $name = ".$name";
28 /osx/ && do { $name = "_$name";
32 && do { $ret = "_GLOBAL($name)";
37 $ret = ".globl $name\nalign 5\n$name:" if (!$ret);
38 $$global = $name;
51 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any");
[all …]
/Linux-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_trace_event.h1 /* SPDX-License-Identifier: GPL-2.0 */
28 TP_PROTO(const char *name, int uptr_size, int counter, int sys_size,
32 TP_ARGS(name, uptr_size, counter, sys_size, sys_res_size, cam_sys_use,
36 __array(char, name, 24)
47 strscpy(__entry->name, name, 24);
48 __entry->uptr_size = uptr_size;
49 __entry->counter = counter;
50 __entry->sys_size = sys_size;
51 __entry->sys_res_size = sys_res_size;
52 __entry->cam_res_use = cam_res_use;
[all …]

12345678910>>...44