/kernel/linux/linux-5.10/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.h | 19 * @name: group name 28 const char *name; member 37 * @name: function name 42 const char *name; member 87 * @name: bank name 99 const char *name; member 108 const char *name; member [all...] |
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | pxa2xx_mainstone.c | 32 skt->stat[SOC_STAT_CD].name = skt->nr ? "bdetect" : "adetect"; in mst_pcmcia_hw_init() 33 skt->stat[SOC_STAT_BVD1].name = skt->nr ? "bbvd1" : "abvd1"; in mst_pcmcia_hw_init() 34 skt->stat[SOC_STAT_BVD2].name = skt->nr ? "bbvd2" : "abvd2"; in mst_pcmcia_hw_init() 35 skt->stat[SOC_STAT_RDY].name = skt->nr ? "bready" : "aready"; in mst_pcmcia_hw_init() 36 skt->stat[SOC_STAT_VS1].name = skt->nr ? "bvs1" : "avs1"; in mst_pcmcia_hw_init() 37 skt->stat[SOC_STAT_VS2].name = skt->nr ? "bvs2" : "avs2"; in mst_pcmcia_hw_init()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | cleanfile | 80 $name = basename($0); 89 print STDERR "Usage: $name [-width #] files...\n"; 98 print STDERR "$name: $f\n"; 106 print STDERR "$name: Cannot open file: $f: $!\n"; 125 print STDERR "$name: $f: binary file\n"; 173 die "$name: Failed to truncate modified file: $f: $!\n";
|
/kernel/linux/linux-5.10/include/linux/pinctrl/ |
H A D | consumer.h | 38 const char *name); 106 const char *name) in pinctrl_lookup_state() 149 struct device *dev, const char *name) in pinctrl_get_select() 159 s = pinctrl_lookup_state(p, name); in pinctrl_get_select() 181 struct device *dev, const char *name) in devm_pinctrl_get_select() 191 s = pinctrl_lookup_state(p, name); in devm_pinctrl_get_select() 104 pinctrl_lookup_state( struct pinctrl *p, const char *name) pinctrl_lookup_state() argument 148 pinctrl_get_select( struct device *dev, const char *name) pinctrl_get_select() argument 180 devm_pinctrl_get_select( struct device *dev, const char *name) devm_pinctrl_get_select() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | oprofile.h | 124 * Create a file of the given name as a child of the given root, with 128 char const * name, const struct file_operations * fops); 131 char const * name, const struct file_operations * fops, int perm); 135 char const * name, ulong * val); 139 char const * name, ulong * val); 143 char const * name, atomic_t * val); 146 struct dentry *oprofilefs_mkdir(struct dentry *parent, char const *name);
|
H A D | rfkill.h | 70 * @name: name of the struct -- the string is not copied internally 79 struct rfkill * __must_check rfkill_alloc(const char *name, 218 * rfkill_find_type - Helper for finding rfkill type by name 219 * @name: the name of the type 221 * Returns enum rfkill_type that corresponds to the name. 223 enum rfkill_type rfkill_find_type(const char *name); 227 rfkill_alloc(const char *name, in rfkill_alloc() argument 282 static inline enum rfkill_type rfkill_find_type(const char *name) in rfkill_find_type() argument 315 rfkill_set_led_trigger_name(struct rfkill *rfkill, const char *name) rfkill_set_led_trigger_name() argument [all...] |
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
H A D | ff-midi.c | 77 const char *const name) in set_midi_substream_names() 82 snprintf(substream->name, sizeof(substream->name), in set_midi_substream_names() 83 "%s MIDI %d", name, substream->number + 1); in set_midi_substream_names() 109 snprintf(rmidi->name, sizeof(rmidi->name), in snd_ff_create_midi_devices() 76 set_midi_substream_names(struct snd_rawmidi_str *stream, const char *const name) set_midi_substream_names() argument
|
/kernel/linux/linux-5.10/sound/firewire/tascam/ |
H A D | tascam-midi.c | 97 snprintf(rmidi->name, sizeof(rmidi->name), in snd_tscm_create_midi_devices() 111 snprintf(subs->name, sizeof(subs->name), in snd_tscm_create_midi_devices() 126 snprintf(subs->name, sizeof(subs->name), in snd_tscm_create_midi_devices()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | list.h | 16 * @member: the name of the member within the struct. 29 #define LIST_HEAD_INIT(name) { &(name), &(name) } 31 #define LIST_HEAD(name) \ 32 struct list_head name = LIST_HEAD_INIT(name) 38 * @member: the name of the list_head within the struct. 47 * @member: the name of the list_head within the struct. 59 * @member: the name o [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | insn-x86.c | 38 const char *name; in get_op() member 58 for (val = vals; val->name; val++) { in get_op() 59 if (!strcmp(val->name, op_str)) in get_op() 71 const char *name; in get_branch() member 85 for (val = vals; val->name; val++) { in get_branch() 86 if (!strcmp(val->name, branch_str)) in get_branch()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux.c | 77 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name) in snd_emux_register() argument 84 if (snd_BUG_ON(!card || !name)) in snd_emux_register() 88 emu->name = kstrdup(name, GFP_KERNEL); in snd_emux_register() 91 if (emu->name == NULL || emu->voices == NULL) in snd_emux_register() 142 kfree(emu->name); in snd_emux_free()
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | lsiio.c | 60 char name[IIO_MAX_NAME_LENGTH]; in dump_one_device() local 69 ret = read_sysfs_string("name", dev_dir_name, name); in dump_one_device() 73 printf("Device %03d: %s\n", dev_idx, name); in dump_one_device() 83 char name[IIO_MAX_NAME_LENGTH]; in dump_one_trigger() local 92 ret = read_sysfs_string("name", dev_dir_name, name); in dump_one_trigger() 96 printf("Trigger %03d: %s\n", dev_idx, name); in dump_one_trigger()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | kvm-stat.h | 43 const char *name; member 53 const char *name; member 65 const char *name; member 110 const char *name; member 131 #define define_exit_reasons_table(name, symbols) \ 132 static struct exit_reasons_table name[] = { \
|
/kernel/linux/linux-5.10/tools/spi/ |
H A D | spidev_fdx.c | 80 static void dumpstat(const char *name, int fd) in dumpstat() argument 103 name, mode, bits, lsb ? "(lsb first) " : "", speed); in dumpstat() 112 const char *name; in main() local 141 name = argv[optind]; in main() 143 fd = open(name, O_RDWR); in main() 149 dumpstat(name, fd); in main()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_client.h | 38 const char *path, const char *name, 41 const char *path, const char *name, 45 const char *name); 47 const char *name); 111 const char *name, void *value, size_t size); 113 const char *name, const void *val,
|
/kernel/linux/linux-5.10/fs/ |
H A D | anon_inodes.c | 36 dentry->d_name.name); in anon_inodefs_dname() 53 .name = "anon_inodefs", 63 * @name: [in] name of the "class" of the new file 74 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() argument 91 file = alloc_file_pseudo(anon_inode_inode, anon_inode_mnt, name, in anon_inode_getfile() 114 * @name: [in] name of the "class" of the new file 125 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() argument 136 file = anon_inode_getfile(name, fop in anon_inode_getfd() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpm.h | 25 __string( name, dev_name(dev) ) 36 __assign_str(name, dev_name(dev)); 50 __get_str(name), __entry->flags, 89 __string( name, dev_name(dev)) 95 __assign_str(name, dev_name(dev)); 100 TP_printk("%pS:%s ret=%d", (void *)__entry->ip, __get_str(name),
|
/kernel/linux/linux-5.10/fs/affs/ |
H A D | dir.c | 51 unsigned char *name; in affs_readdir() local 119 namelen = min(AFFS_TAIL(sb, fh_bh)->name[0], in affs_readdir() 121 name = AFFS_TAIL(sb, fh_bh)->name + 1; in affs_readdir() 123 namelen, name, ino, hash_pos, ctx->pos); in affs_readdir() 125 if (!dir_emit(ctx, name, namelen, ino, DT_UNKNOWN)) in affs_readdir()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | rtmutex-debug.c | 45 if (lock->name) in printk_lock() 47 lock, lock->name); in printk_lock() 170 void debug_rt_mutex_init(struct rt_mutex *lock, const char *name, struct lock_class_key *key) in debug_rt_mutex_init() argument 176 lock->name = name; in debug_rt_mutex_init() 179 lockdep_init_map(&lock->dep_map, name, key, 0); in debug_rt_mutex_init()
|
H A D | lock_events.c | 27 #define LOCK_EVENT(name) [LOCKEVENT_ ## name] = #name, 121 static bool __init skip_lockevent(const char *name) in skip_lockevent() argument 130 if (!pv_on && !memcmp(name, "pv_", 3)) in skip_lockevent() 135 static inline bool skip_lockevent(const char *name) in skip_lockevent() argument
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | acl.c | 70 const char *name = NULL; in __orangefs_set_acl() local 74 name = XATTR_NAME_POSIX_ACL_ACCESS; in __orangefs_set_acl() 77 name = XATTR_NAME_POSIX_ACL_DEFAULT; in __orangefs_set_acl() 87 name, in __orangefs_set_acl() 102 "%s: name %s, value %p, size %zd, acl %p\n", in __orangefs_set_acl() 103 __func__, name, value, size, acl); in __orangefs_set_acl() 110 error = orangefs_inode_setxattr(inode, name, value, size, 0); in __orangefs_set_acl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_fence.c | 14 msm_fence_context_alloc(struct drm_device *dev, const char *name) in msm_fence_context_alloc() argument 23 strscpy(fctx->name, name, sizeof(fctx->name)); in msm_fence_context_alloc() 49 fctx->name, fence, fctx->last_fence); in msm_wait_fence() 108 return f->fctx->name; in msm_fence_get_timeline_name()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | xo15-ebook.c | 89 char *name, *class; in ebook_switch_add() local 104 name = acpi_device_name(device); in ebook_switch_add() 113 strcpy(name, XO15_EBOOK_DEVICE_NAME); in ebook_switch_add() 118 input->name = name; in ebook_switch_add() 158 .name = MODULE_NAME,
|
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/ |
H A D | pinctrl-exynos.h | 57 .name = id \ 67 .name = id \ 77 .name = id \ 87 .name = id \ 97 .name = id \ 107 .name = id, \
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | isl6271a-regulator.c | 81 .name = "Core Buck", 90 .name = "LDO1", 98 .name = "LDO2", 138 dev_err(&i2c->dev, "failed to register %s\n", id->name); in isl6271a_probe() 149 {.name = "isl6271a", 0 }, 157 .name = "isl6271a",
|