Searched refs:NAME (Results 1 - 118 of 118) sorted by relevance

/linux-4.1.27/arch/alpha/include/asm/
H A Dpal.h17 #define __CALL_PAL_R0(NAME, TYPE) \
18 extern inline TYPE NAME(void) \
22 "call_pal %1 # " #NAME \
24 :"i" (PAL_ ## NAME) \
29 #define __CALL_PAL_W1(NAME, TYPE0) \
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) \
41 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \
46 "call_pal %2 # "#NAME \
48 : "i"(PAL_ ## NAME), "0"(__r16), "1"(__r17) \
52 #define __CALL_PAL_RW1(NAME, RTYPE, TYPE0) \
53 extern inline RTYPE NAME(TYPE0 arg0) \
58 "call_pal %2 # "#NAME \
60 : "i"(PAL_ ## NAME), "0"(__r16) \
65 #define __CALL_PAL_RW2(NAME, RTYPE, TYPE0, TYPE1) \
66 extern inline RTYPE NAME(TYPE0 arg0, TYPE1 arg1) \
72 "call_pal %3 # "#NAME \
74 : "i"(PAL_ ## NAME), "0"(__r16), "1"(__r17) \
H A Dio.h146 #define REMAP1(TYPE, NAME, QUAL) \
147 static inline TYPE generic_##NAME(QUAL void __iomem *addr) \
149 return alpha_mv.mv_##NAME(addr); \
152 #define REMAP2(TYPE, NAME, QUAL) \
153 static inline void generic_##NAME(TYPE b, QUAL void __iomem *addr) \
155 alpha_mv.mv_##NAME(b, addr); \
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dmkcapflags.sh26 NAME="$(echo "$i" | sed 's/ .*//')"
30 [ -z "$VALUE" ] && VALUE="\"$NAME\""
39 TABCOUNT=$(( ( 6*8 - ($T + 1) - $(echo "$NAME" | wc -c) ) / 8 ))
40 printf "\t[%s - %s]%.*s = %s,\n" "$PFX$NAME" "$POSTFIX" "$TABCOUNT" "$TABS" "$VALUE"
42 TABCOUNT=$(( ( 5*8 - ($PFX_SZ + 1) - $(echo "$NAME" | wc -c) ) / 8 ))
43 printf "\t[%s]%.*s = %s,\n" "$PFX$NAME" "$TABCOUNT" "$TABS" "$VALUE"
/linux-4.1.27/arch/alpha/lib/
H A Dcallback_srm.S57 #define CALLBACK(NAME, CODE, ARG_CNT) \
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) \
64 .align 3; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
65 lda $0,-1($31); ret; .end callback_##NAME
/linux-4.1.27/arch/s390/net/
H A Dbpf_jit.S47 #define sk_load_common(NAME, SIZE, LOAD) \
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) \
95 sk_load_##NAME##_slow_neg:; \
/linux-4.1.27/drivers/mtd/maps/
H A Dscx200_docflash.c20 #define NAME "scx200_docflash" macro
83 printk(KERN_DEBUG NAME ": NatSemi SCx200 DOCCS Flash Driver\n"); init_scx200_docflash()
125 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); init_scx200_docflash()
133 printk(KERN_ERR NAME ": invalid size for flash mapping\n"); init_scx200_docflash()
138 printk(KERN_ERR NAME ": invalid bus width for flash mapping\n"); init_scx200_docflash()
146 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); init_scx200_docflash()
166 printk(KERN_INFO NAME ": DOCCS mapped at %pR, width %d\n", init_scx200_docflash()
180 printk(KERN_ERR NAME ": failed to ioremap the flash\n"); init_scx200_docflash()
187 printk(KERN_ERR NAME ": unable to detect flash\n"); init_scx200_docflash()
194 printk(KERN_WARNING NAME ": warning, flash mapping is smaller than flash size\n"); init_scx200_docflash()
/linux-4.1.27/tools/testing/selftests/firmware/
H A Dfw_userhelper.sh55 NAME=$(basename "$FW")
59 echo -n "$NAME" >"$DIR"/trigger_request
72 load_fw "$NAME" "$0"
81 load_fw "$NAME" "$FW"
H A Dfw_filesystem.sh36 NAME=$(basename "$FW")
39 echo -n "nope-$NAME" >"$DIR"/trigger_request
49 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_kms.h128 #define NAME(n) [SSPP_ ## n] = #n pipe2name() macro
129 NAME(VIG0), NAME(VIG1), NAME(VIG2), pipe2name()
130 NAME(RGB0), NAME(RGB1), NAME(RGB2), pipe2name()
131 NAME(DMA0), NAME(DMA1), pipe2name()
132 NAME(VIG3), NAME(RGB3), pipe2name()
133 #undef NAME pipe2name() macro
/linux-4.1.27/arch/ia64/kernel/
H A Dparavirt_patchlist.c59 #define CASE(NAME, name) \ paravirt_get_gate_patchlist()
60 case PV_GATE_START_##NAME: \ paravirt_get_gate_patchlist()
62 case PV_GATE_END_##NAME: \ paravirt_get_gate_patchlist()
/linux-4.1.27/arch/ia64/lib/
H A Didiv32.S39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3)) define
41 GLOBAL_ENTRY(NAME)
83 END(NAME)
H A Didiv64.S37 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3)) define
39 GLOBAL_ENTRY(NAME)
80 END(NAME)
/linux-4.1.27/arch/sparc/kernel/
H A Dsysfs.c18 #define SHOW_MMUSTAT_ULONG(NAME) \
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) \
189 static ssize_t show_##NAME(struct device *dev, \
196 #define SHOW_CPUDATA_UINT_NAME(NAME, MEMBER) \
197 static ssize_t show_##NAME(struct device *dev, \
/linux-4.1.27/samples/bpf/
H A Dbpf_helpers.h8 #define SEC(NAME) __attribute__((section(NAME), used))
/linux-4.1.27/drivers/char/
H A Dnsc_gpio.c20 #define NAME "nsc_gpio" macro
125 printk(KERN_DEBUG NAME " initializing\n"); nsc_gpio_init()
131 printk(KERN_DEBUG NAME " cleanup\n"); nsc_gpio_cleanup()
H A Dds1302.c3 *! FILE NAME : ds1302.c
/linux-4.1.27/fs/jfs/
H A Djfs_unicode.c27 * NAME: jfs_strfromUCS()
77 * NAME: jfs_strtoUCS()
110 * NAME: get_UCSname()
H A Djfs_discard.c31 * NAME: jfs_issue_discard()
67 * NAME: jfs_ioc_trim()
H A Djfs_extent.c64 * NAME: extAlloc()
196 * NAME: extRealloc()
350 * NAME: extHint()
411 * NAME: extRecord()
442 * NAME: extFill()
478 * NAME: extBalloc()
569 * NAME: extBrealloc()
625 * NAME: extRoundDown()
H A Djfs_dmap.c150 * NAME: dbMount()
227 * NAME: dbUnmount()
314 * NAME: dbFree()
403 * NAME: dbUpdatePMap()
580 * NAME: dbNextAG()
663 * NAME: dbAlloc()
879 * NAME: dbAllocExact()
946 * NAME: dbReAlloc()
1004 * NAME: dbExtend()
1107 * NAME: dbAllocNext()
1230 * NAME: dbAllocNear()
1312 * NAME: dbAllocAG()
1539 * NAME: dbAllocAny()
1590 * NAME: dbDiscardAG()
1700 * NAME: dbFindCtl()
1801 * NAME: dbAllocCtl()
1971 * NAME: dbAllocDmapLev()
2034 * NAME: dbAllocDmap()
2090 * NAME: dbFreeDmap()
2156 * NAME: dbAllocBits()
2303 * NAME: dbFreeBits()
2467 * NAME: dbAdjCtl()
2643 * NAME: dbSplit()
2699 * NAME: dbBackSplit()
2791 * NAME: dbJoin()
2884 * NAME: dbAdjTree()
2951 * NAME: dbFindLeaf()
3015 * NAME: dbFindBits()
3062 * NAME: dbMaxBud(u8 *cp)
3099 * NAME: cnttz(uint word)
3124 * NAME: cntlz(u32 value)
3148 * NAME: blkstol2(s64 nb)
3191 * NAME: dbAllocBottomUp()
3368 * NAME: dbExtendFS()
3731 * NAME: dbInitDmap()/ujfs_idmap_page()
3836 * NAME: dbInitDmapTree()/ujfs_complete_dmap()
3877 * NAME: dbInitTree()/ujfs_adjtree()
3995 * NAME: dbGetL2AGSize()/ujfs_getagl2size()
4030 * NAME: dbMapFileSizeToMapSize()
H A Djfs_logmgr.c227 * NAME: lmLog()
346 * NAME: lmWriteRecord()
563 * NAME: lmNextPage()
665 * NAME: lmGroupCommit()
746 * NAME: lmGCwrite()
812 * NAME: lmPostGC()
926 * NAME: lmLogSync()
1052 * NAME: jfs_syncpt
1067 * NAME: lmLogOpen()
1245 * NAME: lmLogInit()
1447 * NAME: lmLogClose()
1523 * NAME: jfs_flush_journal()
1641 * NAME: lmLogShutdown()
1717 * NAME: lmLogFileSystem()
1959 * NAME: lbmRedrive
2130 * NAME: lbmStartIO()
2369 * NAME: lmLogFormat()/jfs_logform()
H A Djfs_inode.c67 * NAME: ialloc()
H A Dnamei.c44 * NAME: free_ea_wmap(inode)
62 * NAME: jfs_create(dip, dentry, mode)
194 * NAME: jfs_mkdir(dip, dentry, mode)
327 * NAME: jfs_rmdir(dip, dentry)
452 * NAME: jfs_unlink(dip, dentry)
603 * NAME: commitZeroLink()
683 * NAME: jfs_free_zero_link()
766 * NAME: jfs_link(vp, dvp, name, crp)
856 * NAME: jfs_symlink(dip, dentry, name)
1059 * NAME: jfs_rename
1336 * NAME: jfs_mknod
H A Djfs_umount.c40 * NAME: jfs_umount(vfsp, flags, crp)
H A Djfs_imap.c91 * NAME: diMount()
178 * NAME: diUnmount()
272 * NAME: diRead()
408 * NAME: diReadSpecial()
506 * NAME: diWriteSpecial()
558 * NAME: diFreeSpecial()
576 * NAME: diWrite()
826 * NAME: diFree(ip)
1326 * NAME: diAlloc(pip,dir,ip)
1620 * NAME: diAllocAG(imap,agno,dir,ip)
1696 * NAME: diAllocAny(imap,agno,dir,iap)
1759 * NAME: diAllocIno(imap,agno,ip)
1876 * NAME: diAllocExt(imap,agno,ip)
1995 * NAME: diAllocBit(imap,iagp,ino)
2128 * NAME: diNewExt(imap,iagp,extno)
2413 * NAME: diNewIAG(imap,iagnop,agno)
2655 * NAME: diIAGRead()
2693 * NAME: diFindFree()
2720 * NAME: diUpdatePMap()
3038 * NAME: copy_from_dinode()
3126 * NAME: copy_to_dinode()
H A Dxattr.c137 * NAME: ea_write_inline
198 * NAME: ea_write
322 * NAME: ea_read_inline
354 * NAME: ea_read
425 * NAME: ea_get
H A Djfs_mount.c69 * NAME: jfs_mount(sb)
234 * NAME: jfs_mount_rw(sb, remount)
H A Djfs_txnmgr.c230 * NAME: txInit()
336 * NAME: txExit()
349 * NAME: txBegin()
450 * NAME: txBeginAnon()
864 * NAME: txRelease()
903 * NAME: txUnlock()
1104 * NAME: txCommit()
1371 * NAME: txLog()
H A Djfs_dtree.c2440 * NAME: dtRelocate()
2632 * NAME: dtSearchNode()
4504 * NAME: dtModify
H A Djfs_xtree.c2548 * NAME: xtRelocate()
/linux-4.1.27/arch/powerpc/xmon/
H A Dansidecl.h36 Defines function NAME.
48 Defines a function NAME, which takes no arguments.
54 In ANSI C it is `NAME PROTOTYPE' (so PROTOTYPE should be enclosed in
55 parentheses). In traditional C it is `NAME()'.
H A Dppc-opc.c1925 NAME OPCODE MASK FLAGS { OPERANDS }
1927 NAME is the name of the instruction.
/linux-4.1.27/arch/powerpc/kernel/
H A Dsysfs.c407 #define __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, EXTRA) \
408 static void read_##NAME(void *val) \
412 static void write_##NAME(void *val) \
418 #define __SYSFS_SPRSETUP_SHOW_STORE(NAME) \
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) \
442 __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, ppc_enable_pmcs()) \
443 __SYSFS_SPRSETUP_SHOW_STORE(NAME)
444 #define SYSFS_SPRSETUP(NAME, ADDRESS) \
445 __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, ) \
446 __SYSFS_SPRSETUP_SHOW_STORE(NAME)
448 #define SYSFS_SPRSETUP_SHOW_STORE(NAME) \
449 __SYSFS_SPRSETUP_SHOW_STORE(NAME)
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm27 =head1 NAME
H A DUtil.pm66 =head1 NAME
H A DCore.pm164 =head1 NAME
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Di2c.c3 *! FILE NAME : i2c.c
229 *# FUNCTION NAME: i2c_getack
318 *# FUNCTION NAME: I2C::sendAck
354 *# FUNCTION NAME: i2c_sendnack
385 *# FUNCTION NAME: i2c_write
441 *# FUNCTION NAME: i2c_read
500 *# FUNCTION NAME: i2c_writereg
561 *# FUNCTION NAME: i2c_readreg
/linux-4.1.27/arch/alpha/kernel/
H A Dsrm_env.c45 #define NAME "srm_env" /* Module name */ macro
217 printk(KERN_INFO "%s: version %s loaded successfully\n", NAME, srm_env_init()
231 printk(KERN_INFO "%s: unloaded successfully\n", NAME); srm_env_exit()
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.h22 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon14047
55 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
56 NAME -> COMMENT -> HCRC -> TYPE
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Di2c.c3 *! FILE NAME : i2c.c
260 *# FUNCTION NAME: i2c_getack
344 *# FUNCTION NAME: I2C::sendAck
380 *# FUNCTION NAME: i2c_sendnack
411 *# FUNCTION NAME: i2c_writereg
481 *# FUNCTION NAME: i2c_readreg
H A Deeprom.c14 *! DATE NAME CHANGES
/linux-4.1.27/scripts/
H A Dpatch-kernel202 NAME=`grep ^NAME $sourcedir/Makefile`
203 NAME=${NAME##*=}
205 echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} ($NAME)"
H A Dkernel-doc1333 print ".SH NAME\n";
1384 print ".SH NAME\n";
1424 print ".SH NAME\n";
1479 print ".SH NAME\n";
H A Danalyze_suspend.py2900 print(' NAME ID DESCRIPTION SPEED A S P E R U D rACTIVE rSUSPEN ACTIVE CONNECT')
/linux-4.1.27/include/linux/
H A Delfnote.h18 * All notes from a given NAME are put into a section named
19 * .note.NAME. When the kernel image is finally linked, all the notes
H A Dfs.h1934 #define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME)
/linux-4.1.27/drivers/clocksource/
H A Dscx200_hrt.c25 #define NAME "scx200_hrt" macro
/linux-4.1.27/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c222 #define QPN_ATTR_RO(NAME) \
223 struct qpn_attribute qpn_attr_##NAME = __ATTR_RO(NAME)
/linux-4.1.27/drivers/isdn/capi/
H A 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)); protocol_message_2_pars()
671 cdb = bufprint(cdb, "%-*s = 0x%x\n", slen, NAME, *(u16 *) (cmsg->m + cmsg->l)); protocol_message_2_pars()
675 cdb = bufprint(cdb, "%-*s = 0x%lx\n", slen, NAME, *(u32 *) (cmsg->m + cmsg->l)); protocol_message_2_pars()
679 cdb = bufprint(cdb, "%-*s = ", slen, NAME); protocol_message_2_pars()
695 cdb = bufprint(cdb, "%-*s = default\n", slen, NAME); protocol_message_2_pars()
699 char *name = NAME; protocol_message_2_pars()
/linux-4.1.27/arch/cris/include/asm/
H A Deshlibld.h3 *! FILE NAME : eshlibld.h
/linux-4.1.27/arch/m68k/include/asm/
H A Dmachines.h62 /* Sun4c machines Full Name - PROM NAME */
/linux-4.1.27/net/atm/
H A Datm_sysfs.c127 if (add_uevent_var(env, "NAME=%s%d", adev->type, adev->number)) atm_uevent()
/linux-4.1.27/net/core/
H A Dnet-sysfs.c1114 #define BQL_ATTR(NAME, FIELD) \
1115 static ssize_t bql_show_ ## NAME(struct netdev_queue *queue, \
1122 static ssize_t bql_set_ ## NAME(struct netdev_queue *queue, \
1129 static struct netdev_queue_attribute bql_ ## NAME ## _attribute = \
1130 __ATTR(NAME, S_IRUGO | S_IWUSR, bql_show_ ## NAME, \
1131 bql_set_ ## NAME);
/linux-4.1.27/drivers/target/
H A Dtarget_core_fabric_lib.c241 * The null-terminated, null-padded (see 4.4.2) ISCSI NAME field iscsi_get_pr_transport_id()
243 * RFC 3720). The first ISCSI NAME field byte containing an ASCII iscsi_get_pr_transport_id()
244 * null character terminates the ISCSI NAME field without regard for iscsi_get_pr_transport_id()
H A Dtarget_core_spc.c395 * NAME STRING field contains a UTF-8 format string. spc_emulate_evpd_83()
396 * The number of bytes in the SCSI NAME STRING field spc_emulate_evpd_83()
435 * NAME STRING field contains a UTF-8 format string. spc_emulate_evpd_83()
436 * The number of bytes in the SCSI NAME STRING field spc_emulate_evpd_83()
/linux-4.1.27/drivers/input/misc/
H A Dkxtj9.c29 #define NAME "kxtj9" macro
652 { NAME, 0 },
660 .name = NAME,
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_type.h117 #define FM10K_EIMR_DISABLE(NAME) ((FM10K_EIMR_ ## NAME) << 0)
118 #define FM10K_EIMR_ENABLE(NAME) ((FM10K_EIMR_ ## NAME) << 1)
/linux-4.1.27/drivers/message/fusion/lsi/
H A Dmpi_log_fc.h4 * NAME: fc_log.h
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.h49 * #define <NAME>_M BITFIELD_MASK(3)
50 * #define <NAME>_S 4
53 * field = GFIELD(regval, <NAME>);
54 * regval = SFIELD(regval, <NAME>, 1);
/linux-4.1.27/arch/mips/ar7/
H A Dprom.c108 Example: NAME=VALUE
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-tb10x.c412 #define DEFPINFUNCGRP(NAME, PORT, MODE, ISGPIO) { \
413 .name = __stringify(NAME), \
414 .pins = NAME##_pins, .pincnt = ARRAY_SIZE(NAME##_pins), \
/linux-4.1.27/samples/seccomp/
H A Dbpf-direct.c172 payload("OHAI! WHAT IS YOUR NAME? ")); main()
/linux-4.1.27/tools/testing/fault-injection/
H A Dfailcmd.sh3 # NAME
/linux-4.1.27/drivers/mtd/
H A Dcmdlinepart.c33 * <name> := '(' NAME ')'
34 * NAME will appear in /proc/mtd
/linux-4.1.27/drivers/watchdog/
H A Dit8712f_wdt.c39 #define NAME "it8712f_wdt" macro
130 if (!request_muxed_region(REG, 2, NAME)) superio_enter()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-stu300.c22 #define NAME "stu300" macro
890 ret = devm_request_irq(&pdev->dev, dev->irq, stu300_irh, 0, NAME, dev); stu300_probe()
983 .name = NAME,
1011 MODULE_DESCRIPTION("ST Micro DDC I2C adapter (" NAME ")");
1013 MODULE_ALIAS("platform:" NAME);
/linux-4.1.27/drivers/platform/x86/
H A Dcompal-laptop.c380 #define SIMPLE_MASKED_STORE_SHOW(NAME, ADDR, MASK) \
381 static ssize_t NAME##_show(struct device *dev, \
386 static ssize_t NAME##_store(struct device *dev, \
/linux-4.1.27/fs/afs/
H A Dproc.c209 seq_puts(m, "USE NAME\n"); afs_proc_cells_show()
471 seq_puts(m, "USE STT VLID[0] VLID[1] VLID[2] NAME\n"); afs_proc_cell_volumes_show()
/linux-4.1.27/scripts/package/
H A Dbuilddeb213 elif [ -n "$NAME" ]; then
214 name=$NAME
/linux-4.1.27/sound/pci/riptide/
H A Driptide.c28 MODULE NAME: cnxt_rt.h
34 MODULE NAME: int_mdl.c
40 MODULE NAME: riptide.h
46 MODULE NAME: Rp_Cmdif.cpp
54 MODULE NAME: rt_hw.c
70 MODULE NAME: rt_hw.h
76 MODULE NAME: rt_mdl.c
82 MODULE NAME: mixer.h
/linux-4.1.27/tools/perf/
H A Dbuiltin-probe.c338 " [[NAME=]ARG ...]", __cmd_probe()
340 "[EVENT=]FUNC[+OFF|%return] [[NAME=]ARG ...]", __cmd_probe()
H A Dbuiltin-diff.c1079 #define NAME (data__files_cnt > 2 ? buf : header) init_header() macro
1081 width = (int) strlen(NAME); init_header()
1086 dfmt->header_width, NAME); init_header()
1090 #undef NAME init_header() macro
/linux-4.1.27/fs/proc/
H A Dbase.c116 #define NOD(NAME, MODE, IOP, FOP, OP) { \
117 .name = (NAME), \
118 .len = sizeof(NAME) - 1, \
125 #define DIR(NAME, MODE, iops, fops) \
126 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )
127 #define LNK(NAME, get_link) \
128 NOD(NAME, (S_IFLNK|S_IRWXUGO), \
131 #define REG(NAME, MODE, fops) \
132 NOD(NAME, (S_IFREG|(MODE)), NULL, &fops, {})
133 #define ONE(NAME, MODE, show) \
134 NOD(NAME, (S_IFREG|(MODE)), \
/linux-4.1.27/drivers/rtc/
H A Drtc-max8998.c297 dev_info(&pdev->dev, "RTC CHIP NAME: %s\n", pdev->id_entry->name); max8998_rtc_probe()
/linux-4.1.27/drivers/pcmcia/
H A Dvrc4173_cardu.h2 * FILE NAME
H A Dvrc4173_cardu.c2 * FILE NAME
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c37 * NAME: phy_reset
/linux-4.1.27/drivers/acpi/acpica/
H A Duterror.c228 acpi_os_printf("[COULD NOT EXTERNALIZE NAME]"); acpi_ut_namespace_error()
H A Dnspredef.c327 * a reference to a named object (reference class: NAME) acpi_ns_check_reference()
H A Dnsutils.c78 acpi_os_printf("[NULL NAME]"); acpi_ns_print_node_pathname()
H A Dpsobject.c204 * Make sure that we found a NAME and didn't run out of arguments acpi_ps_build_named_op()
H A Dpsopcode.c54 * NAME: acpi_gbl_aml_op_info
H A Dpsargs.c300 /* Point METHODCALL/NAME to the METHOD Node */ acpi_ps_get_next_namepath()
/linux-4.1.27/include/net/sctp/
H A Dcommand.h144 * SCTP_ARG_CONSTRUCTOR(NAME, TYPE, ELT) builds a function called
/linux-4.1.27/include/uapi/linux/
H A Duinput.h82 * The complete sysfs path is then /sys/devices/virtual/input/--NAME--
/linux-4.1.27/include/xen/interface/
H A Delfnote.h45 * NAME=VALUE pair (string).
/linux-4.1.27/fs/ubifs/
H A Dsuper.c1897 * o ubiX:NAME - mount UBI device X, volume with name NAME;
1898 * o ubi:NAME - mount UBI device 0, volume with name NAME.
1920 /* ubi:NAME method */ open_ubi()
1941 /* ubiX:NAME method */ open_ubi()
/linux-4.1.27/include/linux/wimax/
H A Ddebug.h485 * separated list of NAME:VALUE, where value is the debug level
486 * and NAME is the name of the submodule.
/linux-4.1.27/sound/parisc/
H A Dharmony.c83 #define NAME "harmony" macro
84 #define PFX NAME ": "
/linux-4.1.27/drivers/scsi/arcmsr/
H A Darcmsr_attr.c4 ** FILE NAME : arcmsr_attr.c
H A Darcmsr.h4 ** FILE NAME : arcmsr.h
H A Darcmsr_hba.c4 ** FILE NAME : arcmsr_hba.c
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1702 #define CHECK_PROPERTY(name, NAME) \ psb_intel_sdvo_set_property()
1706 cmd = SDVO_CMD_SET_##NAME; \ psb_intel_sdvo_set_property()
2294 #define ENHANCEMENT(name, NAME) do { \
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.1.27/drivers/usb/gadget/function/
H A Duvc_configfs.c37 /* control/header/<NAME> */
789 /* streaming/header/<NAME> */
999 /* streaming/<mode>/<format>/<NAME> */
1323 /* streaming/uncompressed/<NAME> */
1595 /* streaming/mjpeg/<NAME> */
/linux-4.1.27/drivers/media/i2c/
H A Dsaa711x_regs.h232 /* REG COUNT NAME */
/linux-4.1.27/drivers/uwb/i1480/dfu/
H A Dusb.c34 * uses to do its job. All the ops in the common code are i1480->NAME,
/linux-4.1.27/net/wimax/
H A Dstack.c69 "String of space-separated NAME:VALUE pairs, where NAMEs "
/linux-4.1.27/include/net/
H A Dwimax.h184 * All the declarations for the operation codes (WIMAX_GNL_OP_<NAME>)
185 * and generic netlink attributes (WIMAX_GNL_<NAME>_*) are declared in
/linux-4.1.27/kernel/trace/
H A Dtrace_kprobe.c605 * NAME=FETCHARG : set NAME as alias of FETCHARG. create_trace_kprobe()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_sdvo.c2089 #define CHECK_PROPERTY(name, NAME) \ intel_sdvo_set_property()
2093 cmd = SDVO_CMD_SET_##NAME; \ intel_sdvo_set_property()
2742 #define ENHANCEMENT(name, NAME) do { \
2744 if (!intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_MAX_##NAME, &data_value, 4) || \
2745 !intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_##NAME, &response, 2)) \
/linux-4.1.27/drivers/infiniband/core/
H A Dsysfs.c467 if (add_uevent_var(env, "NAME=%s", dev->name)) ib_device_uevent()
/linux-4.1.27/fs/cifs/
H A Dcifs_unicode.c247 * NAME: cifs_strtoUTF16()
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dkgdb.c3 *! FILE NAME : kgdb.c
11 *! DATE NAME CHANGES
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Ddriver.c82 "String of space-separated NAME:VALUE pairs, where NAMEs "
H A Dusb.c80 "String of space-separated NAME:VALUE pairs, where NAMEs "
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_fc.c801 FC_SYMBOLIC_NAME_SIZE, "%s%s %s NAME: %s", zfcp_fc_gspn()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dobd_mount.c647 /*** SERVER NAME ***
/linux-4.1.27/drivers/extcon/
H A Dextcon.c239 "NAME=%s", prop_buf); extcon_update_state()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmdebug.c529 out += snprintf(buf + out, len - out, "NAME:"); dump_lockres()
/linux-4.1.27/drivers/media/rc/
H A Drc-main.c1195 ADD_HOTPLUG_VAR("NAME=%s", dev->rc_map.name); rc_dev_uevent()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dmvm.h1082 * Convention: iwl_mvm_rx_<NAME OF THE CMD>
/linux-4.1.27/drivers/hid/
H A Dhid-wiimote-core.c849 hid_info(wdata->hdev, "cannot detect device; NAME: %s VID: %04x PID: %04x EXT: %04x\n", wiimote_init_set_type()
/linux-4.1.27/tools/hv/
H A Dhv_kvp_daemon.c519 if (!strcmp(buf, "NAME")) {
/linux-4.1.27/drivers/input/
H A Dinput.c1590 INPUT_ADD_HOTPLUG_VAR("NAME=\"%s\"", dev->name); input_dev_uevent()
/linux-4.1.27/
H A DMakefile5 NAME = Series 4800 macro
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Dr8169.c175 #define _R(NAME,TD,FW,SZ,B) { \
176 .name = NAME, \
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c5238 * NAME: lpfc_disc_timeout
/linux-4.1.27/fs/nfsd/
H A Dnfs4state.c5896 dprintk("NFSD nfs4_client_to_reclaim NAME: %.*s\n", HEXDIR_LEN, name); nfs4_client_to_reclaim()

Completed in 3333 milliseconds