Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/fatfs/
Dzfs_ffsystem.c41 int ff_mutex_create(int vol) in ff_mutex_create()
49 void ff_mutex_delete(int vol) in ff_mutex_delete()
59 int ff_mutex_take(int vol) in ff_mutex_take()
67 void ff_mutex_give(int vol) in ff_mutex_give()
/Zephyr-latest/drivers/audio/
Dwm8904.h80 #define WM8904_REGVAL_OUT_VOL(mute, vu, zc, vol) \ argument
92 #define WM8904_REGVAL_IN_VOL(mute, vol) \ argument
Dtas6422dac.c299 int vol) in codec_set_output_volume()
Dtlv320dac310x.c437 static int codec_set_output_volume(const struct device *dev, int vol) in codec_set_output_volume()
/Zephyr-latest/include/zephyr/audio/
Dcodec.h133 int vol; /**< Volume level (codec-specific) */ member