/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sock.h | 100 __array(char, name, 32) 112 strncpy(__entry->name, prot->name, 32); 126 __entry->name,
|
/kernel/linux/linux-5.10/lib/ |
H A D | errname.c | 218 const char *name = __errname(abs(err)); in errname() local 219 if (!name) in errname() 222 return err > 0 ? name + 1 : name; in errname()
|
/kernel/linux/linux-5.10/kernel/power/ |
H A D | energy_model.c | 36 char name[24]; in em_debug_create_ps() local 38 snprintf(name, sizeof(name), "ps:%lu", ps->frequency); in em_debug_create_ps() 41 d = debugfs_create_dir(name, pd); in em_debug_create_ps() 334 * The debugfs directory name is the same as device's name. in em_dev_unregister_perf_domain()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | posix-stubs.c | 34 #define SYS_NI(name) SYSCALL_ALIAS(sys_##name, sys_ni_posix_timers) 38 #define COMPAT_SYS_NI(name) SYSCALL_ALIAS(compat_sys_##name, sys_ni_posix_timers)
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | spinlock_debug.c | 16 void __raw_spin_lock_init(raw_spinlock_t *lock, const char *name, in __raw_spin_lock_init() argument 24 lockdep_init_map_wait(&lock->dep_map, name, key, 0, inner); in __raw_spin_lock_init() 34 void __rwlock_init(rwlock_t *lock, const char *name, in __rwlock_init() argument 42 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_CONFIG); in __rwlock_init()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_log_common.c | 161 in ? in->name : "", in nf_log_dump_packet_common() 162 out ? out->name : ""); in nf_log_dump_packet_common() 166 nf_log_buf_add(m, "PHYSIN=%s ", physindev->name); in nf_log_dump_packet_common() 169 nf_log_buf_add(m, "PHYSOUT=%s ", physoutdev->name); in nf_log_dump_packet_common()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_blend.c | 12 * that the name of the copyright holders not be used in advertising or 447 crtc->base.id, crtc->name); in drm_atomic_helper_crtc_normalize_zpos() 466 plane->base.id, plane->name, in drm_atomic_helper_crtc_normalize_zpos() 477 plane->base.id, plane->name, i); in drm_atomic_helper_crtc_normalize_zpos() 597 props[i].name); in drm_plane_create_blend_mode_property()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | notify.c | 165 nvif_notify_ctor(struct nvif_object *object, const char *name, in nvif_notify_ctor() argument 177 notify->name = name ? name : "nvifNotify"; in nvif_notify_ctor()
|
/kernel/linux/linux-5.10/drivers/media/usb/stk1160/ |
H A D | stk1160-i2c.c | 235 .name = "stk1160", 240 .name = "stk1160 internal", 253 strscpy(dev->i2c_adap.name, "stk1160", sizeof(dev->i2c_adap.name)); in stk1160_i2c_register()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ab3100-otp.c | 148 #define SHOW_AB3100_ATTR(name) \ 149 static ssize_t ab3100_otp_##name##_show(struct device *dev, \ 154 return sprintf(buf, "%u\n", otp->name); \ 231 .name = "ab3100-otp",
|
H A D | bd9571mwv.c | 26 { .name = "bd9571mwv-regulator", }, 27 { .name = "bd9571mwv-gpio", }, 103 .name = "bd9571mwv", 222 .name = "bd9571mwv",
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | goldfish_battery.c | 186 .name = "battery", 194 .name = "ac", 231 IRQF_SHARED, pdev->name, data); in goldfish_battery_probe() 281 .name = "goldfish-battery",
|
H A D | wm97xx_battery.c | 110 pr_debug("%s: %i -> %i\n", bat_ps->desc->name, old_status, in wm97xx_bat_update() 224 "name in platform definition file, falling " in wm97xx_bat_probe() 225 "back to name \"wm97xx-batt\"\n"); in wm97xx_bat_probe() 226 bat_psy_desc.name = "wm97xx-batt"; in wm97xx_bat_probe() 228 bat_psy_desc.name = pdata->batt_name; in wm97xx_bat_probe() 270 .name = "wm97xx-battery",
|
/kernel/linux/linux-5.10/drivers/pps/generators/ |
H A D | pps_gen_parport.c | 194 pr_err("couldn't register with %s\n", port->name); in parport_attach() 199 pr_err("couldn't claim %s\n", port->name); in parport_attach() 203 pr_info("attached to %s\n", port->name); in parport_attach() 229 .name = KBUILD_MODNAME,
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | sa11xx_base.c | 177 skt->res_skt.name = skt_names[skt->nr]; in sa11xx_drv_pcmcia_add_one() 182 skt->res_io.name = "io"; in sa11xx_drv_pcmcia_add_one() 187 skt->res_mem.name = "memory"; in sa11xx_drv_pcmcia_add_one() 192 skt->res_attr.name = "attribute"; in sa11xx_drv_pcmcia_add_one()
|
/kernel/linux/linux-5.10/drivers/platform/mellanox/ |
H A D | mlxbf-bootctl.c | 30 const char *name; member 71 if (sysfs_streq(boot_names[i].name, action)) in mlxbf_bootctl_reset_action_to_val() 84 return boot_names[i].name; in mlxbf_bootctl_action_to_string() 324 .name = "mlxbf-bootctl",
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps65132-regulator.c | 179 .name = "tps65132-"#_name, \ 257 tps_regs_desc[id].name, ret); in tps65132_probe() 265 {.name = "tps65132",}, 272 .name = "tps65132",
|
H A D | tps65086-regulator.c | 31 .name = _name, \ 55 .name = _name, \ 229 pdev->name); in tps65086_regulator_probe() 245 .name = "tps65086-regulator",
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | remoteproc_sysfs.c | 130 /* Expose the loaded / running firmware name via sysfs */ 151 /* Change firmware name via sysfs */ 162 dev_err(dev, "can't lock rproc %s: %d\n", rproc->name, err); in firmware_store() 247 /* Expose the name of the remote processor via sysfs */ 253 return sprintf(buf, "%s\n", rproc->name); in name_show() 255 static DEVICE_ATTR_RO(name); 276 .name = "remoteproc",
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_fb_helper.h | 12 * that the name of the copyright holders not be used in advertising or 457 * @name: requesting driver name 466 const char *name, bool primary) in drm_fb_helper_remove_conflicting_framebuffers() 469 return remove_conflicting_framebuffers(a, name, primary); in drm_fb_helper_remove_conflicting_framebuffers() 478 * @name: requesting driver name 488 const char *name) in drm_fb_helper_remove_conflicting_pci_framebuffers() 497 ret = remove_conflicting_pci_framebuffers(pdev, name); in drm_fb_helper_remove_conflicting_pci_framebuffers() 465 drm_fb_helper_remove_conflicting_framebuffers(struct apertures_struct *a, const char *name, bool primary) drm_fb_helper_remove_conflicting_framebuffers() argument 487 drm_fb_helper_remove_conflicting_pci_framebuffers(struct pci_dev *pdev, const char *name) drm_fb_helper_remove_conflicting_pci_framebuffers() argument
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | skcipher.h | 126 #define SYNC_SKCIPHER_REQUEST_ON_STACK(name, tfm) \ 127 char __##name##_desc[sizeof(struct skcipher_request) + \ 132 struct skcipher_request *name = (void *)__##name##_desc 172 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the 214 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_manager_module.c | 77 return sprintf(buf, "%s", module->desc.name); in gb_audio_module_name_show() 81 __ATTR(name, 0664, gb_audio_module_name_show, NULL); 171 snprintf(name_string, 128, "NAME=%s", module->desc.name); in send_add_uevent() 234 pr_info("audio module #%d name=%s vid=%d pid=%d intf_id=%d i/p devices=0x%X o/p devices=0x%X\n", in gb_audio_manager_module_dump() 236 module->desc.name, in gb_audio_manager_module_dump()
|
/kernel/linux/linux-5.10/include/linux/iio/common/ |
H A D | st_sensors.h | 72 #define ST_SENSORS_DEV_ATTR_SCALE_AVAIL(name) \ 73 IIO_DEVICE_ATTR(name, S_IRUGO, \ 309 int st_sensors_get_settings_index(const char *name, 321 void st_sensors_dev_name_probe(struct device *dev, char *name, int len);
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | mc13xxx.h | 22 irq_handler_t handler, const char *name, void *dev); 42 const char *name, void *dev) in mc13xxx_irq_request_nounmask() 44 return mc13xxx_irq_request(mc13xxx, irq, handler, name, dev); in mc13xxx_irq_request_nounmask() 120 const char *name; member 40 mc13xxx_irq_request_nounmask(struct mc13xxx *mc13xxx, int irq, irq_handler_t handler, const char *name, void *dev) mc13xxx_irq_request_nounmask() argument
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | sprd-sc27xx-spi.c | 181 ddata->irq_chip.name = dev_name(&spi->dev); in sprd_pmic_probe() 248 { .name = "sc2730", .driver_data = (unsigned long)&sc2730_data }, 249 { .name = "sc2731", .driver_data = (unsigned long)&sc2731_data }, 256 .name = "sc27xx-pmic",
|