/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_init.c | 89 .name = DRV_NAME, 516 sprintf(pm8001_ha->name, "%s%d", DRV_NAME, pm8001_ha->id); in pm8001_pci_alloc() 963 "%s-%d", pm8001_ha->name, i); in pm8001_request_msix() 1015 IRQF_SHARED, pm8001_ha->name, in pm8001_request_irq() 1281 pm8001_ha->name, device_state); in pm8001_pci_suspend() 1306 "operating state [D%d]\n", pdev, pm8001_ha->name, device_state); in pm8001_pci_resume() 1314 pm8001_ha->name); in pm8001_pci_resume() 1463 .name = DRV_NAME,
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | pmac_zilog.c | 1400 char name[1]; in pmz_init_port() member 1457 if (strcmp(slots->name, "IrDA") == 0) in pmz_init_port() 1459 else if (strcmp(slots->name, "Modem") == 0) in pmz_init_port() 1805 .name = PMACZILOG_NAME, 1839 .name = "ch-a", 1842 .name = "ch-b", 1850 .name = "pmac_zilog", 1865 .name = "scc",
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 45 const char *name; member 50 .name = _name, \ 958 bep->ep.name = bcm63xx_ep_info[i].name; in bcm63xx_init_udc_hw() 1041 if (!ep || !desc || ep->name == bcm63xx_ep0name) in bcm63xx_ep_enable() 2252 root = debugfs_create_dir(udc->gadget.name, usb_debug_root); in bcm63xx_udc_init_debugfs() 2313 udc->gadget.name = dev_name(dev); in bcm63xx_udc_probe() 2381 .name = DRV_MODULE_NAME,
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | conntrack.c | 1334 static int ovs_ct_add_helper(struct ovs_conntrack_info *info, const char *name, in ovs_ct_add_helper() argument 1341 helper = nf_conntrack_helper_try_module_get(name, info->family, in ovs_ct_add_helper() 1344 OVS_NLERR(log, "Unknown helper \"%s\"", name); in ovs_ct_add_helper() 1356 ret = nf_nat_helper_try_module_get(name, info->family, in ovs_ct_add_helper() 1361 name, ret); in ovs_ct_add_helper() 1817 ct_info->helper->name)) in ovs_ct_action_to_attr() 2256 .name = OVS_CT_LIMIT_MCGROUP, 2261 .name = OVS_CT_LIMIT_FAMILY,
|
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
H A D | ali5451.c | 1607 char *name; member 1629 err = snd_pcm_new(codec->card, desc->name, device, in snd_ali_pcm() 1651 strcpy(pcm->name, desc->name); in snd_ali_pcm() 1657 { .name = "ALI 5451", 1663 { .name = "ALI 5451 modem", 1685 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\ 2223 .name = KBUILD_MODNAME,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | label.c | 1278 /* try matching with namespace name and then profile */ in match_component() 1434 * aa_update_label_name - update a label to have a stored name 1441 * note: only updates the label name if it does not have a name already 1448 char __counted *name; in aa_update_label_name() local 1457 if (aa_label_acntsxprint(&name, ns, label, FLAGS_NONE, gfp) < 0) in aa_update_label_name() 1463 label->hname = name; in aa_update_label_name() 1466 aa_put_str(name); in aa_update_label_name() 1473 * cached label name is present and visible 1499 * aa_profile_snxprint - print a profile name t 1739 char *name = NULL; aa_label_xaudit() local [all...] |
/kernel/linux/linux-5.10/sound/core/ |
H A D | timer.c | 1225 strcpy(timer->name, "system timer"); in snd_timer_register_system() 1271 snd_iprintf(buffer, "%s :", timer->name); in snd_timer_proc_read() 1664 strlcpy(ginfo->name, t->name, sizeof(ginfo->name)); in snd_timer_user_ginfo() 1819 strlcpy(info->name, t->name, sizeof(info->name)); in snd_timer_user_info()
|
/kernel/linux/linux-5.10/sound/sparc/ |
H A D | dbri.c | 2242 strcpy(pcm->name, card->shortname); in snd_dbri_pcm() 2407 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ 2416 .name = "Playback Volume", 2427 .name = "Capture Volume", 2648 dbri->irq, op->dev.of_node->name[9], dbri->mm.version); in dbri_probe() 2671 .name = "SUNW,DBRIe", 2674 .name = "SUNW,DBRIf", 2683 .name = "dbri",
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.c | 442 #define CPUINFO_PROC { "model name", "Processor", } in write_cpudesc() 448 #define CPUINFO_PROC { "model name", } in write_cpudesc() 721 * char name[]; 738 if (!pmu->name) in write_pmu_mappings() 748 if (!pmu->name) in write_pmu_mappings() 755 ret = do_write_string(ff, pmu->name); in write_pmu_mappings() 769 * char name[]; 788 const char *name = evsel->group_name ?: "{anon_group}"; in write_group_desc() local 792 ret = do_write_string(ff, name); in write_group_desc() 1452 ret = do_write_string(ff, caps->name); in write_cpu_pmu_caps() 1817 __desc_attr__fprintf(FILE *fp, const char *name, const char *val, void *priv __maybe_unused) __desc_attr__fprintf() argument 2546 char *name; process_pmu_mappings() local 2598 char *name; process_group_desc() member 3018 char *name, *value; process_cpu_pmu_caps() local [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | file.c | 142 err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len, in ntfs_attr_extend_initialized() 186 err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len, in ntfs_attr_extend_initialized() 283 err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len, in ntfs_attr_extend_initialized() 1026 err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len, in ntfs_prepare_pages_for_non_resident_write() 1132 err = ntfs_attr_lookup(ni->type, ni->name, in ntfs_prepare_pages_for_non_resident_write() 1229 if (ntfs_attr_lookup(ni->type, ni->name, ni->name_len, in ntfs_prepare_pages_for_non_resident_write() 1465 err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len, in ntfs_commit_pages_after_non_resident_write() 1591 err = ntfs_attr_lookup(ni->type, ni->name, ni->name_len, in ntfs_commit_pages_after_write()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 152 BT_DBG("%s hcon %p", hdev->name, conn); in le_scan_cleanup() 176 BT_DBG("%s hcon %p", conn->hdev->name, conn); in hci_connect_le_scan_remove() 523 BT_DBG("%s dst %pMR", hdev->name, dst); in hci_conn_add() 607 BT_DBG("%s hcon %p handle %d", hdev->name, conn, conn->handle); in hci_conn_del() 1566 BT_DBG("hdev %s", hdev->name); in hci_conn_hash_flush() 1581 BT_DBG("hdev %s", hdev->name); in hci_conn_check_pending() 1720 BT_DBG("%s hcon %p", hdev->name, conn); in hci_chan_create() 1745 BT_DBG("%s hcon %p chan %p", hdev->name, conn, chan); in hci_chan_del()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 49 ds->slave_mii_bus->name = "dsa slave smi"; in dsa_slave_mii_bus_init() 482 * care of the name generation. This ndo implementation in dsa_slave_get_port_parent_id() 903 char *name, size_t len) in dsa_slave_get_phys_port_name() 908 * care of the name generation. This ndo implementation in dsa_slave_get_phys_port_name() 914 if (snprintf(name, len, "p%d", dp->index) >= len) in dsa_slave_get_phys_port_name() 1650 .name = "dsa", 1801 const char *name = port->name; in dsa_slave_create() local 1809 slave_dev = alloc_netdev_mqs(sizeof(struct dsa_slave_priv), name, in dsa_slave_create() 1888 ret, slave_dev->name); in dsa_slave_create() 902 dsa_slave_get_phys_port_name(struct net_device *dev, char *name, size_t len) dsa_slave_get_phys_port_name() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 693 set->name, orig->htable_bits, htable_bits, orig); in mtype_resize() 776 pr_debug("set %s resized from %u (%p) to %u (%p)\n", set->name, in mtype_resize() 815 pr_warn("Cannot increase the hashsize of set %s further\n", set->name); in mtype_resize() 1028 set->name, maxelem); in mtype_add() 1361 pr_debug("list hash set %s\n", set->name); in mtype_list() 1408 set->name); in mtype_list() 1467 set->name, set->family == NFPROTO_IPV4 ? "inet" : "inet6"); in IPSET_TOKEN() 1589 set->name, jhash_size(t->htable_bits), in IPSET_TOKEN()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-core.c | 539 * We do not warn if the name is not set, we are in hid_parser_local() 1532 hdrv->name, ret); in hid_process_event() 1941 .attr = { .name = "report_descriptor", .mode = 0444 }, 1947 .attr = { .name = "country", .mode = 0444 }, 2042 type, hdev->name, hdev->phys); in hid_connect() 2381 if (add_uevent_var(env, "HID_NAME=%s", hdev->name)) in hid_uevent() 2398 .name = "hid", 2456 * is converted to allow more than 20 bytes as the device name? */ in hid_add_device() 2570 hdrv->driver.name = hdrv->name; in __hid_register_driver() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | gspca.c | 131 input_dev->name = dev->sd_desc->name; in gspca_input_connect() 1192 strscpy((char *)cap->driver, gspca_dev->sd_desc->name, in vidioc_querycap() 1217 strscpy(input->name, gspca_dev->sd_desc->name, in vidioc_enum_input() 1218 sizeof input->name); in vidioc_enum_input() 1430 .name = "gspca main driver", 1454 sd_desc->name, id->idVendor, id->idProduct); in gspca_dev_probe2()
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/ |
H A D | zd1201.c | 134 zd->dev->name, urb->status); in zd1201_usbfree() 212 zd->dev->name, urb->status); in zd1201_usbrx() 840 dev->name); in zd1201_tx_timeout() 898 struct iw_request_info *info, char *name, char *extra) in zd1201_get_name() 900 strcpy(name, "IEEE 802.11b"); in zd1201_get_name() 1780 strcpy(dev->name, "wlan%d"); in zd1201_probe() 1808 dev->name); in zd1201_probe() 1896 .name = "zd1201", 897 zd1201_get_name(struct net_device *dev, struct iw_request_info *info, char *name, char *extra) zd1201_get_name() argument
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-imx.c | 1044 .name = "imx1-cspi", 1047 .name = "imx21-cspi", 1050 .name = "imx27-cspi", 1053 .name = "imx31-cspi", 1056 .name = "imx35-cspi", 1059 .name = "imx51-ecspi", 1062 .name = "imx53-ecspi", 1849 .name = DRIVER_NAME,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/ |
H A D | main.c | 858 0, netdev->name, alx); in alx_request_msix() 868 sprintf(np->irq_lbl, "%s-TxRx-%u", netdev->name, in alx_request_msix() 871 sprintf(np->irq_lbl, "%s-tx-%u", netdev->name, in alx_request_msix() 874 sprintf(np->irq_lbl, "%s-rx-%u", netdev->name, in alx_request_msix() 877 sprintf(np->irq_lbl, "%s-unused", netdev->name); in alx_request_msix() 999 alx->dev->name, alx); in alx_request_irq() 1009 alx->dev->name, alx); in alx_request_irq() 2043 .name = alx_drv_name,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_err.c | 2295 .name = "IGU_EGU", 2299 .name = "PPP", 2303 .name = "SSU", 2307 .name = "PPU", 2311 .name = "TM", 2315 .name = "COMMON", 2319 .name = "MAC", 2347 while (module->name) { in hclge_config_nic_hw_error()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_vout.c | 577 strscpy(cap->card, vout->vfd->name, sizeof(cap->card)); in vidioc_querycap() 1243 snprintf(out->name, sizeof(out->name), "Overlay"); in vidioc_enum_output() 1385 strscpy(vfd->name, VOUT_NAME, sizeof(vfd->name)); in omap_vout_setup_video_data() 1627 dssdev->name); in omap_vout_probe() 1673 def_display->name); in omap_vout_probe() 1721 .name = VOUT_NAME,
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | gspca.c | 131 input_dev->name = dev->sd_desc->name; in gspca_input_connect() 1194 strscpy((char *)cap->driver, gspca_dev->sd_desc->name, in vidioc_querycap() 1219 strscpy(input->name, gspca_dev->sd_desc->name, in vidioc_enum_input() 1220 sizeof input->name); in vidioc_enum_input() 1432 .name = "gspca main driver", 1456 sd_desc->name, id->idVendor, id->idProduct); in gspca_dev_probe2()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_hydra.c | 99 char name[16]; member 380 .name = "kvaser_usb_kcan", 392 .name = "kvaser_usb_flex", 404 .name = "kvaser_usb_rt", 416 .name = "kvaser_usb_rt", 708 u8 channel, const char *name) in kvaser_usb_hydra_map_channel() 717 strcpy(cmd->map_ch_req.name, name); in kvaser_usb_hydra_map_channel() 707 kvaser_usb_hydra_map_channel(struct kvaser_usb *dev, u16 transid, u8 channel, const char *name) kvaser_usb_hydra_map_channel() argument
|
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 57 * source tree under the name rtl8367c. The vendor driver claims to support a 60 * the name RTL8367C. Although one wishes that the 'C' stood for some kind of 379 const char *name; member 498 * @name: human-readable chip name 510 const char *name; member 522 .name = "RTL8365MB-VC", 533 .name = "RTL8367S", 545 .name = "RTL8367RB-VB", 1307 strncpy(data + i * ETH_GSTRING_LEN, mib->name, ETH_GSTRING_LE in rtl8365mb_get_strings() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/ |
H A D | budget-ci.c | 84 char name[72]; /* 40 + 32 for (struct saa7146_dev).name */ member 171 snprintf(budget_ci->ir.name, sizeof(budget_ci->ir.name), in msp430_ir_init() 172 "Budget-CI dvb ir receiver %s", saa->name); in msp430_ir_init() 177 dev->device_name = budget_ci->ir.name; in msp430_ir_init() 816 const struct firmware **fw, char *name) in philips_tdm1316l_request_firmware() 820 return request_firmware(fw, name, &budget_ci->budget.dev->pci->dev); in philips_tdm1316l_request_firmware() 1547 .name = "budget_ci dvb", 815 philips_tdm1316l_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name) philips_tdm1316l_request_firmware() argument
|
/kernel/linux/linux-6.6/drivers/net/can/flexcan/ |
H A D | flexcan-core.c | 382 .name = DRV_NAME, 394 .name = DRV_NAME, 406 .name = DRV_NAME, 1730 err = request_irq(dev->irq, flexcan_irq, IRQF_SHARED, dev->name, dev); in flexcan_open() 1736 flexcan_irq, IRQF_SHARED, dev->name, dev); in flexcan_open() 1741 flexcan_irq, IRQF_SHARED, dev->name, dev); in flexcan_open() 2027 .name = "flexcan-mcf5441x", 2355 .name = DRV_NAME,
|