/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tscs454.c | 253 .name = "Pages", 319 if (strstr(kcontrol->id.name, "DAC")) { in coeff_ram_get() 322 } else if (strstr(kcontrol->id.name, "Speaker")) { in coeff_ram_get() 325 } else if (strstr(kcontrol->id.name, "Sub")) { in coeff_ram_get() 407 if (strstr(kcontrol->id.name, "DAC")) { in coeff_ram_put() 414 } else if (strstr(kcontrol->id.name, "Speaker")) { in coeff_ram_put() 421 } else if (strstr(kcontrol->id.name, "Sub")) { in coeff_ram_put() 682 if (strstr(source->name, "PLL 1")) { in pll_connected() 715 if (strstr(w->name, "PLL 1")) in pll_power_event() 1524 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name [all...] |
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | calendar_napi.cpp | 387 LOG_DEBUG("account.name:%{private}s", account.name.c_str()); in GetAccount() 416 napi_value name = nullptr; in CalendarAccountInit() local 420 napi_create_string_utf8(env, "name", NAPI_AUTO_LENGTH, &name); in CalendarAccountInit() 425 DECLARE_NAPI_PROPERTY("name", name), in CalendarAccountInit()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtnet.c | 59 const CHAR *name; member 536 strncpy_s(netif->name, sizeof(netif->name), VIRTMMIO_NETIF_NICK, sizeof(netif->name)); in EthernetIfInit()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_vepu1.c | 460 /* item name */
in vepu_dump_session() 487 const char *name = (const char *)&priv->codec_info[i].val;
in vepu_dump_session() local 489 seq_printf(seq, "%8s|", name);
in vepu_dump_session() 527 enc->procfs = proc_mkdir(mpp->dev->of_node->name, mpp->srv->procfs);
in vepu_procfs_init() 766 .name = VEPU1_DRIVER_NAME,
|
/device/soc/rockchip/common/sdk_linux/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...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_device.c | 65 char name[sizeof(format)];
in kbase_device_as_init() local 73 snprintf(name, sizeof(name), format, i);
in kbase_device_as_init() 78 kbdev->as[i].pf_wq = alloc_workqueue(name, 0, 1);
in kbase_device_as_init()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | csi.c | 414 .name = dev->name, in rkisp_csi_config_patch() 562 snprintf(sd->name, sizeof(sd->name), CSI_DEV_NAME); in rkisp_register_csi_subdev()
|
/device/soc/rockchip/common/sdk_linux/drivers/spi/ |
H A D | spidev.c | 808 .name = "spidev",
840 unregister_chrdev(SPIDEV_MAJOR, spidev_spi_driver.driver.name);
in spidev_init() 847 unregister_chrdev(SPIDEV_MAJOR, spidev_spi_driver.driver.name);
in spidev_init() 857 unregister_chrdev(SPIDEV_MAJOR, spidev_spi_driver.driver.name);
in spidev_exit()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_device.c | 69 char name[sizeof(format)]; in kbase_device_as_init() local 76 snprintf(name, sizeof(name), format, i); in kbase_device_as_init() 81 kbdev->as[i].pf_wq = alloc_workqueue(name, 0, 1); in kbase_device_as_init()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_vepu1.c | 489 /* item name */ in vepu_dump_session() 514 const char *name = (const char *)&priv->codec_info[i].val; in vepu_dump_session() local 516 seq_printf(seq, "%8s|", name); in vepu_dump_session() 552 enc->procfs = proc_mkdir(mpp->dev->of_node->name, mpp->srv->procfs); in vepu_procfs_init() 793 .name = VEPU1_DRIVER_NAME,
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | csi.c | 442 .name = dev->name, in rkisp_csi_config_patch() 593 snprintf(sd->name, sizeof(sd->name), CSI_DEV_NAME); in rkisp_register_csi_subdev()
|
/device/soc/rockchip/rk3588/kernel/drivers/mfd/ |
H A D | rk806-core.c | 301 { .name = "rk806-pinctrl", }, 303 .name = "rk805-pwrkey", 307 { .name = "rk806-regulator", }, 333 .name = "rk806",
|
/kernel/linux/linux-5.10/arch/x86/platform/uv/ |
H A D | uv_nmi.c | 126 #define param_check_local64(name, p) __param_check(name, p, local64_t) 232 #define param_check_action(name, p) __param_check(name, p, action_t)
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | armada_xp_edac.c | 328 mci->mod_name = pdev->dev.driver->name; in axp_mc_probe() 376 .name = "armada_xp_mc_edac", 551 dci->mod_name = pdev->dev.driver->name; in aurora_l2_probe() 600 .name = "aurora_l2_edac",
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | property.c | 458 * @prop: The name of the property 459 * @nargs_prop: The name of the property telling the number of 490 * @name: The name of the reference 499 const char *name, in fwnode_find_reference() 505 ret = fwnode_property_get_reference_args(fwnode, name, NULL, 0, index, in fwnode_find_reference() 560 * fwnode_get_name - Return the name of a node 563 * Returns a pointer to the node name. 734 * @childname: String to match child node name against. 747 * @childname: String to match child node name agains 498 fwnode_find_reference(const struct fwnode_handle *fwnode, const char *name, unsigned int index) fwnode_find_reference() argument 882 fwnode_get_mac_addr(struct fwnode_handle *fwnode, const char *name, char *addr, int alen) fwnode_get_mac_addr() argument [all...] |
H A D | memory.c | 72 .name = MEMORY_CLASS_NAME, 320 return sysfs_emit_at(buf, len, " %s", zone->name); in print_allowed_zone() 346 len += sysfs_emit_at(buf, len, "%s", default_zone->name); in valid_zones_show() 354 len += sysfs_emit_at(buf, len, "%s", default_zone->name); in valid_zones_show()
|
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon-max77843.c | 136 const char *name; member 190 .name = "max77843-muic", 909 muic_irq->name, info); in max77843_muic_probe() 952 .name = "max77843-muic",
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-vt8500.c | 31 * to support the new type as the name. 228 const char *clk_name = node->name; in vtwm_device_clk_init() 287 init.name = clk_name; in vtwm_device_clk_init() 678 const char *clk_name = node->name; in vtwm_pll_clk_init() 700 init.name = clk_name; in vtwm_pll_clk_init()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | brcmstb-avs-cpufreq.c | 18 * "AVS" is the name of a firmware developed at Broadcom. It derives 19 * its name from the technique called "Adaptive Voltage Scaling". 23 * AVS Firmware, despite its unchanged name, also supports DFS mode and 185 static void __iomem *__map_region(const char *name) in __map_region() argument 190 np = of_find_compatible_node(NULL, NULL, name); in __map_region() 736 .name = BRCM_AVS_CPUFREQ_PREFIX, 776 .name = BRCM_AVS_CPUFREQ_NAME,
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_hal.c | 612 unsigned char name[IFNAMSIZ * 2] = {}; in nitrox_get_hwinfo() local 642 snprintf(name, sizeof(name), "CNN55%s-%3dBG676%s-1.%u", in nitrox_get_hwinfo() 649 strncpy(ndev->hw.partname, name, sizeof(ndev->hw.partname)); in nitrox_get_hwinfo()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | msdos.c | 236 char v_volume[8]; /* volume name */ 268 snprintf(tmp, sizeof(tmp), " %s%d: <solaris:", state->name, origin); in parse_solaris_x86() 310 char d_typename[16]; /* type name, e.g. "eagle" */ 371 snprintf(tmp, sizeof(tmp), " %s%d: <%s:", state->name, origin, flavour); in parse_bsd() 469 char v_name[8]; /* volume name */ 501 snprintf(tmp, sizeof(tmp), " %s%d: <unixware:", state->name, origin); in parse_unixware() 550 snprintf(tmp, sizeof(tmp), " %s%d: <minix:", state->name, origin); in parse_minix()
|
/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | elf2ecoff.c | 13 * 3. The name of the author may not be used to endorse or promote products 133 static char *saveRead(int file, off_t offset, off_t len, char *name) in saveRead() argument 139 fprintf(stderr, "%s: fseek: %s\n", name, strerror(errno)); in saveRead() 143 fprintf(stderr, "%s: Can't allocate %ld bytes.\n", name, in saveRead() 150 name, in saveRead()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | setup-common.c | 208 if (ppc_md.name) in show_cpuinfo_summary() 209 seq_printf(m, "platform\t: %s\n", ppc_md.name); in show_cpuinfo_summary() 619 DBG(" %s ...", machine_id->name); in probe_machine() 633 printk(KERN_INFO "Using %s machine description\n", ppc_md.name); in probe_machine() 663 * name instead */ in check_legacy_ioport()
|
/kernel/linux/linux-5.10/arch/parisc/mm/ |
H A D | init.c | 47 .name = "Kernel data", 52 .name = "Kernel code", 57 .name = "PDC data (Page Zero)", 178 res->name = "System RAM"; in setup_bootmem()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | hotplug-memory.c | 75 kfree(prop->name); in dlpar_free_property() 89 new_prop->name = kstrdup(prop->name, GFP_KERNEL); in dlpar_clone_property() 91 if (!new_prop->name || !new_prop->value) { in dlpar_clone_property()
|