Searched refs:max_payload_length (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_pima_write.c | 92 ULONG max_payload_length) in _ux_host_class_pima_write() argument 201 if (data_length > max_payload_length) in _ux_host_class_pima_write() 204 payload_length = max_payload_length; in _ux_host_class_pima_write()
|
| D | ux_host_class_pima_read.c | 101 ULONG max_payload_length) in _ux_host_class_pima_read() argument 205 if (data_length > max_payload_length) in _ux_host_class_pima_read() 208 payload_length = max_payload_length; in _ux_host_class_pima_read()
|
| D | ux_host_class_pima_command.c | 87 ULONG max_payload_length) in _ux_host_class_pima_command() argument 201 … status = _ux_host_class_pima_read(pima, data_buffer, data_length, max_payload_length); in _ux_host_class_pima_command() 207 max_payload_length); in _ux_host_class_pima_command()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_pima.h | 550 ULONG max_payload_length); 567 …a_read(UX_HOST_CLASS_PIMA *pima, UCHAR *data_pointer, ULONG data_length, ULONG max_payload_length); 574 …IMA *pima, UCHAR *data_pointer, ULONG data_length, ULONG operation_code, ULONG max_payload_length);
|