Home
last modified time | relevance | path

Searched refs:info (Results 19101 - 19125 of 27975) sorted by relevance

1...<<761762763764765766767768769770>>...1119

/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c755 siginfo_t info; in MqSendNotify() local
761 info.si_signo = mqnotify->notify.sigev_signo; in MqSendNotify()
762 info.si_code = SI_MESGQ; in MqSendNotify()
763 info.si_value = mqnotify->notify.sigev_value; in MqSendNotify()
764 OsDispatch(mqnotify->pid, &info, OS_USER_KILL_PERMISSION); in MqSendNotify()
/kernel/linux/linux-6.6/sound/parisc/
H A Dharmony.c41 #include <sound/info.h>
252 .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED |
273 .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED |
781 .info = snd_harmony_mixercontrol_info, \
796 .info = snd_harmony_captureroute_info,
/kernel/linux/linux-6.6/sound/ppc/
H A Dburgundy.c200 .info = snd_pmac_burgundy_info_volume,\
276 .info = snd_pmac_burgundy_info_volume_2b,\
338 .info = snd_pmac_burgundy_info_gain,\
393 .info = snd_pmac_burgundy_info_switch_w,\
449 .info = snd_pmac_burgundy_info_switch_b,\
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dtas2781_hda_i2c.c45 .info = snd_soc_info_volsw_range, \
55 .info = snd_ctl_boolean_mono_info, \
388 .info = tasdevice_info_profile,
396 .info = tasdevice_info_programs,
404 .info = tasdevice_info_config,
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dquartet.c17 #include <sound/info.h>
718 .info = qtet_##xtype##_info,\
727 .info = qtet_sw_info,
735 .info = qtet_sw_info,
743 .info = qtet_ain12_enum_info,
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_core_mpc.h71 #define IS_IQD(card) ((card)->info.type == QETH_CARD_TYPE_IQD)
72 #define IS_OSD(card) ((card)->info.type == QETH_CARD_TYPE_OSD)
73 #define IS_OSM(card) ((card)->info.type == QETH_CARD_TYPE_OSM)
76 #define IS_OSX(card) ((card)->info.type == QETH_CARD_TYPE_OSX)
81 #define IS_VM_NIC(card) ((card)->info.is_vm_nic)
/kernel/linux/linux-6.6/sound/soc/intel/atom/
H A Dsst-atom-controls.h719 .info = sst_gain_ctl_info,\
730 .info = sst_gain_ctl_info, \
740 .info = snd_soc_info_bool_ext, \
804 .info = xinfo, .get = xget, .put = xput, \
855 .info = sst_slot_enum_info, \
/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_direct_test.cpp501 * @tc.desc: Wifi hdi get netdev info function test
592 struct WifiStationInfo info; in HWTEST_F() local
595 (void)memset_s(&info, sizeof(struct WifiStationInfo), 0, sizeof(struct WifiStationInfo)); in HWTEST_F()
596 rc = g_wlanObj->GetStaInfo(g_wlanObj, nullptr, &info, mac, ETH_ADDR_LEN); in HWTEST_F()
600 rc = g_wlanObj->GetStaInfo(g_wlanObj, ifName, &info, nullptr, ETH_ADDR_LEN); in HWTEST_F()
602 rc = g_wlanObj->GetStaInfo(g_wlanObj, ifName, &info, mac, ETH_ADDR_LEN); in HWTEST_F()
/third_party/backends/backend/
H A Dcardscan.c559 /* load info into sane_device struct */ in attach_one()
827 SANE_Action action, void *val, SANE_Int * info) in sane_control_option()
832 /* Make sure that all those statements involving *info cannot break (better in sane_control_option()
833 * than having to do "if (info) ..." everywhere!) in sane_control_option()
835 if (info == 0) in sane_control_option()
836 info = &dummy; in sane_control_option()
889 status = sanei_constrain_value (s->opt + option, val, info); in sane_control_option()
917 *info |= SANE_INFO_RELOAD_PARAMS | SANE_INFO_RELOAD_OPTIONS; in sane_control_option()
826 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
H A Das6e.c411 SANE_Action action, void *val, SANE_Int * info) in sane_control_option()
417 if (info) in sane_control_option()
418 *info = 0; in sane_control_option()
453 /* status = sanei_constrain_value (s->options_list[option], val, info);*/ in sane_control_option()
464 if (info && s->value[option].w != *(SANE_Word *) val) in sane_control_option()
465 *info |= SANE_INFO_RELOAD_PARAMS; in sane_control_option()
410 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
H A Dhpsj5s.c365 SANE_Action action, void *value, SANE_Int * info) in sane_control_option()
387 case SANE_ACTION_SET_VALUE: /*info should be set */ in sane_control_option()
389 if (info != NULL) in sane_control_option()
390 *info = SANE_INFO_RELOAD_PARAMS; in sane_control_option()
401 case SANE_ACTION_SET_VALUE: /*info should be set */ in sane_control_option()
403 if (info != NULL) in sane_control_option()
404 *info = 0; in sane_control_option()
364 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument
/third_party/curl/lib/
H A Dcf-h1-proxy.c188 data->info.httpcode = 0; /* clear it as it might've been used for the in h1_tunnel_go_state()
356 data->info.httpproxycode = k->httpcode = (header[9] - '0') * 100 + in on_resp_header()
524 if(!result && *done && data->info.httpproxycode/100 != 2) { in recv_CONNECT_resp()
948 if(data->info.httpproxycode/100 != 2) { in H1_CONNECT()
960 data->info.httpproxycode); in H1_CONNECT()
/third_party/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc890 while (const testing::TestInfo* info = suite->GetTestInfo(ti++)) { in TEST()
891 know_test_names.insert(std::string(suite->name()) + "." + info->name()); in TEST()
1022 std::string operator()(const ::testing::TestParamInfo<int>& info) { in operator ()()
1023 int value = info.param + sum; in operator ()()
1024 sum += info.param; in operator ()()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java813 NameInfo info = new NameInfo(); in addNamesIntoTrie()
814 info.mzID = mzID; in addNamesIntoTrie()
815 info.tzID = tzID; in addNamesIntoTrie()
816 info.type = getNameType(i); in addNamesIntoTrie()
817 trie.put(name, info); in addNamesIntoTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java815 NameInfo info = new NameInfo(); in addNamesIntoTrie()
816 info.mzID = mzID; in addNamesIntoTrie()
817 info.tzID = tzID; in addNamesIntoTrie()
818 info.type = getNameType(i); in addNamesIntoTrie()
819 trie.put(name, info); in addNamesIntoTrie()
/third_party/libdrm/nouveau/
H A Dnouveau.c381 struct nv_device_info_v0 info = {}; in nouveau_device_new() local
408 info.version = 0; in nouveau_device_new()
411 &info, sizeof(info)); in nouveau_device_new()
415 nvdev->base.chipset = info.chipset; in nouveau_device_new()
H A Dpushbuf.c317 struct drm_nouveau_gem_pushbuf_bo_presumed *info; in pushbuf_submit() local
375 info = &kref->presumed; in pushbuf_submit()
376 if (!info->valid) { in pushbuf_submit()
378 if (info->domain == NOUVEAU_GEM_DOMAIN_VRAM) in pushbuf_submit()
382 bo->offset = info->offset; in pushbuf_submit()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c223 if (nir_is_arrayed_io(var, state->shader->info.stage) || var->data.per_view) { in needs_lowering()
922 state->shader->info.stage, in lower_output_var()
932 if (state->shader->info.stage != MESA_SHADER_GEOMETRY) { in lower_output_var()
1006 state->shader->info.stage, in lower_packed_inputs()
1038 assert(shader->info.stage != MESA_SHADER_COMPUTE); in gl_nir_lower_packed_varyings()
H A Dgl_nir_linker.c87 if (!nir->info.flrp_lowered) { in gl_nir_opts()
109 nir->info.flrp_lowered = true; in gl_nir_opts()
476 /* In the ARB_gl_spirv spec, names are considered optional debug info, so in add_vars_with_modes()
821 total_image_units += sh->Program->info.num_images; in check_image_resources()
822 total_shader_storage_blocks += sh->Program->info.num_ssbos; in check_image_resources()
831 uint64_t frag_outputs_written = frag_sh->Program->info.outputs_written; in check_image_resources()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc.c503 cpb_size = (sscreen->info.gfx_level < GFX9) in radeon_create_encoder()
513 cpb_size += setup_dpb(enc, templat.buffer_format, sscreen->info.gfx_level); in radeon_create_encoder()
520 if (sscreen->info.gfx_level >= GFX11) in radeon_create_encoder()
522 else if (sscreen->info.family >= CHIP_NAVI21) in radeon_create_encoder()
524 else if (sscreen->info.family >= CHIP_RENOIR) in radeon_create_encoder()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c835 struct pan_shader_info info; in pan_blend_get_shader_locked() local
837 GENX(pan_shader_compile)(nir, &inputs, &variant->binary, &info); in pan_blend_get_shader_locked()
840 assert(info.sysvals.sysval_count == 0); in pan_blend_get_shader_locked()
842 variant->work_reg_count = info.work_reg_count; in pan_blend_get_shader_locked()
845 variant->first_tag = info.midgard.first_tag; in pan_blend_get_shader_locked()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c306 struct rbug_proto_context_info *info = (struct rbug_proto_context_info *)header; in rbug_context_info() local
315 rb_context = rbug_get_context_locked(rb_screen, info->context); in rbug_context_info()
533 struct rbug_proto_shader_info *info = (struct rbug_proto_shader_info *)header; in rbug_shader_info() local
542 rb_context = rbug_get_context_locked(rb_screen, info->context); in rbug_shader_info()
551 tr_shdr = rbug_get_shader_locked(rb_context, info->shader); in rbug_shader_info()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp739 VkBufferDeviceAddressInfo info in iterate()
748 info.buffer = **inputBuffers[inputNdx]; in iterate()
749 VkDeviceAddress addr = vkdi.getBufferDeviceAddress(device, &info); in iterate()
755 info.buffer = **outputBuffers[outputNdx]; in iterate()
756 VkDeviceAddress addr = vkdi.getBufferDeviceAddress(device, &info); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp67 ASSERT(d3dFormatInfo.info().mipGenerationFunction != nullptr); in GenerateMip()
84 d3dFormatInfo.info().mipGenerationFunction(sourceDesc.Width, sourceDesc.Height, 1, sourceData, in GenerateMip()
208 sourceD3DFormatInfo.info().pixelReadFunction, destData, destLocked.Pitch, in CopyImage()
209 destD3DFormatInfo.pixelBytes, 0, destD3DFormatInfo.info().pixelWriteFunction, in CopyImage()
211 destD3DFormatInfo.info().componentType, sourceRect.width, sourceRect.height, in CopyImage()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp79 std::string operator()(const ::testing::TestParamInfo<MultiDrawTestParams> &info) const in operator ()()
82 ss << std::get<0>(info.param) in operator ()()
83 << (std::get<3>(info.param) == BufferDataUsageOption::StaticDraw ? "__StaticDraw" in operator ()()
85 << (std::get<2>(info.param) == InstancingOption::UseInstancing ? "__Instanced" : "") in operator ()()
86 << (std::get<1>(info.param) == DrawIDOption::UseDrawID ? "__DrawID" : ""); in operator ()()

Completed in 47 milliseconds

1...<<761762763764765766767768769770>>...1119