Home
last modified time | relevance | path

Searched +defs:val +defs:runtime (Results 51 – 75 of 160) sorted by relevance

1234567

/linux-6.14.4/drivers/gpu/drm/nouveau/
Dnouveau_display.c506 nouveau_display_acpi_ntfy(struct notifier_block *nb, unsigned long val, in nouveau_display_acpi_ntfy()
544 nouveau_display_init(struct drm_device *dev, bool resume, bool runtime) in nouveau_display_init()
576 nouveau_display_fini(struct drm_device *dev, bool suspend, bool runtime) in nouveau_display_fini()
764 nouveau_display_suspend(struct drm_device *dev, bool runtime) in nouveau_display_suspend()
786 nouveau_display_resume(struct drm_device *dev, bool runtime) in nouveau_display_resume()
/linux-6.14.4/sound/pci/vx222/
Dvx222_ops.c96 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb()
120 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl()
134 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) argument
138 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) argument
245 static void vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx2_dma_write()
284 static void vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx2_dma_read()
329 unsigned int val; in put_xilinx_data() local
668 unsigned int val; in vx2_write_akm() local
/linux-6.14.4/sound/pci/lola/
Dlola_pcm.c54 unsigned int val = lola_dsd_read(chip, str->dsd, STS); in lola_stream_clear_pending_irq() local
87 unsigned int val; in wait_for_srst_clear() local
100 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_stream_wait_for_fifo() local
119 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_sync_wait_for_fifo() local
215 struct snd_pcm_runtime *runtime = substream->runtime; in lola_pcm_open() local
396 unsigned int verb, val; in lola_set_stream_config() local
456 struct snd_pcm_runtime *runtime = substream->runtime; in lola_pcm_prepare() local
624 unsigned int val; in lola_init_stream() local
/linux-6.14.4/drivers/usb/gadget/function/
Du_uac1_legacy.c29 static int snd_interval_refine_set(struct snd_interval *i, unsigned int val) in snd_interval_refine_set()
40 snd_pcm_hw_param_t var, unsigned int val, in _snd_pcm_hw_param_set()
156 struct snd_pcm_runtime *runtime = substream->runtime; in u_audio_playback() local
/linux-6.14.4/sound/pci/hda/
Dhda_controller.c161 struct snd_pcm_runtime *runtime = substream->runtime; in azx_pcm_prepare() local
376 struct snd_pcm_runtime *runtime; in azx_get_sync_time() local
486 static inline bool is_link_time_supported(struct snd_pcm_runtime *runtime, in is_link_time_supported()
502 struct snd_pcm_runtime *runtime = substream->runtime; in azx_get_time_info() local
589 struct snd_pcm_runtime *runtime = substream->runtime; in azx_pcm_open() local
867 static int azx_single_send_cmd(struct hdac_bus *bus, u32 val) in azx_single_send_cmd()
911 static int azx_send_cmd(struct hdac_bus *bus, unsigned int val) in azx_send_cmd()
/linux-6.14.4/tools/perf/bench/
Dfutex.h23 unsigned int runtime; /* seconds*/ member
49 futex_syscall(volatile u_int32_t *uaddr, int op, u_int32_t val, struct timespec *timeout, in futex_syscall()
56 futex_syscall_nr_requeue(volatile u_int32_t *uaddr, int op, u_int32_t val, int nr_requeue, in futex_syscall_nr_requeue()
67 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait()
106 futex_cmp_requeue(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, int nr_wake, in futex_cmp_requeue()
122 futex_wait_requeue_pi(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, in futex_wait_requeue_pi()
139 futex_cmp_requeue_pi(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, in futex_cmp_requeue_pi()
/linux-6.14.4/sound/soc/mediatek/common/
Dmtk-afe-fe-dai.c23 unsigned int val, int shift) in mtk_regmap_update_bits()
30 static int mtk_regmap_write(struct regmap *map, int reg, unsigned int val) in mtk_regmap_write()
42 struct snd_pcm_runtime *runtime = substream->runtime; in mtk_afe_fe_startup() local
200 struct snd_pcm_runtime * const runtime = substream->runtime; in mtk_afe_fe_trigger() local
/linux-6.14.4/sound/x86/
Dintel_hdmi_audio.c216 int pipe, u32 reg, u32 val) in had_write_register_raw()
221 static void had_read_register(struct snd_intelhad *ctx, u32 reg, u32 *val) in had_read_register()
229 static void had_write_register(struct snd_intelhad *ctx, u32 reg, u32 val) in had_write_register()
905 struct snd_pcm_runtime *runtime = substream->runtime; in had_init_ringbuf() local
1016 u32 val; in wait_clear_underrun_bit() local
1066 struct snd_pcm_runtime *runtime; in had_pcm_open() local
1192 struct snd_pcm_runtime *runtime; in had_pcm_prepare() local
1422 unsigned int val; in had_iec958_put() local
/linux-6.14.4/sound/soc/codecs/
Dwm9712.c221 unsigned int val = ucontrol->value.integer.value[0]; in wm9712_hp_mixer_put() local
528 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_prepare() local
544 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_aux_prepare() local
/linux-6.14.4/sound/soc/amd/yc/
Dacp6x-pdm-dma.c156 u32 low, high, val; in acp6x_config_dma() local
183 struct snd_pcm_runtime *runtime; in acp6x_pdm_dma_open() local
400 struct snd_pcm_runtime *runtime; in acp6x_pdm_resume() local
/linux-6.14.4/drivers/misc/cardreader/
Drts5229.c18 u8 val; in rts5229_get_ic_version() local
47 static void rts5229_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5229_force_power_down()
Drts5209.c18 u8 val; in rts5209_get_ic_version() local
50 static void rts5209_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5209_force_power_down()
Drtl8411.c20 u8 val; in rtl8411_get_ic_version() local
28 u8 val = 0; in rtl8411b_is_qfn48() local
79 static void rtl8411_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rtl8411_force_power_down()
187 u8 mask, val; in rtl8411_do_switch_output_voltage() local
Drts5227.c19 u8 val; in rts5227_get_ic_version() local
422 static void rts522a_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts522a_force_power_down()
448 u8 val = 0; in rts522a_set_l1off_cfg_sub_d0() local
Drts5249.c18 u8 val; in rts5249_get_ic_version() local
105 static void rts52xa_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts52xa_force_power_down()
131 u8 val; in rts52xa_save_content_from_efuse() local
202 u8 val; in rts52xa_save_content_to_autoload_space() local
577 static int rts524a_write_phy(struct rtsx_pcr *pcr, u8 addr, u16 val) in rts524a_write_phy()
584 static int rts524a_read_phy(struct rtsx_pcr *pcr, u8 addr, u16 *val) in rts524a_read_phy()
669 u8 val = 0; in rts5250_set_l1off_cfg_sub_d0() local
Drts5228.c21 u8 val; in rts5228_get_ic_version() local
94 static void rts5228_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5228_force_power_down()
232 u16 val = 0; in rts5228_switch_output_voltage() local
290 u8 val = 0; in rts5228_enable_ocp() local
329 u8 mask, val; in rts5228_init_ocp() local
359 u8 val = 0; in rts5228_clear_ocpstat() local
468 u8 mask, val; in rts5228_enable_aspm() local
484 u8 mask, val; in rts5228_disable_aspm() local
511 u8 val = 0; in rts5228_set_l1off_cfg_sub_d0() local
/linux-6.14.4/sound/core/
Dpcm.c139 int val; in snd_pcm_control_ioctl() local
376 struct snd_pcm_runtime *runtime; in snd_pcm_substream_proc_hw_params_read() local
411 struct snd_pcm_runtime *runtime; in snd_pcm_substream_proc_sw_params_read() local
437 struct snd_pcm_runtime *runtime; in snd_pcm_substream_proc_status_read() local
883 struct snd_pcm_runtime *runtime; in snd_pcm_attach_substream() local
984 struct snd_pcm_runtime *runtime; in snd_pcm_detach_substream() local
/linux-6.14.4/sound/ppc/
Dsnd_ps3.c61 static inline void write_reg(unsigned int reg, u32 val) in write_reg()
513 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ps3_pcm_open() local
562 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ps3_pcm_prepare() local
833 uint64_t val; in snd_ps3_audio_set_base_addr() local
/linux-6.14.4/sound/soc/amd/vangogh/
Dacp5x-pcm-dma.c63 u32 val; in i2s_irq_handler() local
106 u32 low, high, val, acp_fifo_addr, reg_fifo_addr; in config_acp5x_dma() local
205 struct snd_pcm_runtime *runtime; in acp5x_dma_open() local
427 u32 val; in acp5x_pcm_resume() local
/linux-6.14.4/drivers/dma/
Ddmatest.c284 static int dmatest_wait_get(char *val, const struct kernel_param *kp) in dmatest_wait_get()
328 u8 val = is_memset ? PATTERN_MEMSET_IDX : index; in gen_inv_idx() local
456 unsigned int val = min(x, y); in min_odd() local
488 static unsigned long long dmatest_persec(s64 runtime, unsigned int val) in dmatest_persec()
508 static unsigned long long dmatest_KBs(s64 runtime, unsigned long long len) in dmatest_KBs()
598 s64 runtime = 0; in dmatest_func() local
1177 static int dmatest_run_get(char *val, const struct kernel_param *kp) in dmatest_run_get()
1194 static int dmatest_run_set(const char *val, const struct kernel_param *kp) in dmatest_run_set()
1233 static int dmatest_chan_set(const char *val, const struct kernel_param *kp) in dmatest_chan_set()
1305 static int dmatest_chan_get(char *val, const struct kernel_param *kp) in dmatest_chan_get()
[all …]
/linux-6.14.4/sound/soc/amd/acp/
Dacp-legacy-common.c49 struct snd_pcm_runtime *runtime = substream->runtime; in set_acp_pdm_ring_buffer() local
199 u32 tdm_fmt, reg_val, fmt_reg, val; in restore_acp_i2s_params() local
256 u32 val, acp_pgfsm_stat_reg, acp_pgfsm_ctrl_reg; in acp_power_on() local
295 u32 val; in acp_reset() local
369 u32 val; in check_acp3x_config() local
385 u32 val; in check_acp6x_config() local
414 u32 val; in check_acp70_config() local
/linux-6.14.4/sound/soc/amd/raven/
Dacp3x-pcm-dma.c64 u32 val; in i2s_irq_handler() local
110 u32 low, high, val, acp_fifo_addr, reg_fifo_addr; in config_acp3x_dma() local
211 struct snd_pcm_runtime *runtime; in acp3x_dma_open() local
433 u32 val, reg_val, frmt_val; in acp3x_resume() local
/linux-6.14.4/include/sound/
Dpcm.h478 struct snd_pcm_runtime *runtime; member
725 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime, in __snd_pcm_set_state()
739 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples()
751 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
763 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes()
775 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
787 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned()
800 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() local
812 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() local
824 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_avail()
[all …]
/linux-6.14.4/sound/soc/mediatek/mt8186/
Dmt8186-afe-pcm.c45 struct snd_pcm_runtime *runtime = substream->runtime; in mt8186_fe_startup() local
121 unsigned int val = 0; in mt8186_fe_hw_params() local
157 struct snd_pcm_runtime * const runtime = substream->runtime; in mt8186_fe_trigger() local
282 struct snd_pcm_runtime *runtime = substream->runtime; in mt8186_get_memif_pbuf_size() local
294 struct snd_pcm_runtime * const runtime = substream->runtime; in mt8186_fe_prepare() local
/linux-6.14.4/sound/soc/fsl/
Dfsl_easrc.c180 u64 val; in fsl_easrc_set_rs_ratio() local
243 u32 reg, mask, val; in fsl_easrc_coeff_mem_ptr_reset() local
1331 int val, i; in fsl_easrc_stop_context() local
1412 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_easrc_trigger() local
1443 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_easrc_hw_params() local
1517 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_easrc_hw_free() local
1846 int val; in fsl_easrc_isr() local
1869 u32 val; in fsl_easrc_get_output_fifo_size() local
2037 static int fsl_easrc_m2m_set_ratio_mod(struct fsl_asrc_pair *pair, int val) in fsl_easrc_m2m_set_ratio_mod()

1234567