Searched refs:string_framework_length (Results 1 – 4 of 4) sorted by relevance
/USBX-v6.3.0/common/core/src/ |
D | ux_device_stack_descriptor_send.c | 121 ULONG string_framework_length; in _ux_device_stack_descriptor_send() local 418 string_framework_length = _ux_system_slave -> ux_system_slave_string_framework_length; in _ux_device_stack_descriptor_send() 422 while (string_framework_length != 0) in _ux_device_stack_descriptor_send() 486 string_framework_length -= (ULONG) *(string_framework + 3) + 4; in _ux_device_stack_descriptor_send() 491 if (string_framework_length == 0) in _ux_device_stack_descriptor_send()
|
D | ux_device_stack_initialize.c | 120 UCHAR * string_framework, ULONG string_framework_length, in _ux_device_stack_initialize() argument 159 …system_slave -> ux_system_slave_string_framework_length = string_framework_length; in _ux_device_stack_initialize() 513 UCHAR * string_framework, ULONG string_framework_length, in _uxe_device_stack_initialize() argument 521 ((string_framework == UX_NULL) && (string_framework_length != 0)) || in _uxe_device_stack_initialize() 528 string_framework, string_framework_length, in _uxe_device_stack_initialize()
|
/USBX-v6.3.0/common/core/inc/ |
D | ux_device_stack.h | 96 UCHAR * string_framework, ULONG string_framework_length, 125 UCHAR * string_framework, ULONG string_framework_length,
|
D | ux_api.h | 2926 UCHAR * string_framework, ULONG string_framework_length,
|