Home
last modified time | relevance | path

Searched refs:vol (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/modules/fatfs/
Dzfs_ffsystem.c41 int ff_mutex_create(int vol) in ff_mutex_create() argument
43 return (int)(k_mutex_init(&fs_reentrant_mutex[vol]) == 0); in ff_mutex_create()
49 void ff_mutex_delete(int vol) in ff_mutex_delete() argument
52 (void)vol; in ff_mutex_delete()
59 int ff_mutex_take(int vol) in ff_mutex_take() argument
61 return (int)(k_mutex_lock(&fs_reentrant_mutex[vol], FF_FS_TIMEOUT) == 0); in ff_mutex_take()
67 void ff_mutex_give(int vol) in ff_mutex_give() argument
69 k_mutex_unlock(&fs_reentrant_mutex[vol]); in ff_mutex_give()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/
DREADME.rst12 type. That, even if they have previously exchanged IRK; (Core Specification version 5.4, vol. 1
17 For references, see the Bluetooth Core specification version 5.4, vol. 1, part A, 5.4.5 and vol. 6,
/Zephyr-latest/drivers/audio/
Dwm8904.h80 #define WM8904_REGVAL_OUT_VOL(mute, vu, zc, vol) \ argument
81 (((mute & 0b1) << 8) | (vu & 0b1) << 7 | (zc & 0b1) << 6 | (vol & 0b000111111))
92 #define WM8904_REGVAL_IN_VOL(mute, vol) \ argument
93 ((mute & 0b1) << 7 | (vol & 0b00011111))
Dtlv320dac310x.c55 static int codec_set_output_volume(const struct device *dev, int vol);
157 return codec_set_output_volume(dev, val.vol); in codec_set_property()
437 static int codec_set_output_volume(const struct device *dev, int vol) in codec_set_output_volume() argument
445 if ((vol > CODEC_OUTPUT_VOLUME_MAX) || in codec_set_output_volume()
446 (vol < CODEC_OUTPUT_VOLUME_MIN)) { in codec_set_output_volume()
448 vol >> 1, ((uint32_t)vol & 1) ? 5 : 0); in codec_set_output_volume()
453 vol = -vol; in codec_set_output_volume()
456 if (vol > HPX_ANA_VOL_FLOOR) { in codec_set_output_volume()
458 } else if (vol > HPX_ANA_VOL_LOW_THRESH) { in codec_set_output_volume()
461 if (vol_array[vol_index] >= vol) { in codec_set_output_volume()
[all …]
Dtas6422dac.c63 int vol);
199 return codec_set_output_volume(dev, codec_channel, val.vol); in codec_set_property()
299 int vol) in codec_set_output_volume() argument
303 if ((vol > CODEC_OUTPUT_VOLUME_MAX) || (vol < CODEC_OUTPUT_VOLUME_MIN)) { in codec_set_output_volume()
304 LOG_ERR("Invalid volume %d.%d dB", vol >> 1, ((uint32_t)vol & 1) ? 5 : 0); in codec_set_output_volume()
308 vol_val = vol + 0xcf; in codec_set_output_volume()
Dcodec_shell.c146 property_value.vol = value; in cmd_set_prop()
Dwm8904.c549 return wm8904_out_volume_config(dev, channel, val.vol); in wm8904_set_property()
555 return wm8904_in_volume_config(dev, channel, val.vol); in wm8904_set_property()
/Zephyr-latest/doc/security/
Dsecurity-citations.rst9 information in computer systems," Proceedings of the IEEE, vol. 63, no.
/Zephyr-latest/include/zephyr/audio/
Dcodec.h133 int vol; /**< Volume level (codec-specific) */ member
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst155 The data must be formatted according to the Bluetooth Core Specification (see version 5.3, vol. 3,