Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 105 of 105) sorted by relevance

/linux-4.4.14/arch/alpha/include/asm/
Dpal.h17 #define __CALL_PAL_R0(NAME, TYPE) \ argument
18 extern inline TYPE NAME(void) \
22 "call_pal %1 # " #NAME \
24 :"i" (PAL_ ## NAME) \
29 #define __CALL_PAL_W1(NAME, TYPE0) \ argument
30 extern inline void NAME(TYPE0 arg0) \
34 "call_pal %1 # "#NAME \
36 : "i"(PAL_ ## NAME), "0"(__r16) \
40 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \ argument
41 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \
[all …]
Dio.h146 #define REMAP1(TYPE, NAME, QUAL) \ argument
147 static inline TYPE generic_##NAME(QUAL void __iomem *addr) \
149 return alpha_mv.mv_##NAME(addr); \
152 #define REMAP2(TYPE, NAME, QUAL) \ argument
153 static inline void generic_##NAME(TYPE b, QUAL void __iomem *addr) \
155 alpha_mv.mv_##NAME(b, addr); \
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.h124 #define NAME(n) [SSPP_ ## n] = #n in pipe2name() macro
125 NAME(VIG0), NAME(VIG1), NAME(VIG2), in pipe2name()
126 NAME(RGB0), NAME(RGB1), NAME(RGB2), in pipe2name()
127 NAME(DMA0), NAME(DMA1), in pipe2name()
128 NAME(VIG3), NAME(RGB3), in pipe2name()
129 #undef NAME in pipe2name()
Dmdp5_plane.c97 #define INSTALL_PROPERTY(name, NAME, init_val, fnc, ...) do { \ in mdp5_plane_install_properties() argument
98 prop = dev_priv->plane_property[PLANE_PROP_##NAME]; \ in mdp5_plane_install_properties()
108 dev_priv->plane_property[PLANE_PROP_##NAME] = prop; \ in mdp5_plane_install_properties()
113 #define INSTALL_RANGE_PROPERTY(name, NAME, min, max, init_val) \ in mdp5_plane_install_properties() argument
114 INSTALL_PROPERTY(name, NAME, init_val, \ in mdp5_plane_install_properties()
117 #define INSTALL_ENUM_PROPERTY(name, NAME, init_val) \ in mdp5_plane_install_properties() argument
118 INSTALL_PROPERTY(name, NAME, init_val, \ in mdp5_plane_install_properties()
142 #define SET_PROPERTY(name, NAME, type) do { \ in mdp5_plane_atomic_set_property() argument
143 if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ in mdp5_plane_atomic_set_property()
170 #define GET_PROPERTY(name, NAME, type) do { \ in mdp5_plane_atomic_get_property() argument
[all …]
/linux-4.4.14/arch/alpha/lib/
Dcallback_srm.S57 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument
58 .align 4; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
59 ldgp $29,0($27); br $25,srm_dispatch; .word CODE, ARG_CNT; .end callback_##NAME
63 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument
64 .align 3; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
65 lda $0,-1($31); ret; .end callback_##NAME
/linux-4.4.14/drivers/mtd/maps/
Dscx200_docflash.c20 #define NAME "scx200_docflash" macro
83 printk(KERN_DEBUG NAME ": NatSemi SCx200 DOCCS Flash Driver\n"); in init_scx200_docflash()
125 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); in init_scx200_docflash()
133 printk(KERN_ERR NAME ": invalid size for flash mapping\n"); in init_scx200_docflash()
138 printk(KERN_ERR NAME ": invalid bus width for flash mapping\n"); in init_scx200_docflash()
146 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); in init_scx200_docflash()
166 printk(KERN_INFO NAME ": DOCCS mapped at %pR, width %d\n", in init_scx200_docflash()
180 printk(KERN_ERR NAME ": failed to ioremap the flash\n"); in init_scx200_docflash()
187 printk(KERN_ERR NAME ": unable to detect flash\n"); in init_scx200_docflash()
194 printk(KERN_WARNING NAME ": warning, flash mapping is smaller than flash size\n"); in init_scx200_docflash()
/linux-4.4.14/arch/s390/net/
Dbpf_jit.S47 #define sk_load_common(NAME, SIZE, LOAD) \ argument
48 ENTRY(sk_load_##NAME); \
50 jl sk_load_##NAME##_slow_neg; \
51 ENTRY(sk_load_##NAME##_pos); \
54 jh sk_load_##NAME##_slow; \
58 sk_load_##NAME##_slow:; \
94 #define sk_negative_common(NAME, SIZE, LOAD) \ argument
95 sk_load_##NAME##_slow_neg:; \
/linux-4.4.14/Documentation/aoe/
Dudev.txt19 SUBSYSTEM=="aoe", KERNEL=="discover", NAME="etherd/%k", GROUP="disk", MODE="0220"
20 SUBSYSTEM=="aoe", KERNEL=="err", NAME="etherd/%k", GROUP="disk", MODE="0440"
21 SUBSYSTEM=="aoe", KERNEL=="interfaces", NAME="etherd/%k", GROUP="disk", MODE="0220"
22 SUBSYSTEM=="aoe", KERNEL=="revalidate", NAME="etherd/%k", GROUP="disk", MODE="0220"
23 SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220"
/linux-4.4.14/tools/testing/selftests/firmware/
Dfw_userhelper.sh65 NAME=$(basename "$FW")
69 echo -n "$NAME" >"$DIR"/trigger_request
82 load_fw "$NAME" "$0"
91 load_fw "$NAME" "$FW"
Dfw_filesystem.sh49 NAME=$(basename "$FW")
52 echo -n "nope-$NAME" >"$DIR"/trigger_request
64 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
/linux-4.4.14/arch/sparc/kernel/
Dsysfs.c18 #define SHOW_MMUSTAT_ULONG(NAME) \ argument
19 static ssize_t show_##NAME(struct device *dev, \
23 return sprintf(buf, "%lu\n", p->NAME); \
25 static DEVICE_ATTR(NAME, 0444, show_##NAME, NULL)
188 #define SHOW_CPUDATA_ULONG_NAME(NAME, MEMBER) \ argument
189 static ssize_t show_##NAME(struct device *dev, \
196 #define SHOW_CPUDATA_UINT_NAME(NAME, MEMBER) \ argument
197 static ssize_t show_##NAME(struct device *dev, \
/linux-4.4.14/scripts/
Dpatch-kernel202 NAME=`grep ^NAME $sourcedir/Makefile`
203 NAME=${NAME##*=}
205 echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} ($NAME)"
/linux-4.4.14/arch/powerpc/kernel/
Dsysfs.c407 #define __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, EXTRA) \ argument
408 static void read_##NAME(void *val) \
412 static void write_##NAME(void *val) \
418 #define __SYSFS_SPRSETUP_SHOW_STORE(NAME) \ argument
419 static ssize_t show_##NAME(struct device *dev, \
425 smp_call_function_single(cpu->dev.id, read_##NAME, &val, 1); \
429 store_##NAME(struct device *dev, struct device_attribute *attr, \
437 smp_call_function_single(cpu->dev.id, write_##NAME, &val, 1); \
441 #define SYSFS_PMCSETUP(NAME, ADDRESS) \ argument
442 __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, ppc_enable_pmcs()) \
[all …]
/linux-4.4.14/tools/perf/tests/
Dbpf-script-test-kbuild.c9 #define SEC(NAME) __attribute__((section(NAME), used)) argument
Dbpf-script-example.c26 #define SEC(NAME) __attribute__((section(NAME), used)) argument
/linux-4.4.14/drivers/gpio/
Dgpio-104-idio-16.c116 const char *const NAME = dev_name(dev); in idio_16_probe() local
122 if (!request_region(BASE, EXTENT, NAME)) { in idio_16_probe()
124 NAME, BASE, BASE + EXTENT); in idio_16_probe()
129 idio16gpio->chip.label = NAME; in idio_16_probe()
/linux-4.4.14/arch/ia64/lib/
Didiv64.S37 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3)) macro
39 GLOBAL_ENTRY(NAME)
80 END(NAME)
Didiv32.S39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3)) macro
41 GLOBAL_ENTRY(NAME)
83 END(NAME)
/linux-4.4.14/drivers/char/
Dnsc_gpio.c20 #define NAME "nsc_gpio" macro
125 printk(KERN_DEBUG NAME " initializing\n"); in nsc_gpio_init()
131 printk(KERN_DEBUG NAME " cleanup\n"); in nsc_gpio_cleanup()
/linux-4.4.14/arch/alpha/kernel/
Dsrm_env.c45 #define NAME "srm_env" /* Module name */ macro
217 printk(KERN_INFO "%s: version %s loaded successfully\n", NAME, in srm_env_init()
231 printk(KERN_INFO "%s: unloaded successfully\n", NAME); in srm_env_exit()
/linux-4.4.14/Documentation/sound/oss/
DCMI833096 (NAME "CMI0001/16777472[0]{CMI8330/C3D Audio Adapter}")
105 (NAME "CMI0001/16777472[1]{CMI8330/C3D Audio Adapter}")
113 (NAME "CMI0001/16777472[2]{CMI8330/C3D Audio Adapter}")
124 (NAME "CMI0001/16777472[3]{CMI8330/C3D Audio Adapter}")
DVIBRA1643 (NAME "CTL00f0/-1[0]{Audio }")
51 (NAME "CTL00f0/-1[1]{Game }")
/linux-4.4.14/Documentation/input/
Damijoy.txt62 NAME rev ADDR type chip Description
116 NAME rev ADDR type chip Description
126 NAME rev ADDR type chip Description
158 NAME rev ADDR type chip Description
163 NAME rev ADDR type chip Description
/linux-4.4.14/drivers/misc/cxl/
Dapi.c251 #define PATCH_FOPS(NAME) if (!fops->NAME) fops->NAME = afu_fops.NAME argument
/linux-4.4.14/Documentation/networking/
Dvrf.txt106 $ ip link add dev NAME type vrf table ID
109 $ ip ru add oif NAME table 10
110 $ ip ru add iif NAME table 10
111 $ ip -6 ru add oif NAME table 10
112 $ ip -6 ru add iif NAME table 10
159 $ ip link set dev NAME master VRF-NAME
172 $ ip link show master VRF-NAME
195 $ ip [-6] neigh show master VRF-NAME
210 $ ip addr show master VRF-NAME
279 $ ip [-6] route get oif VRF-NAME ADDRESS
[all …]
Dpktgen.txt67 * add_device DEVICE@NAME -- adds a single device
Dswitchdev.txt108 NAME="$attr{phys_port_name}"
Darcnet.txt67 REAL NAME" to listserv@tichy.ch.uj.edu.pl. Then, to submit messages to the
/linux-4.4.14/drivers/isdn/capi/
Dcapiutil.c648 #define NAME (pnames[cmsg->par[cmsg->p]]) macro
667 cdb = bufprint(cdb, "%-*s = 0x%x\n", slen, NAME, *(u8 *) (cmsg->m + cmsg->l)); in protocol_message_2_pars()
671 cdb = bufprint(cdb, "%-*s = 0x%x\n", slen, NAME, *(u16 *) (cmsg->m + cmsg->l)); in protocol_message_2_pars()
675 cdb = bufprint(cdb, "%-*s = 0x%lx\n", slen, NAME, *(u32 *) (cmsg->m + cmsg->l)); in protocol_message_2_pars()
679 cdb = bufprint(cdb, "%-*s = ", slen, NAME); in protocol_message_2_pars()
695 cdb = bufprint(cdb, "%-*s = default\n", slen, NAME); in protocol_message_2_pars()
699 char *name = NAME; in protocol_message_2_pars()
/linux-4.4.14/samples/bpf/
Dbpf_helpers.h8 #define SEC(NAME) __attribute__((section(NAME), used)) argument
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DMakefile.PL6 NAME => 'Perf::Trace::Context',
/linux-4.4.14/arch/x86/kernel/cpu/
Dmkcapflags.sh26 NAME="$(echo "$i" | sed 's/ .*//')"
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_ib_sysfs.c237 #define QPN_ATTR_RO(NAME) \ argument
238 struct qpn_attribute qpn_attr_##NAME = __ATTR_RO(NAME)
/linux-4.4.14/tools/perf/Documentation/
Dperf-archive.txt4 NAME
Dperf-evlist.txt4 NAME
Dperf-test.txt4 NAME
Dperf-data.txt4 NAME
Dperf-buildid-list.txt4 NAME
Dperf-help.txt4 NAME
Dperf.txt4 NAME
Dperf-lock.txt4 NAME
Dperf-probe.txt4 NAME
155 [NAME=]LOCALVAR|$retval|%REG|@SYMBOL[:TYPE]
157 'NAME' specifies the name of this argument (optional). You can use the name of local variable, loca…
158 '$vars' and '$params' special arguments are also available for NAME, '$vars' is expanded to the loc…
Dperf-inject.txt4 NAME
Dperf-kmem.txt4 NAME
Dperf-mem.txt4 NAME
Dperf-sched.txt4 NAME
Dperf-buildid-cache.txt4 NAME
Dperf-annotate.txt4 NAME
Dperf-bench.txt4 NAME
Dperf-timechart.txt4 NAME
Dperf-list.txt4 NAME
Dperf-trace.txt4 NAME
Dperf-diff.txt4 NAME
Dperf-kvm.txt4 NAME
Dperf-stat.txt4 NAME
Dperf-script-perl.txt4 NAME
Dperf-top.txt4 NAME
Dperf-script.txt4 NAME
Dperf-report.txt4 NAME
Dperf-record.txt4 NAME
Dperf-script-python.txt4 NAME
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_type.h117 #define FM10K_EIMR_DISABLE(NAME) ((FM10K_EIMR_ ## NAME) << 0) argument
118 #define FM10K_EIMR_ENABLE(NAME) ((FM10K_EIMR_ ## NAME) << 1) argument
/linux-4.4.14/lib/zlib_inflate/
Dinflate.h22 NAME, /* i: waiting for end of file name (gzip) */ enumerator
/linux-4.4.14/drivers/clocksource/
Dscx200_hrt.c25 #define NAME "scx200_hrt" macro
/linux-4.4.14/drivers/i2c/busses/
Di2c-stu300.c22 #define NAME "stu300" macro
890 ret = devm_request_irq(&pdev->dev, dev->irq, stu300_irh, 0, NAME, dev); in stu300_probe()
984 .name = NAME,
1012 MODULE_DESCRIPTION("ST Micro DDC I2C adapter (" NAME ")");
1014 MODULE_ALIAS("platform:" NAME);
/linux-4.4.14/drivers/watchdog/
Dit8712f_wdt.c39 #define NAME "it8712f_wdt" macro
130 if (!request_muxed_region(REG, 2, NAME)) in superio_enter()
/linux-4.4.14/net/core/
Dnet-sysfs.c1131 #define BQL_ATTR(NAME, FIELD) \ argument
1132 static ssize_t bql_show_ ## NAME(struct netdev_queue *queue, \
1139 static ssize_t bql_set_ ## NAME(struct netdev_queue *queue, \
1146 static struct netdev_queue_attribute bql_ ## NAME ## _attribute = \
1147 __ATTR(NAME, S_IRUGO | S_IWUSR, bql_show_ ## NAME, \
1148 bql_set_ ## NAME);
/linux-4.4.14/drivers/input/misc/
Dkxtj9.c29 #define NAME "kxtj9" macro
651 { NAME, 0 },
659 .name = NAME,
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-tb10x.c412 #define DEFPINFUNCGRP(NAME, PORT, MODE, ISGPIO) { \ argument
413 .name = __stringify(NAME), \
414 .pins = NAME##_pins, .pincnt = ARRAY_SIZE(NAME##_pins), \
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-gpio20 /<LINE-NAME> ... for a properly named GPIO line
/linux-4.4.14/Documentation/infiniband/
Duser_mad.txt136 KERNEL=="umad*", NAME="infiniband/%k"
137 KERNEL=="issm*", NAME="infiniband/%k"
Duser_verbs.txt61 KERNEL=="uverbs*", NAME="infiniband/%k"
/linux-4.4.14/Documentation/usb/
Dwusb-cbaf32 set-chid DEVICE HOST-CHID HOST-BANDGROUP HOST-NAME
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped41 USER NAME SPACE" below. */
262 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
274 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
317 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
321 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
327 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
356 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
365 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
372 void free (void *); /* INFRINGES ON USER NAME SPACE */
665 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
[all …]
/linux-4.4.14/fs/proc/
Dbase.c116 #define NOD(NAME, MODE, IOP, FOP, OP) { \ argument
117 .name = (NAME), \
118 .len = sizeof(NAME) - 1, \
125 #define DIR(NAME, MODE, iops, fops) \ argument
126 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )
127 #define LNK(NAME, get_link) \ argument
128 NOD(NAME, (S_IFLNK|S_IRWXUGO), \
131 #define REG(NAME, MODE, fops) \ argument
132 NOD(NAME, (S_IFREG|(MODE)), NULL, &fops, {})
133 #define ONE(NAME, MODE, show) \ argument
[all …]
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt40 NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
Dkprobetrace.txt44 NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
/linux-4.4.14/drivers/platform/x86/
Dcompal-laptop.c382 #define SIMPLE_MASKED_STORE_SHOW(NAME, ADDR, MASK) \ argument
383 static ssize_t NAME##_show(struct device *dev, \
388 static ssize_t NAME##_store(struct device *dev, \
/linux-4.4.14/tools/perf/
Dbuiltin-diff.c1085 #define NAME (data__files_cnt > 2 ? buf : header) in init_header() macro
1087 width = (int) strlen(NAME); in init_header()
1092 dfmt->header_width, NAME); in init_header()
1096 #undef NAME in init_header()
/linux-4.4.14/Documentation/dvb/
Dudev.txt38 KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"
/linux-4.4.14/drivers/net/team/
DKconfig10 "ip link add link [ address MAC ] [ NAME ] type team"
/linux-4.4.14/Documentation/filesystems/
Dubifs.txt99 The UBI volume to mount is specified using "ubiX_Y" or "ubiX:NAME" syntax,
100 where "X" is UBI device number, "Y" is UBI volume number, and "NAME" is
Dafs.txt141 USE NAME
154 USE STT VLID[0] VLID[1] VLID[2] NAME
Dspufs.txt5 NAME
284 NAME
407 NAME
/linux-4.4.14/scripts/package/
Dbuilddeb231 elif [ -n "$NAME" ]; then
232 name=$NAME
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped41 USER NAME SPACE" below. */
253 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
265 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
308 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
312 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
318 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
347 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
356 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
363 void free (void *); /* INFRINGES ON USER NAME SPACE */
640 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
[all …]
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped41 USER NAME SPACE" below. */
231 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
243 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
315 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
319 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
324 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
353 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
361 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
367 void free (void *); /* INFRINGES ON USER NAME SPACE */
765 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
/linux-4.4.14/Documentation/s390/
Dmonreader.txt22 restricted (likely), you also need the NAMESAVE <DCSS NAME> statement.
65 kernel, the kernel parameter "monreader.mondcss=<DCSS NAME>" can be specified
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1702 #define CHECK_PROPERTY(name, NAME) \ in psb_intel_sdvo_set_property() argument
1706 cmd = SDVO_CMD_SET_##NAME; \ in psb_intel_sdvo_set_property()
2294 #define ENHANCEMENT(name, NAME) do { \ argument
2296 if (!psb_intel_sdvo_get_value(psb_intel_sdvo, SDVO_CMD_GET_MAX_##NAME, &data_value, 4) || \
2297 !psb_intel_sdvo_get_value(psb_intel_sdvo, SDVO_CMD_GET_##NAME, &response, 2)) \
/linux-4.4.14/Documentation/scsi/
DChangeLog.arcmsr4 ** REV# DATE NAME DESCRIPTION
Dhptiop.txt170 NAME R/W Description
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sdvo.c2072 #define CHECK_PROPERTY(name, NAME) \ in intel_sdvo_set_property() argument
2076 cmd = SDVO_CMD_SET_##NAME; \ in intel_sdvo_set_property()
2728 #define ENHANCEMENT(name, NAME) do { \ argument
2730 if (!intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_MAX_##NAME, &data_value, 4) || \
2731 !intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_##NAME, &response, 2)) \
/linux-4.4.14/sound/parisc/
Dharmony.c83 #define NAME "harmony" macro
84 #define PFX NAME ": "
/linux-4.4.14/drivers/net/
DKconfig130 "ip link add link <real dev> [ address MAC ] [ NAME ] type macvlan"
162 "ip link add link <main-dev> [ NAME ] type ipvlan"
/linux-4.4.14/Documentation/frv/
Dfeatures.txt253 NAME MEANING
/linux-4.4.14/Documentation/
Demail-clients.txt212 set realname = "YOUR NAME"
Dunshare.txt118 NAME
Ddevices.txt1158 NAMING CONFLICT -- PROPOSED REVISED NAME /dev/rpda0 etc
/linux-4.4.14/drivers/mtd/
DKconfig97 <name> := (NAME)
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s211 // mthd 0 and 0x100 [NAME, NOP]: ignore
/linux-4.4.14/include/linux/
Dfs.h1959 #define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME) argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc73 // mthd 0x0000, NAME
/linux-4.4.14/
DMakefile5 NAME = Blurry Fish Butt macro
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c175 #define _R(NAME,TD,FW,SZ,B) { \ argument
176 .name = NAME, \
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1552 Copyright (c) YEAR YOUR NAME.