/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_ib.c | 161 * This name is delivered to the peer during connection initialization. 590 smcibdev->ibdev->name, port_cnt); in smc_ib_add_dev() 601 smcibdev->ibdev->name, i + 1, in smc_ib_add_dev() 620 smcibdev->ibdev->name); in smc_ib_remove_dev() 629 .name = "smc_ib",
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.c | 452 struct gssx_name *name) in gssx_enc_name() 456 /* name->display_name */ in gssx_enc_name() 457 err = gssx_enc_buffer(xdr, &name->display_name); in gssx_enc_name() 461 /* name->name_type */ in gssx_enc_name() 466 /* name->exported_name */ in gssx_enc_name() 471 /* name->exported_composite_name */ in gssx_enc_name() 478 /* name->name_attributes */ in gssx_enc_name() 485 /* name->extensions */ in gssx_enc_name() 493 struct gssx_name *name) in gssx_dec_name() 500 /* name in gssx_dec_name() 451 gssx_enc_name(struct xdr_stream *xdr, struct gssx_name *name) gssx_enc_name() argument 492 gssx_dec_name(struct xdr_stream *xdr, struct gssx_name *name) gssx_dec_name() argument [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_monitor_user.c | 90 for (i = 0; long_options[i].name != 0; i++) { in usage() 91 printf(" --%-15s", long_options[i].name); in usage() 671 const char *name = bpf_map__name(map); in print_bpf_prog_info() local 674 printf(" - map_data[%d] = fd(%d) name:%s\n", i, fd, name); in print_bpf_prog_info()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | mtd.h | 288 const char *name; member 457 if (!mtd->name) in mtd_set_of_node() 458 of_property_read_string(np, "label", &mtd->name); in mtd_set_of_node() 678 extern struct mtd_info *get_mtd_device_nm(const char *name);
|
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | isight.c | 457 strcpy(pcm->name, "iSight"); in isight_create_pcm() 536 .name = "Mic Capture Volume", in isight_create_mixer() 545 .name = "Mic Capture Switch", in isight_create_mixer() 718 .name = KBUILD_MODNAME,
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_maudio.c | 400 .name = "Clock Source", 433 .name = "Sync Status", 525 .name = "Digital Input Interface", 581 .name = "Digital Output Interface",
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | jz4770.c | 324 .name = "Volume", 346 .name = "Volume", 765 .name = "jz4770-hifi", 939 .name = "jz4770-codec",
|
H A D | cs42xx8.c | 504 .name = "cs42448", 510 .name = "cs42888", 605 cs42xx8_dai.name = cs42xx8->drvdata->name; in cs42xx8_probe()
|
H A D | uda1380.c | 655 .name = "uda1380-hifi", 671 .name = "uda1380-hifi-playback", 682 .name = "uda1380-hifi-capture", 800 .name = "uda1380-codec",
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emuproc.c | 282 snd_iprintf(buffer, "FX8010 Instruction List '%s'\n", emu->fx8010.name); in snd_emu10k1_proc_acode_read() 331 if (!strcmp(entry->name, "fx8010_tram_addr")) { in snd_emu10k1_fx8010_read() 334 } else if (!strcmp(entry->name, "fx8010_tram_data")) { in snd_emu10k1_fx8010_read() 336 } else if (!strcmp(entry->name, "fx8010_code")) { in snd_emu10k1_fx8010_read()
|
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 700 strcpy(pcm->name, "Multichannel"); in oxygen_pcm_init() 728 strcpy(pcm->name, "Digital"); in oxygen_pcm_init() 758 strcpy(pcm->name, outs ? "Front Panel" : "Analog 2"); in oxygen_pcm_init() 776 strcpy(pcm->name, "Analog 3"); in oxygen_pcm_init()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_main.c | 54 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) { in hash_setup() 324 strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) != 0) { in process_measurement() 804 * @eventname: event name to be used for the buffer entry. 807 * @keyring: keyring name to determine the action to be performed 860 (strlen(template->name) ? in process_buffer_measurement() 861 template->name : template->fmt), ret); in process_buffer_measurement()
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | process_keys.c | 827 * create a new one of that name and join that. 829 * If the name is NULL, an empty anonymous keyring will be installed as the 836 long join_session_keyring(const char *name) in join_session_keyring() argument 848 /* if no name is provided, install an anonymous keyring */ in join_session_keyring() 849 if (!name) { in join_session_keyring() 864 /* look for an existing keyring of this name */ in join_session_keyring() 865 keyring = find_keyring_by_name(name, false); in join_session_keyring() 869 name, old->uid, old->gid, old, in join_session_keyring()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-dsp.c | 902 const char *name; in hda_dsp_set_hw_params_upon_resume() local 917 name = asoc_rtd_to_codec(rtd, 0)->component->name; in hda_dsp_set_hw_params_upon_resume() 918 link = snd_hdac_ext_bus_get_link(bus, name); in hda_dsp_set_hw_params_upon_resume()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.c | 334 if (strstr(buf, "model name")) { in cpu_model() 382 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace) in svg_process() argument 392 else if (svg_highlight_name && strstr(name, svg_highlight_name)) in svg_process() 398 fprintf(svgfile, "<title>%d %s running %s</title>\n", pid, name, time_to_string(end - start)); in svg_process() 411 width, name); in svg_process()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | omapfb_dss.h | 319 const char *name; member 373 const char *name; member 642 const char *name; member 783 struct omap_dss_device *omap_dss_find_output(const char *name);
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 150 * as dentry name */ 154 * dentry name */ 306 * @cipher_name: String name for the cipher for this TFM 568 const char *name, size_t name_size); 574 const char *name, size_t name_size); 612 const char *name, void *value, size_t size); 614 ecryptfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name,
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tasks.h | 44 * @name: This flavor's textual name. 45 * @kname: This flavor's kthread name. 68 char *name; member 80 .name = n, \ 139 /* Return state name. */ 175 "synchronize_%s() called too soon", rtp->name)) in synchronize_rcu_tasks_generic() 250 if (WARN_ONCE(IS_ERR(t), "%s: Could not start %s grace-period kthread, OOM is now expected behavior\n", __func__, rtp->name)) in rcu_spawn_tasks_kthread_generic()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | prints.c | 140 char name[20]; in scnprintf_direntry() local 142 memcpy(name, de->de_name, de->de_namelen > 19 ? 19 : de->de_namelen); in scnprintf_direntry() 143 name[de->de_namelen > 19 ? 19 : de->de_namelen] = 0; in scnprintf_direntry() 145 name, de->de_dir_id, de->de_objectid); in scnprintf_direntry() 331 * maintainer-errorid: [function-name:] message 333 * where errorid is unique to the maintainer and function-name is
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | protocol.c | 33 kfree(stbuf->name); in p9stat_free() 34 stbuf->name = NULL; in p9stat_free() 204 &stbuf->name, &stbuf->uid, in p9pdu_vreadf() 437 stbuf->name, stbuf->uid, in p9pdu_vwritef() 626 "On the wire dirent name too long: %s\n", in p9dirent_read()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_stp.c | 49 (unsigned int) p->port_no, p->dev->name); in br_set_state() 52 (unsigned int) p->port_no, p->dev->name, in br_set_state() 137 (unsigned int) p->port_no, p->dev->name); in br_root_port_block() 544 (unsigned int) p->port_no, p->dev->name); in br_received_tcn_bpdu()
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | core.c | 553 .name = "bluetooth", 630 s->task = kthread_run(bnep_session, s, "kbnepd %s", dev->name); in bnep_add_connection() 641 strcpy(req->device, dev->name); in bnep_add_connection() 680 strcpy(ci->device, s->dev->name); in __bnep_copy_ci()
|
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | capi.c | 514 seq_printf(m, "addr %s\n", session->name); in cmtp_proc_show() 539 BT_INFO("Found %d CAPI controller(s) on device %s", session->ncontroller, session->name); in cmtp_attach_device() 552 strcpy(session->ctrl.name, session->name); in cmtp_attach_device()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | tc35876x-dsi-lvds.c | 680 .name = "i2c_disp_brig", 721 .name = "cmi-lcd", 786 __func__, cmi_lcd_i2c_driver.driver.name, r); in tc35876x_init() 792 __func__, tc35876x_bridge_i2c_driver.driver.name, r); in tc35876x_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_ioctl.c | 73 * there's 2 different ways, either by busid, or by device driver name. 78 * side-effect this fills out the unique name in the master structure. 79 * 2. Call GET_UNIQUE to read out the unique name from the master structure, 83 * Opening by name is slightly different: 86 * name returned by that ioctl. Note that SET_VERSION is not called, which 87 * means the the unique name for the master node just opening is _not_ filled 90 * 2. Match driver name. If it mismatches, proceed to the next device node. 91 * 3. Call GET_UNIQUE, and check whether the unique name has length zero (by 94 * copypasta from drm 1.0 times where a set unique name meant that the driver 97 * Long story short: To keep the open by name logi [all...] |