Home
last modified time | relevance | path

Searched refs:get (Results 8801 - 8825 of 15584) sorted by relevance

1...<<351352353354355356357358359360>>...624

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2781-i2c.c49 * tas2781_digital_getvol - get the volum control
250 prof_ctrls[mix_index].get = tasdevice_get_profile_id; in tasdevice_create_control()
351 dsp_ctrls[mix_index].get = tasdevice_program_get; in tasdevice_dsp_create_ctrls()
360 dsp_ctrls[mix_index].get = tasdevice_configuration_get; in tasdevice_dsp_create_ctrls()
658 dev_err(tas_priv->dev, "%s Can't get reset GPIO\n", in tasdevice_parse_dt()
/kernel/liteos_a/arch/arm/arm/src/
H A Dlos_hw_exc.S130 LDR R1, [R0, #8] @get pc
145 LDR R1, [R0, #-12 * 4] @get R1
147 LDR R1, [R0,#-13 * 4] @get R0
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_stream.c130 err = clk_spec->get(bebob, &id); in snd_bebob_stream_get_clock_src()
133 "fail to get clock source: %d\n", err); in snd_bebob_stream_get_clock_src()
167 "fail to get an input for MSU in plug %d: %d\n", in snd_bebob_stream_get_clock_src()
280 "fail to get channel position for isoc %s plug 0: %d\n", in map_data_channels()
302 "fail to get section type for isoc %s plug 0: %d\n", in map_data_channels()
538 err = bebob->spec->rate->get(bebob, &curr_rate); in snd_bebob_stream_reserve_duplex()
614 err = bebob->spec->rate->get(bebob, &curr_rate); in snd_bebob_stream_start_duplex()
788 "Fail to get type for isoc %d plug 0: %d\n", plug_dir, err); in fill_stream_formations()
808 "fail to get stream format %d for isoc %d plug %d:%d\n", in fill_stream_formations()
849 "fail to get typ in detect_midi_ports()
[all...]
/kernel/linux/linux-6.6/sound/pci/au88x0/
H A Dau88x0_pcm.c505 .get = snd_vortex_spdif_get,
513 .get = snd_vortex_spdif_mask_get
589 .get = snd_vortex_pcm_vol_get,
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Dp16v.c740 .get = snd_p16v_volume_get, \
759 .get = snd_p16v_capture_source_get,
766 .get = snd_p16v_capture_channel_get,
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_local.h39 .get = snd_hda_mixer_amp_volume_get, \
61 .get = snd_hda_mixer_amp_switch_get, \
79 .get = snd_hda_mixer_amp_switch_get_beep, \
451 * get widget capabilities
461 /* get the widget type from widget capability bits */
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H A Dpcxhr_mix22.c448 /* get the frequency */ in hr222_get_external_clock()
591 /* get data from the AES1 plug */ in hr222_set_audio_source()
740 .get = hr222_mic_vol_get,
790 .get = hr222_mic_boost_get,
830 .get = hr222_phantom_power_get,
/kernel/linux/linux-6.6/sound/soc/atmel/
H A Dmchp-spdiftx.c663 .get = mchp_spdiftx_cs_get,
672 .get = mchp_spdiftx_cs_mask,
680 .get = mchp_spdiftx_subcode_get,
821 "failed to get the peripheral clock: %d\n", err); in mchp_spdiftx_probe()
830 "failed to get the PMC generic clock: %d\n", err); in mchp_spdiftx_probe()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h685 << "Failed to get the current working directory."; in AddTestInfo()
777 return gtest_trace_stack_.get(); in gtest_trace_stack()
789 return internal_run_death_test_flag_.get(); in internal_run_death_test_flag()
794 return death_test_factory_.get(); in death_test_factory()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java229 String name = _genericLocationNamesMap.get(canonicalTzID); in getGenericLocationName()
304 * Private method to get a generic string, with fallback logics involved,
332 // Try to get a name from time zone first in formatGenericNonLocationName()
367 // We may get a wrong answer in edge case, but it should practically work OK. in formatGenericNonLocationName()
413 // you may get incorrect results because of time overlap at DST->STD in formatGenericNonLocationName()
473 locNames = _localeDisplayNamesRef.get(); in getLocaleDisplayNames()
544 String name = _genericPartialLocationNamesMap.get(key); in getPartialLocationName()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMapTest.java63 logln("\tShort version, timing for 1s:\t to get more accurate figures and test for reasonable times, use -e5 or more"); in init()
147 Integer foundValue = trieMap.get(key); in checkGet()
441 Integer foundValue = map.get(key); in timeGet()
458 Integer foundValue = trieMap.get(key); in timeGet()
468 // Integer foundValue = trieMap.get(key); in timeGet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java233 String name = _genericLocationNamesMap.get(canonicalTzID); in getGenericLocationName()
308 * Private method to get a generic string, with fallback logics involved,
336 // Try to get a name from time zone first in formatGenericNonLocationName()
371 // We may get a wrong answer in edge case, but it should practically work OK. in formatGenericNonLocationName()
417 // you may get incorrect results because of time overlap at DST->STD in formatGenericNonLocationName()
477 locNames = _localeDisplayNamesRef.get(); in getLocaleDisplayNames()
548 String name = _genericPartialLocationNamesMap.get(key); in getPartialLocationName()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java60 logln("\tShort version, timing for 1s:\t to get more accurate figures and test for reasonable times, use -e5 or more"); in init()
144 Integer foundValue = trieMap.get(key); in checkGet()
438 Integer foundValue = map.get(key); in timeGet()
455 Integer foundValue = trieMap.get(key); in timeGet()
465 // Integer foundValue = trieMap.get(key); in timeGet()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java447 state = state.push(lc, line, map.get(val) != null); in processFile()
449 state = state.push(lc, line, map.get(val) == null); in processFile()
529 eval = (val2.equals(map.get(key2)) != neq); in processFile()
/third_party/icu/icu4c/source/i18n/
H A Ddtitvinf.cpp190 const UnicodeString* patternsOfOneSkeleton = (UnicodeString*) fIntervalPatterns->get(skeleton); in getIntervalPattern()
366 (UnicodeString*)(dateIntervalInfo.fIntervalPatterns->get(skeleton)); in setIntervalPatternIfAbsent()
406 // now get the calendar key value from that locale in initializeData()
495 UnicodeString* patternsOfOneSkeleton = (UnicodeString*)(fIntervalPatterns->get(skeleton)); in setIntervalPatternInternally()
/third_party/jinja2/
H A Dlexer.py180 }.get(token_type, token_type)
442 lexer = _lexer_cache.get(key)
745 and not m.groupdict().get(TOKEN_VARIABLE_BEGIN)
/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp351 if (!get_sync_info(instr.get()).can_reorder()) in can_eliminate()
400 std::pair<expr_set::iterator, bool> res = ctx.expr_values.emplace(instr.get(), block.index); in process_block()
424 ctx.expr_values.emplace(instr.get(), block.index); in process_block()
/third_party/node/src/
H A Dcares_wrap.h298 QueryWrap<Traits>* wrap = *wrap_ptr.get(); in FromCallbackPointer()
320 ResponseData* data = wrap->response_data_.get(); in Callback()
343 ResponseData* data = wrap->response_data_.get(); in Callback()
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py53 storage.extend(d.get(attr, ()))
672 filter_ = self.environment.filters.get(self.name)
706 test = self.environment.tests.get(self.name)
H A Dlexer.py177 }.get(token_type, token_type)
439 lexer = _lexer_cache.get(key)
731 and not m.groupdict().get(TOKEN_VARIABLE_BEGIN)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py68 storage.extend(d.get(attr, ()))
642 filter_ = self.environment.filters.get(self.name)
677 test = self.environment.tests.get(self.name)
H A Dlexer.py168 }.get(token_type, token_type)
405 lexer = _lexer_cache.get(key)
496 r'(?P<%s_begin>\s*%s\-|%s)' % (n, r, prefix_re.get(n,r))
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h686 << "Failed to get the current working directory."; in AddTestInfo()
778 return gtest_trace_stack_.get(); in gtest_trace_stack()
790 return internal_run_death_test_flag_.get(); in internal_run_death_test_flag()
795 return death_test_factory_.get(); in death_test_factory()
/third_party/node/deps/icu-small/source/i18n/
H A Ddtitvinf.cpp192 const UnicodeString* patternsOfOneSkeleton = (UnicodeString*) fIntervalPatterns->get(skeleton); in getIntervalPattern()
368 (UnicodeString*)(dateIntervalInfo.fIntervalPatterns->get(skeleton)); in setIntervalPatternIfAbsent()
407 // now get the calendar key value from that locale in initializeData()
499 UnicodeString* patternsOfOneSkeleton = (UnicodeString*)(fIntervalPatterns->get(skeleton)); in setIntervalPatternInternally()
H A Dislamcal.cpp349 int32_t start = CalendarCache::get(&gMonthCache, month, status); in trueMonthStart()
461 // If useMonth is true, get the day before the start of the month.
578 int32_t year = get(UCAL_EXTENDED_YEAR, status); in getRelatedYear()
658 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()

Completed in 37 milliseconds

1...<<351352353354355356357358359360>>...624