Searched refs:max (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_audio10_control_process.c | 104 ULONG sam, min, max, pos; in _ux_device_class_audio10_control_process() local 156 max = ((ULONG)desc[4]) | ((ULONG)desc[5] << 8) | ((ULONG)desc[6] << 16); in _ux_device_class_audio10_control_process() 161 max = 0x00000000; in _ux_device_class_audio10_control_process() 167 if (sam > max) in _ux_device_class_audio10_control_process() 168 max = sam; in _ux_device_class_audio10_control_process() 182 if (sam > max) in _ux_device_class_audio10_control_process() 183 sam = max; in _ux_device_class_audio10_control_process()
|
| D | ux_device_class_audio20_control_process.c | 110 ULONG n_sub, pos, min, max, res, freq; in _ux_device_class_audio20_control_process() local 177 …max = _ux_utility_long_get(control -> ux_device_class_audio20_control_sampling_frequency_range + p… in _ux_device_class_audio20_control_process() 178 if (freq >= min && freq <= max) in _ux_device_class_audio20_control_process()
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_audio_entity_control_get.c | 90 ULONG n_subs, sub, pos, min, max, res, size; in _ux_host_class_audio_entity_control_get() local 207 max = *(control_buffer + pos); in _ux_host_class_audio_entity_control_get() 216 max = _ux_utility_short_get(control_buffer + pos); in _ux_host_class_audio_entity_control_get() 225 max = _ux_utility_long_get(control_buffer + pos); in _ux_host_class_audio_entity_control_get() 233 if (audio_control -> ux_host_class_audio_control_max < max) in _ux_host_class_audio_entity_control_get() 234 audio_control -> ux_host_class_audio_control_max = max; in _ux_host_class_audio_entity_control_get()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_class_hid_local_item_parse_test.c | 124 static inline void hid_usage_min_max_add(UCHAR *ptr, UCHAR min, UCHAR max) in hid_usage_min_max_add() argument 129 ptr[3] = max; in hid_usage_min_max_add()
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 25 … added max length symbols for class and HCD names, 26 … changed name buffer in structs to use max class name length symbol. 41 … fix symbol name for max number of slave classes. 146 … added compile-time check to ensure max RNDIS response 262 ux_host_class_storage_max_lun_get.c Added cap for max lun,
|