/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | jitdump.h | 96 const char name[]; /* null terminated filename, \xff\0 if same as previous entry */ member 129 size_t l = strlen(ent->name) + 1; in debug_entry_next()
|
H A D | trace-event-scripting.c | 65 .name = "Python", 128 .name = "Perl",
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | Makefile | 46 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
|
/kernel/linux/linux-5.10/include/trace/ |
H A D | perf.h | 87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ 88 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | wm8904.h | 130 const char *name; member 142 const char *name; member
|
H A D | soc-card.h | 17 const char *name); 99 if (!strcmp(asoc_rtd_to_codec(rtd, 0)->name, dai_name)) in snd_soc_card_get_codec_dai()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | uinput.h | 69 char name[UINPUT_MAX_NAME_SIZE]; member 85 * name: This is used unchanged as name for the new device. 155 * UI_GET_SYSNAME - get the sysfs name of the created uinput device 157 * @return the sysfs name of the created virtual input device. 224 char name[UINPUT_MAX_NAME_SIZE]; member
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | afs_vl.h | 19 VLGETENTRYBYNAME = 504, /* AFS Get VLDB entry by name */ 22 VLGETENTRYBYNAMEU = 527, /* AFS Get VLDB entry by name (UUID-variant) */ 25 YVLGETCELLNAME = 64014, /* YFS Get actual cell name */ 32 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */ 37 AFSVL_BADNAME = 363527, /* Volume name is illegal */ 77 char name[65]; /* name of volume (with NUL char) */ member 117 __be32 name[AFS_VLDB_MAXNAMELEN]; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.h | 73 const char *name, int name_len, 77 const char *name, int name_len,
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | xattr.h | 36 __u8 e_name_len; /* length of name */ 37 __u8 e_name_index; /* attribute name index */ 41 __le32 e_hash; /* hash value of name and value */ 42 char e_name[]; /* attribute name */ 81 const char *name, void *buffer, size_t size) in ext2_xattr_get() 87 ext2_xattr_set(struct inode *inode, int name_index, const char *name, in ext2_xattr_set() argument 80 ext2_xattr_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t size) ext2_xattr_get() argument
|
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | debugfs.c | 67 kunit_status_to_string(success), 1, suite->name); in debugfs_print_results() 101 suite->debugfs = debugfs_create_dir(suite->name, debugfs_rootdir); in kunit_debugfs_create_suite()
|
/kernel/linux/linux-5.10/net/6lowpan/ |
H A D | nhc.h | 15 * @__nhc: variable name of the lowpan_nhc struct. 16 * @_name: const char * of common header compression name. 30 .name = _name, \ 57 * @name: name of the specific next header compression 69 const char *name; member
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | tick-oneshot.c | 86 pr_cont(" %s is not functional.\n", dev->name); in tick_switch_to_oneshot() 89 dev->name); in tick_switch_to_oneshot()
|
H A D | jiffies.c | 52 .name = "jiffies", 104 refined_jiffies.name = "refined-jiffies"; in register_refined_jiffies()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | mutex-debug.c | 80 void debug_mutex_init(struct mutex *lock, const char *name, in debug_mutex_init() argument 88 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in debug_mutex_init()
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | netlink.c | 12 { .name = "events", }, 19 .name = "VFS_DQUOT",
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | log.h | 126 pr_info("%s: " fmt, _netdev->name, ## arg); \ 140 pr_err("%s: " fmt, _netdev->name, ## arg); \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | firmware.h | 12 const char *name, int ver, struct nvkm_blob *); 14 const char *name, int ver,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
H A D | gt215.c | 58 en ? en->name : "", chan ? chan->chid : -1, in gt215_ce_intr() 60 chan ? chan->object.client->name : "unknown", in gt215_ce_intr()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec/ |
H A D | g98.c | 57 en ? en->name : "UNKNOWN", chan ? chan->chid : -1, in g98_sec_intr() 59 chan ? chan->object.client->name : "unknown", in g98_sec_intr()
|
/kernel/linux/linux-5.10/drivers/memory/tegra/ |
H A D | tegra210-emc-table.c | 36 dev_warn(dev, "excess EMC table '%s'\n", rmem->name); in tegra210_emc_table_device_init() 70 rmem->name); in tegra210_emc_table_device_release()
|
/kernel/linux/linux-5.10/drivers/pps/ |
H A D | sysfs.c | 69 return sprintf(buf, "%s\n", pps->info.name); in name_show() 71 static DEVICE_ATTR_RO(name);
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_vmw.c | 79 .name = "ptp_vmw", 118 .name = "ptp_vmw",
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | cx231xx-input.c | 68 dev->init_data.name = cx231xx_boards[dev->model].name; in cx231xx_ir_init()
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | lpc18xx_otp.c | 60 .name = "lpc18xx-otp", 100 .name = "lpc18xx_otp",
|