Searched refs:runtime (Results 451 - 475 of 570) sorted by relevance

<<11121314151617181920>>

/linux-master/include/sound/
H A Dac97_codec.h410 int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime *runtime);
/linux-master/sound/soc/fsl/
H A Dfsl_xcvr.c413 u32 r = substream->runtime->rate, ch = substream->runtime->channels;
526 struct snd_pcm_runtime *rt = substream->runtime;
559 snd_pcm_hw_constraint_step(substream->runtime, 0,
H A Dfsl_rpmsg.c102 ret = snd_pcm_hw_constraint_list(substream->runtime, 0,
/linux-master/kernel/trace/
H A Dtrace_output.c1394 net_runtime = field->runtime - field->noise;
1396 do_div(ratio, field->runtime);
1400 field->runtime,
1426 field->runtime,
/linux-master/include/linux/
H A Defi.h131 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */
489 u64 runtime; member in struct:__anon2137
506 u32 runtime; member in struct:__anon2138
526 efi_runtime_services_t *runtime; member in struct:__anon2139::__anon2140
637 * All runtime access to EFI goes through this structure:
640 const efi_runtime_services_t *runtime; /* EFI runtime services table */ member in struct:efi
865 #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */
870 #define EFI_DBG 8 /* Print additional debug info at runtime */
871 #define EFI_NX_PE_DATA 9 /* Can runtime dat
[all...]
/linux-master/sound/soc/codecs/
H A Dcs35l35.c606 if (!substream->runtime)
609 snd_pcm_hw_constraint_list(substream->runtime, 0,
634 if (!substream->runtime)
637 snd_pcm_hw_constraint_list(substream->runtime, 0,
H A Dadau1977.c714 snd_pcm_hw_constraint_list(substream->runtime, 0,
718 snd_pcm_hw_constraint_minmax(substream->runtime,
723 snd_pcm_hw_constraint_mask64(substream->runtime,
H A Dpcm512x.c598 return snd_pcm_hw_rule_add(substream->runtime, 0,
619 return snd_pcm_hw_constraint_ratnums(substream->runtime, 0,
645 return snd_pcm_hw_constraint_list(substream->runtime, 0,
H A Dad193x.c392 return snd_pcm_hw_constraint_list(substream->runtime, 0,
H A Dssm2602.c348 snd_pcm_hw_constraint_list(substream->runtime, 0,
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c871 struct snd_soc_pcm_runtime *runtime; local
874 for_each_card_rtds(rtd->card, runtime) {
875 cmpnt_afe = snd_soc_rtdcom_lookup(runtime, AFE_PCM_NAME);
881 dev_err(rtd->dev, "afe pm runtime is not active!!\n");
/linux-master/sound/soc/sof/intel/
H A Dhda-stream.c689 struct hdac_stream *hstream = substream->runtime->private_data;
1108 struct hdac_stream *hstream = substream->runtime->private_data;
1146 struct hdac_stream *hstream = substream->runtime->private_data;
/linux-master/sound/soc/sof/
H A Dipc4-pcm.c950 frames_to_bytes(substream->runtime, 1));
996 host_cnt = div64_u64(host_cnt, frames_to_bytes(substream->runtime, 1));
1068 *pointer = bytes_to_frames(substream->runtime, host_ptr);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c1887 ce->stats.runtime.num_underflow = 0;
1888 ce->stats.runtime.max_underflow = 0;
1920 pr_info("%s: pphwsp runtime %lluns, average %lluns\n",
1926 if (ce->stats.runtime.num_underflow) {
1929 ce->stats.runtime.num_underflow,
1930 ce->stats.runtime.max_underflow);
1950 * Check that cumulative context runtime as stored in the pphwsp[16]
/linux-master/sound/pci/hda/
H A Dhda_codec.c646 /* the power-up/down sequence triggers the runtime resume */
1040 /* PM runtime needs to be enabled later after binding codec */
3416 * snd_hda_codec_set_power_save - Configure codec's runtime PM
3445 * Synchronize the runtime PM autosuspend state from the power_save option.
3730 struct snd_pcm_runtime *runtime = substream->runtime; local
3731 runtime->hw.channels_max = mout->max_channels;
3738 runtime->hw.rates = mout->analog_rates;
3739 runtime->hw.formats = mout->analog_formats;
3751 if ((runtime
[all...]
/linux-master/sound/soc/
H A Dsoc-dapm.c3888 struct snd_pcm_runtime *runtime = NULL; local
3905 runtime = kzalloc(sizeof(*runtime), GFP_KERNEL);
3906 if (!runtime) {
3911 substream->runtime = runtime;
3991 runtime->format = params_format(params);
3992 runtime->subformat = params_subformat(params);
3993 runtime->channels = params_channels(params);
3994 runtime
[all...]
/linux-master/drivers/thunderbolt/
H A Dswitch.c2740 * is to unblock runtime PM of the root port.
3462 * @runtime: Is this resume from runtime suspend or system sleep
3470 int tb_switch_resume(struct tb_switch *sw, bool runtime) argument
3519 if (!runtime)
3552 tb_switch_resume(port->remote->sw, runtime)) {
3565 * @runtime: Is this runtime suspend or system sleep
3568 * value of @runtime and then sets sleep bit for the router. If @sw is
3572 void tb_switch_suspend(struct tb_switch *sw, bool runtime) argument
[all...]
/linux-master/sound/soc/sti/
H A Duniperif.h1391 struct snd_pcm_runtime *runtime)
1393 return (runtime->channels * snd_pcm_format_width(runtime->format) / 8);
1390 sti_uniperiph_get_user_frame_size( struct snd_pcm_runtime *runtime) argument
/linux-master/sound/soc/bcm/
H A Dcygnus-ssp.c744 substream->runtime->hw.rate_min = CYGNUS_RATE_MIN;
745 substream->runtime->hw.rate_max = CYGNUS_RATE_MAX;
747 snd_pcm_hw_constraint_list(substream->runtime, 0,
/linux-master/sound/soc/ti/
H A Domap-mcbsp.c701 * new data on time, causing channel shifts in runtime.
718 * Stream DMA parameters. DMA request line and port address are set runtime
801 snd_pcm_hw_rule_add(substream->runtime, 0,
808 snd_pcm_hw_constraint_step(substream->runtime, 0,
909 delay = fifo_use / substream->runtime->channels;
/linux-master/sound/soc/sunxi/
H A Dsun4i-i2s.c1100 struct snd_pcm_runtime *runtime = sub->runtime; local
1102 return snd_pcm_hw_constraint_mask64(runtime, SNDRV_PCM_HW_PARAM_FORMAT,
/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c517 struct snd_soc_pcm_runtime *runtime; local
520 for_each_card_rtds(rtd->card, runtime) {
521 cmpnt_afe = snd_soc_rtdcom_lookup(runtime, AFE_PCM_NAME);
527 dev_err(rtd->dev, "afe pm runtime is not active!!\n");
/linux-master/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c255 if (chip->pcm_substream == NULL || chip->pcm_substream->runtime == NULL || !snd_pcm_running(chip->pcm_substream))
/linux-master/drivers/misc/cardreader/
H A Drtl8411.c79 static void rtl8411_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) argument
/linux-master/sound/soc/tegra/
H A Dtegra20_i2s.c306 return snd_pcm_hw_rule_add(substream->runtime, 0,

Completed in 446 milliseconds

<<11121314151617181920>>