Home
last modified time | relevance | path

Searched refs:name (Results 25151 - 25175 of 59107) sorted by relevance

1...<<1001100210031004100510061007100810091010>>...2365

/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c753 snprintf(hwfn->name, NAME_SIZE, "sp-%d-%02x:%02x.%02x", in qed_slowpath_irq_req()
757 qed_msix_sp_int, 0, hwfn->name, &hwfn->sp_dpc); in qed_slowpath_irq_req()
761 snprintf(cdev->name, NAME_SIZE, "%02x:%02x.%02x", in qed_slowpath_irq_req()
769 flags, cdev->name, cdev); in qed_slowpath_irq_req()
1209 char name[NAME_SIZE]; in qed_slowpath_wq_start() local
1218 snprintf(name, NAME_SIZE, "slowpath-%02x:%02x.%02x", in qed_slowpath_wq_start()
1222 hwfn->slowpath_wq = alloc_workqueue(name, 0, 0); in qed_slowpath_wq_start()
1353 strscpy(drv_version.name, params->name, in qed_slowpath_start()
1430 static void qed_set_name(struct qed_dev *cdev, char name[NAME_SIZ argument
2641 qed_nvm_flash(struct qed_dev *cdev, const char *name) qed_nvm_flash() argument
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Ddir.c140 const char *name; member
226 kfree(array->array[i].name); in nfs_readdir_clear_array()
272 * the caller is responsible for freeing qstr.name
276 static const char *nfs_readdir_copy_name(const char *name, unsigned int len) in nfs_readdir_copy_name() argument
278 const char *ret = kmemdup_nul(name, len, GFP_KERNEL); in nfs_readdir_copy_name()
281 * Avoid a kmemleak false positive. The pointer to the name is stored in nfs_readdir_copy_name()
315 const char *name; in nfs_readdir_folio_array_append() local
318 name = nfs_readdir_copy_name(entry->name, entry->len); in nfs_readdir_folio_array_append()
321 if (!name) in nfs_readdir_folio_array_append()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode.c645 * Lookups up an inode from "name". If ci_name is not NULL, then a CI match
647 * ci_name->name will point to a the actual name (caller must free) or
653 const struct xfs_name *name, in xfs_lookup()
660 trace_xfs_lookup(dp, name); in xfs_lookup()
665 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()
677 kmem_free(ci_name->name); in xfs_lookup()
957 struct xfs_name *name, in xfs_create()
977 trace_xfs_create(dp, name); in xfs_create()
995 resblks = XFS_MKDIR_SPACE_RES(mp, name in xfs_create()
651 xfs_lookup( struct xfs_inode *dp, const struct xfs_name *name, struct xfs_inode **ipp, struct xfs_name *ci_name) xfs_lookup() argument
954 xfs_create( struct mnt_idmap *idmap, xfs_inode_t *dp, struct xfs_name *name, umode_t mode, dev_t rdev, bool init_xattrs, xfs_inode_t **ipp) xfs_create() argument
2493 xfs_remove( xfs_inode_t *dp, struct xfs_name *name, xfs_inode_t *ip) xfs_remove() argument
2807 struct qstr name; xfs_rename_alloc_whiteout() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dmv_udc_core.c141 udc->eps[index].name); in process_ep_req()
238 ep->ep.name, &req->req, status,
1240 char name[14]; in eps_init() local
1246 strncpy(ep->name, "ep0", sizeof(ep->name)); in eps_init()
1247 ep->ep.name = ep->name; in eps_init()
1265 snprintf(name, sizeof(name), "ep%din", i / 2); in eps_init()
1269 snprintf(name, sizeo in eps_init()
[all...]
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A Drio_mport_cdev.c1694 dev_info.name[sizeof(dev_info.name) - 1] = '\0'; in rio_mport_add_riodev()
1696 rmcd_debug(RDEV, "name:%s ct:0x%x did:0x%x hc:0x%x", dev_info.name, in rio_mport_add_riodev()
1699 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev()
1701 rmcd_debug(RDEV, "device %s already exists", dev_info.name); in rio_mport_add_riodev()
1789 if (strlen(dev_info.name)) in rio_mport_add_riodev()
1790 dev_set_name(&rdev->dev, "%s", dev_info.name); in rio_mport_add_riodev()
1830 dev_info.name[sizeof(dev_info.name) in rio_mport_del_riodev()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c223 dev->name); in t4vf_os_portmod_changed()
226 dev->name, mod_str[pi->mod_type]); in t4vf_os_portmod_changed()
229 "module inserted\n", dev->name); in t4vf_os_portmod_changed()
232 "forcing TWINAX\n", dev->name); in t4vf_os_portmod_changed()
235 dev->name); in t4vf_os_portmod_changed()
238 "inserted\n", dev->name, pi->mod_type); in t4vf_os_portmod_changed()
358 "%s-FWeventq", adapter->name); in name_msix_vecs()
371 "%s-%d", dev->name, qs); in name_msix_vecs()
793 adapter->name, adapter); in adapter_up()
2069 ? rxq[qs].rspq.netdev->name in sge_qinfo_show()
2386 const char *name; /* name of debugfs node */ global() member
[all...]
/kernel/linux/linux-6.6/sound/pci/ymfpci/
H A Dymfpci_main.c1137 strcpy(pcm->name, "YMFPCI"); in snd_ymfpci_pcm()
1170 sprintf(pcm->name, "YMFPCI - %s", in snd_ymfpci_pcm2()
1204 strcpy(pcm->name, "YMFPCI - IEC958"); in snd_ymfpci_pcm_spdif()
1245 strcpy(pcm->name, "YMFPCI - Rear PCM"); in snd_ymfpci_pcm_4ch()
1296 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
1325 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK),
1372 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,PCM_STREAM),
1419 .name = "Direct Recording Source",
1430 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
1484 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name
2025 const char *name; snd_ymfpci_request_firmware() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c252 pr_debug("%s: %p=%s\n", __func__, idev, dev ? dev->name : "NIL"); in in_dev_finish_destroy()
900 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in rtm_to_ifaddr()
1184 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in devinet_ioctl()
1500 /* Rename ifa_labels for a device name change. Make some effort to preserve
1512 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in inetdev_changename()
1520 if (strlen(dot) + strlen(dev->name) < IFNAMSIZ) in inetdev_changename()
1590 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in inetdev_event()
2524 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \
2526 .procname = name, \
2535 #define DEVINET_SYSCTL_RW_ENTRY(attr, name) \
[all...]
/third_party/ffmpeg/libavutil/
H A Dtx_template.c27 #define TABLE_DEF(name, size) \
28 DECLARE_ALIGNED(32, TXSample, TX_TAB(ff_tx_tab_ ##name))[size]
537 .name = TX_NAME_STR("fft" #n "_ns"), \
718 .name = TX_NAME_STR("fft_sr"),
731 .name = TX_NAME_STR("fft_sr_inplace"),
769 .name = TX_NAME_STR("fft_naive"),
836 .name = TX_NAME_STR("fft_pfa_" #N "xM"), \
918 .name = TX_NAME_STR("mdct_naive_fwd"),
931 .name = TX_NAME_STR("mdct_naive_inv"),
1040 .name
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp542 * @param name Test name
545 SparseTexture2CommitmentTestCase::SparseTexture2CommitmentTestCase(deqp::Context& context, const char* name, in SparseTexture2CommitmentTestCase() argument
547 : SparseTextureCommitmentTestCase(context, name, description) in SparseTexture2CommitmentTestCase()
2290 SparseTexture2LookupTestCase::SparseTexture2LookupTestCase(deqp::Context& context, const char* name, in SparseTexture2LookupTestCase() argument
2292 : SparseTexture2CommitmentTestCase(context, name, description) in SparseTexture2LookupTestCase()
2490 std::string funcName = funcToken.name; in createLookupShaderTokens()
2711 if (funcToken.name == "sparseTextureLodARB" || funcToken.name == "sparseTextureLodOffsetARB") in funcAllowed()
2716 else if (funcToken.name in funcAllowed()
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c59 _("source_name=<name for the source> "
61 "source_master=<name of source to filter> "
62 "sink_name=<name for the sink> "
64 "sink_master=<name of sink to filter> "
1506 pa_proplist_sets(pl, PA_PROP_DEVICE_MASTER_DEVICE, u->sink_input->sink->name); in source_output_moving_cb()
1511 pa_proplist_setf(pl, PA_PROP_DEVICE_DESCRIPTION, "%s (echo cancelled with %s)", z ? z : dest->name, in source_output_moving_cb()
1512 y ? y : u->sink_input->sink->name); in source_output_moving_cb()
1538 pa_proplist_sets(pl, PA_PROP_DEVICE_MASTER_DEVICE, u->source_output->source->name); in sink_input_moving_cb()
1543 pa_proplist_setf(pl, PA_PROP_DEVICE_DESCRIPTION, "%s (echo cancelled with %s)", z ? z : dest->name, in sink_input_moving_cb()
1544 y ? y : u->source_output->source->name); in sink_input_moving_cb()
[all...]
/third_party/selinux/libsepol/src/
H A Dwrite.c581 len = strlen(ft->name); in filename_write_one_compat()
589 items = put_entry(ft->name, sizeof(char), len, fp); in filename_write_one_compat()
616 len = strlen(ft->name); in filename_write_one()
622 items = put_entry(ft->name, sizeof(char), len, fp); in filename_write_one()
1363 c->u.name); in ocontext_write_xen()
1441 len = strlen(c->u.name); in ocontext_write_xen()
1446 items = put_entry(c->u.name, 1, len, fp); in ocontext_write_xen()
1471 c->u.name); in ocontext_write_selinux()
1494 len = strlen(c->u.name); in ocontext_write_selinux()
1499 items = put_entry(c->u.name, in ocontext_write_selinux()
[all...]
/third_party/backends/backend/
H A Depsonds.c1186 char productName[50]; // ESCI/2 procduct name
1187 char deviceID[50]; // device ID (same as bonjour mdl name)
1414 DBG(7, "%s: %s\n", __func__, s->hw->sane.name); in open_scanner()
1424 /* device name has the form net:ipaddr */ in open_scanner()
1425 status = sanei_tcp_open(&s->hw->name[4], 1865, &s->fd); in open_scanner()
1454 DBG(1, "%s cannot lock scanner: %s\n", s->hw->sane.name, in open_scanner()
1467 status = sanei_usb_open(s->hw->sane.name, &s->fd); in open_scanner()
1485 s->hw->sane.name, in open_scanner()
1516 device_detect(const char *name, int type, SANE_Status *status) in device_detect() argument
1521 DBG(1, "%s, %s, type: %d\n", __func__, name, typ in device_detect()
1659 attach(const char *name, int type) attach() argument
1684 char name[39 + 4]; attach_one_net() local
1710 char name[39 + 4]; found_net_device() local
1796 const char *name = attach_one_config() local
2087 sane_open(SANE_String_Const name, SANE_Handle *handle) sane_open() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp148 const std::string& name,
184 const std::string& name,
212 const std::string& name,
246 const std::string& name,
274 const std::string& name,
301 const std::string& name,
331 const std::string& name,
358 const std::string& name,
387 const std::string& name,
421 const std::string& name,
1330 MultisampleTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& blendState, GeometryType geometryType, float pointSize, ImageBackingMode backingMode, const bool useFragmentShadingRate) MultisampleTest() argument
1385 RasterizationSamplesTest(tcu::TestContext& testContext, const std::string& name, PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSamples, GeometryType geometryType, float pointSize, ImageBackingMode backingMode, TestModeFlags modeFlags, const bool useFragmentShadingRate) RasterizationSamplesTest() argument
1431 MinSampleShadingTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSamples, float minSampleShading, GeometryType geometryType, float pointSize, ImageBackingMode backingMode, const bool minSampleShadingEnabled, const bool useFragmentShadingRate) MinSampleShadingTest() argument
1495 SampleMaskTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSamples, const std::vector<VkSampleMask>& sampleMask, GeometryType geometryType, float pointSize, ImageBackingMode backingMode, const bool useFragmentShadingRate) SampleMaskTest() argument
1541 AlphaToOneTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSamples, ImageBackingMode backingMode, const bool useFragmentShadingRate) AlphaToOneTest() argument
1609 AlphaToCoverageTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSamples, GeometryType geometryType, ImageBackingMode backingMode, const bool useFragmentShadingRate, const bool checkDepthBuffer) AlphaToCoverageTest() argument
1690 AlphaToCoverageNoColorAttachmentTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSamples, GeometryType geometryType, ImageBackingMode backingMode, const bool useFragmentShadingRate) AlphaToCoverageNoColorAttachmentTest() argument
1734 AlphaToCoverageColorUnusedAttachmentTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSamples, GeometryType geometryType, ImageBackingMode backingMode, const bool useFragmentShadingRate) AlphaToCoverageColorUnusedAttachmentTest() argument
1782 SampleMaskWithConservativeTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const VkSampleCountFlagBits rasterizationSamples, const VkConservativeRasterizationModeEXT conservativeRasterizationMode, const bool enableMinSampleShading, const float minSampleShading, const bool enableSampleMask, const VkSampleMask sampleMask, const bool enablePostDepthCoverage, const bool useFragmentShadingRate) SampleMaskWithConservativeTest() argument
[all...]
/applications/standard/contacts_data/dataBusiness/calllog/src/
H A Dcalllog_database.cpp238 * @brief QueryContacts By InsertCallLog get name and phone to UpdateTopContact
276 std::string name; in QueryContactsByInsertCalls() local
277 resultSet->GetString(0, name); in QueryContactsByInsertCalls()
281 insertValues.PutString(CallLogColumns::DISPLAY_NAME, name); in QueryContactsByInsertCalls()
/kernel/linux/linux-5.10/crypto/
H A Dcrypto_engine.c508 snprintf(engine->name, sizeof(engine->name), in crypto_engine_alloc_init_and_set()
514 engine->kworker = kthread_create_worker(0, "%s", engine->name); in crypto_engine_alloc_init_and_set()
H A Dalgif_skcipher.c293 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind() argument
295 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
371 .name = "skcipher",
H A Dalgif_rng.c17 * 3. The name of the author may not be used to endorse or promote
202 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind() argument
211 rng = crypto_alloc_rng(name, type, mask); in rng_bind()
326 .name = "rng",
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c157 dev_err(adev->dev, "couldn't schedule ib on ring <%s>\n", ring->name); in amdgpu_ib_schedule()
412 ring->name); in amdgpu_ib_ring_tests()
418 ring->name, r); in amdgpu_ib_ring_tests()
/kernel/linux/linux-5.10/drivers/bus/
H A Domap_l3_noc.c79 target_name = l3_targ_inst->name; in l3_handle_target()
127 master_name = master->name; in l3_handle_target()
361 .name = "omap_l3_noc",
/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dclk-generated.c290 const char *name, const char **parent_names, in at91_clk_register_generated()
304 init.name = name; in at91_clk_register_generated()
288 at91_clk_register_generated(struct regmap *regmap, spinlock_t *lock, const struct clk_pcr_layout *layout, const char *name, const char **parent_names, u32 *mux_table, u8 num_parents, u8 id, const struct clk_range *range, int chg_pid) at91_clk_register_generated() argument
/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-tegra210-emc.c111 const char *name = clk_hw_get_name(parent); in tegra210_clk_emc_find_parent() local
115 return __clk_lookup(name); in tegra210_clk_emc_find_parent()
279 init.name = "emc"; in tegra210_clk_register_emc()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dspeedstep-centrino.c9 * Despite the "SpeedStep" in the name, this is almost entirely unlike
200 #define _BANIAS(cpuid, max, name) \
202 .model_name = "Intel(R) Pentium(R) M processor " name "MHz", \
507 .name = "centrino", /* should be speedstep-centrino,
540 * CPU model and stepping, and we need to have the exact model name in
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dtraps.c86 const char *name = NULL; in do_show_stack() local
125 name = kallsyms_lookup(ip, &size, &offset, &modname, tmpstr); in do_show_stack()
127 printk("%s[%p] 0x%lx: %s + 0x%lx", loglvl, fp, ip, name, offset); in do_show_stack()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c349 .name = "MPC8568 MDS", in define_machine()
368 .name = "MPC8569 MDS", in define_machine()
388 .name = "P1021 MDS", in define_machine()

Completed in 74 milliseconds

1...<<1001100210031004100510061007100810091010>>...2365