/linux-4.1.27/arch/alpha/include/asm/ |
H A D | pal.h | 17 #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 D | io.h | 146 #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 D | mkcapflags.sh | 26 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 D | callback_srm.S | 57 #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 D | bpf_jit.S | 47 #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 D | scx200_docflash.c | 20 #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 D | fw_userhelper.sh | 55 NAME=$(basename "$FW") 59 echo -n "$NAME" >"$DIR"/trigger_request 72 load_fw "$NAME" "$0" 81 load_fw "$NAME" "$FW"
|
H A D | fw_filesystem.sh | 36 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 D | mdp5_kms.h | 128 #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 D | paravirt_patchlist.c | 59 #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 D | idiv32.S | 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3)) define 41 GLOBAL_ENTRY(NAME) 83 END(NAME)
|
H A D | idiv64.S | 37 #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 D | sysfs.c | 18 #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 D | bpf_helpers.h | 8 #define SEC(NAME) __attribute__((section(NAME), used))
|
/linux-4.1.27/drivers/char/ |
H A D | nsc_gpio.c | 20 #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 D | ds1302.c | 3 *! FILE NAME : ds1302.c
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_unicode.c | 27 * NAME: jfs_strfromUCS() 77 * NAME: jfs_strtoUCS() 110 * NAME: get_UCSname()
|
H A D | jfs_discard.c | 31 * NAME: jfs_issue_discard() 67 * NAME: jfs_ioc_trim()
|
H A D | jfs_extent.c | 64 * 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 D | jfs_dmap.c | 150 * 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 D | jfs_logmgr.c | 227 * 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 D | jfs_inode.c | 67 * NAME: ialloc()
|
H A D | namei.c | 44 * 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 D | jfs_umount.c | 40 * NAME: jfs_umount(vfsp, flags, crp)
|
H A D | jfs_imap.c | 91 * 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 D | xattr.c | 137 * NAME: ea_write_inline 198 * NAME: ea_write 322 * NAME: ea_read_inline 354 * NAME: ea_read 425 * NAME: ea_get
|
H A D | jfs_mount.c | 69 * NAME: jfs_mount(sb) 234 * NAME: jfs_mount_rw(sb, remount)
|
H A D | jfs_txnmgr.c | 230 * 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 D | jfs_dtree.c | 2440 * NAME: dtRelocate() 2632 * NAME: dtSearchNode() 4504 * NAME: dtModify
|
H A D | jfs_xtree.c | 2548 * NAME: xtRelocate()
|
/linux-4.1.27/arch/powerpc/xmon/ |
H A D | ansidecl.h | 36 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 D | ppc-opc.c | 1925 NAME OPCODE MASK FLAGS { OPERANDS } 1927 NAME is the name of the instruction.
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | sysfs.c | 407 #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 D | Context.pm | 27 =head1 NAME
|
H A D | Util.pm | 66 =head1 NAME
|
H A D | Core.pm | 164 =head1 NAME
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
H A D | i2c.c | 3 *! 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 D | srm_env.c | 45 #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 D | inflate.h | 22 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 D | i2c.c | 3 *! 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 D | eeprom.c | 14 *! DATE NAME CHANGES
|
/linux-4.1.27/scripts/ |
H A D | patch-kernel | 202 NAME=`grep ^NAME $sourcedir/Makefile` 203 NAME=${NAME##*=} 205 echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} ($NAME)"
|
H A D | kernel-doc | 1333 print ".SH NAME\n"; 1384 print ".SH NAME\n"; 1424 print ".SH NAME\n"; 1479 print ".SH NAME\n";
|
H A D | analyze_suspend.py | 2900 print(' NAME ID DESCRIPTION SPEED A S P E R U D rACTIVE rSUSPEN ACTIVE CONNECT')
|
/linux-4.1.27/include/linux/ |
H A D | elfnote.h | 18 * 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 D | fs.h | 1934 #define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME)
|
/linux-4.1.27/drivers/clocksource/ |
H A D | scx200_hrt.c | 25 #define NAME "scx200_hrt" macro
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_sysfs.c | 222 #define QPN_ATTR_RO(NAME) \ 223 struct qpn_attribute qpn_attr_##NAME = __ATTR_RO(NAME)
|
/linux-4.1.27/drivers/isdn/capi/ |
H A D | capiutil.c | 648 #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 D | eshlibld.h | 3 *! FILE NAME : eshlibld.h
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | machines.h | 62 /* Sun4c machines Full Name - PROM NAME */
|
/linux-4.1.27/net/atm/ |
H A D | atm_sysfs.c | 127 if (add_uevent_var(env, "NAME=%s%d", adev->type, adev->number)) atm_uevent()
|
/linux-4.1.27/net/core/ |
H A D | net-sysfs.c | 1114 #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 D | target_core_fabric_lib.c | 241 * 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 D | target_core_spc.c | 395 * 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 D | kxtj9.c | 29 #define NAME "kxtj9" macro 652 { NAME, 0 }, 660 .name = NAME,
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_type.h | 117 #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 D | mpi_log_fc.h | 4 * NAME: fc_log.h
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | main.h | 49 * #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 D | prom.c | 108 Example: NAME=VALUE
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | pinctrl-tb10x.c | 412 #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 D | bpf-direct.c | 172 payload("OHAI! WHAT IS YOUR NAME? ")); main()
|
/linux-4.1.27/tools/testing/fault-injection/ |
H A D | failcmd.sh | 3 # NAME
|
/linux-4.1.27/drivers/mtd/ |
H A D | cmdlinepart.c | 33 * <name> := '(' NAME ')' 34 * NAME will appear in /proc/mtd
|
/linux-4.1.27/drivers/watchdog/ |
H A D | it8712f_wdt.c | 39 #define NAME "it8712f_wdt" macro 130 if (!request_muxed_region(REG, 2, NAME)) superio_enter()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-stu300.c | 22 #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 D | compal-laptop.c | 380 #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 D | proc.c | 209 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 D | builddeb | 213 elif [ -n "$NAME" ]; then 214 name=$NAME
|
/linux-4.1.27/sound/pci/riptide/ |
H A D | riptide.c | 28 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 D | builtin-probe.c | 338 " [[NAME=]ARG ...]", __cmd_probe() 340 "[EVENT=]FUNC[+OFF|%return] [[NAME=]ARG ...]", __cmd_probe()
|
H A D | builtin-diff.c | 1079 #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 D | base.c | 116 #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 D | rtc-max8998.c | 297 dev_info(&pdev->dev, "RTC CHIP NAME: %s\n", pdev->id_entry->name); max8998_rtc_probe()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | vrc4173_cardu.h | 2 * FILE NAME
|
H A D | vrc4173_cardu.c | 2 * FILE NAME
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
H A D | mv88e1xxx.c | 37 * NAME: phy_reset
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | uterror.c | 228 acpi_os_printf("[COULD NOT EXTERNALIZE NAME]"); acpi_ut_namespace_error()
|
H A D | nspredef.c | 327 * a reference to a named object (reference class: NAME) acpi_ns_check_reference()
|
H A D | nsutils.c | 78 acpi_os_printf("[NULL NAME]"); acpi_ns_print_node_pathname()
|
H A D | psobject.c | 204 * Make sure that we found a NAME and didn't run out of arguments acpi_ps_build_named_op()
|
H A D | psopcode.c | 54 * NAME: acpi_gbl_aml_op_info
|
H A D | psargs.c | 300 /* Point METHODCALL/NAME to the METHOD Node */ acpi_ps_get_next_namepath()
|
/linux-4.1.27/include/net/sctp/ |
H A D | command.h | 144 * SCTP_ARG_CONSTRUCTOR(NAME, TYPE, ELT) builds a function called
|
/linux-4.1.27/include/uapi/linux/ |
H A D | uinput.h | 82 * The complete sysfs path is then /sys/devices/virtual/input/--NAME--
|
/linux-4.1.27/include/xen/interface/ |
H A D | elfnote.h | 45 * NAME=VALUE pair (string).
|
/linux-4.1.27/fs/ubifs/ |
H A D | super.c | 1897 * 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 D | debug.h | 485 * 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 D | harmony.c | 83 #define NAME "harmony" macro 84 #define PFX NAME ": "
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
H A D | arcmsr_attr.c | 4 ** FILE NAME : arcmsr_attr.c
|
H A D | arcmsr.h | 4 ** FILE NAME : arcmsr.h
|
H A D | arcmsr_hba.c | 4 ** FILE NAME : arcmsr_hba.c
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 1702 #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 D | uvc_configfs.c | 37 /* 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 D | saa711x_regs.h | 232 /* REG COUNT NAME */
|
/linux-4.1.27/drivers/uwb/i1480/dfu/ |
H A D | usb.c | 34 * uses to do its job. All the ops in the common code are i1480->NAME,
|
/linux-4.1.27/net/wimax/ |
H A D | stack.c | 69 "String of space-separated NAME:VALUE pairs, where NAMEs "
|
/linux-4.1.27/include/net/ |
H A D | wimax.h | 184 * 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 D | trace_kprobe.c | 605 * NAME=FETCHARG : set NAME as alias of FETCHARG. create_trace_kprobe()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_sdvo.c | 2089 #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 D | sysfs.c | 467 if (add_uevent_var(env, "NAME=%s", dev->name)) ib_device_uevent()
|
/linux-4.1.27/fs/cifs/ |
H A D | cifs_unicode.c | 247 * NAME: cifs_strtoUTF16()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | kgdb.c | 3 *! FILE NAME : kgdb.c 11 *! DATE NAME CHANGES
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | driver.c | 82 "String of space-separated NAME:VALUE pairs, where NAMEs "
|
H A D | usb.c | 80 "String of space-separated NAME:VALUE pairs, where NAMEs "
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_fc.c | 801 FC_SYMBOLIC_NAME_SIZE, "%s%s %s NAME: %s", zfcp_fc_gspn()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | obd_mount.c | 647 /*** SERVER NAME ***
|
/linux-4.1.27/drivers/extcon/ |
H A D | extcon.c | 239 "NAME=%s", prop_buf); extcon_update_state()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 529 out += snprintf(buf + out, len - out, "NAME:"); dump_lockres()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | rc-main.c | 1195 ADD_HOTPLUG_VAR("NAME=%s", dev->rc_map.name); rc_dev_uevent()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | mvm.h | 1082 * Convention: iwl_mvm_rx_<NAME OF THE CMD>
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-wiimote-core.c | 849 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 D | hv_kvp_daemon.c | 519 if (!strcmp(buf, "NAME")) {
|
/linux-4.1.27/drivers/input/ |
H A D | input.c | 1590 INPUT_ADD_HOTPLUG_VAR("NAME=\"%s\"", dev->name); input_dev_uevent()
|
/linux-4.1.27/ |
H A D | Makefile | 5 NAME = Series 4800 macro
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
H A D | r8169.c | 175 #define _R(NAME,TD,FW,SZ,B) { \ 176 .name = NAME, \
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 5238 * NAME: lpfc_disc_timeout
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4state.c | 5896 dprintk("NFSD nfs4_client_to_reclaim NAME: %.*s\n", HEXDIR_LEN, name); nfs4_client_to_reclaim()
|