Searched refs:vol (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/modules/fatfs/ |
D | zfs_ffsystem.c | 41 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-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 12 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-Core-3.5.0/drivers/audio/ |
D | tlv320dac310x.c | 55 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 …]
|
D | tas6422dac.c | 63 int vol); 197 return codec_set_output_volume(dev, codec_channel, val.vol); in codec_set_property() 297 int vol) in codec_set_output_volume() argument 301 if ((vol > CODEC_OUTPUT_VOLUME_MAX) || (vol < CODEC_OUTPUT_VOLUME_MIN)) { in codec_set_output_volume() 302 LOG_ERR("Invalid volume %d.%d dB", vol >> 1, ((uint32_t)vol & 1) ? 5 : 0); in codec_set_output_volume() 306 vol_val = vol + 0xcf; in codec_set_output_volume()
|
/Zephyr-Core-3.5.0/include/zephyr/audio/ |
D | codec.h | 110 int vol; /**< Volume level in 0.5dB resolution */ member
|
/Zephyr-Core-3.5.0/doc/security/ |
D | security-citations.rst | 9 information in computer systems," Proceedings of the IEEE, vol. 63, no.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 191 The data must be formatted according to the Bluetooth Core Specification (see version 5.3, vol. 3,
|