Searched refs:pima_event (Results 1 – 9 of 9) sorted by relevance
| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_pima_event_get.c | 72 UX_SLAVE_CLASS_PIMA_EVENT *pima_event) in _ux_device_class_pima_event_get() argument 78 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_DEVICE_CLASS_PIMA_EVENT_GET, pima, pima_event, 0, 0, UX_TRACE_DEV… in _ux_device_class_pima_event_get() 91 …pima_event -> ux_device_class_pima_event_code = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get() 92 …pima_event -> ux_device_class_pima_event_session_id = pima -> ux_device_class_pima_session_i… in _ux_device_class_pima_event_get() 93 …pima_event -> ux_device_class_pima_event_transaction_id = pima -> ux_device_class_pima_transacti… in _ux_device_class_pima_event_get() 94 …pima_event -> ux_device_class_pima_event_parameter_1 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get() 95 …pima_event -> ux_device_class_pima_event_parameter_2 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get() 96 …pima_event -> ux_device_class_pima_event_parameter_3 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get()
|
| D | ux_device_class_pima_object_add.c | 77 UX_SLAVE_CLASS_PIMA_EVENT pima_event; in _ux_device_class_pima_object_add() local 83 …pima_event.ux_device_class_pima_event_code = UX_DEVICE_CLASS_PIMA_EC_REQUEST_OBJECT_TRANSF… in _ux_device_class_pima_object_add() 86 pima_event.ux_device_class_pima_event_parameter_1 = object_handle; in _ux_device_class_pima_object_add() 89 pima_event.ux_device_class_pima_event_parameter_2 = 0; in _ux_device_class_pima_object_add() 90 pima_event.ux_device_class_pima_event_parameter_3 = 0; in _ux_device_class_pima_object_add() 93 status = _ux_device_class_pima_event_set(pima, &pima_event); in _ux_device_class_pima_object_add()
|
| D | ux_device_class_pima_event_set.c | 80 UX_SLAVE_CLASS_PIMA_EVENT *pima_event) in _ux_device_class_pima_event_set() argument 88 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_DEVICE_CLASS_PIMA_EVENT_SET, pima, pima_event, 0, 0, UX_TRACE_DEV… in _ux_device_class_pima_event_set() 138 …current_pima_event -> ux_device_class_pima_event_code = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 139 …current_pima_event -> ux_device_class_pima_event_transaction_id = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 140 …current_pima_event -> ux_device_class_pima_event_parameter_1 = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 141 …current_pima_event -> ux_device_class_pima_event_parameter_2 = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 142 …current_pima_event -> ux_device_class_pima_event_parameter_3 = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set()
|
| D | ux_device_class_pima_interrupt_thread.c | 97 UX_SLAVE_CLASS_PIMA_EVENT pima_event; in _ux_device_class_pima_interrupt_thread() local 147 status = _ux_device_class_pima_event_get(pima, &pima_event); in _ux_device_class_pima_interrupt_thread() 163 …tility_short_put(buffer + UX_DEVICE_CLASS_PIMA_AEI_EVENT_CODE, (USHORT)pima_event.ux_device_class_… in _ux_device_class_pima_interrupt_thread() 166 …_ux_utility_long_put(buffer + UX_DEVICE_CLASS_PIMA_AEI_TRANSACTION_ID, pima_event.ux_device_class_… in _ux_device_class_pima_interrupt_thread() 169 …_ux_utility_long_put(buffer + UX_DEVICE_CLASS_PIMA_AEI_PARAMETER_1, pima_event.ux_device_class_pim… in _ux_device_class_pima_interrupt_thread() 172 …_ux_utility_long_put(buffer + UX_DEVICE_CLASS_PIMA_AEI_PARAMETER_2, pima_event.ux_device_class_pim… in _ux_device_class_pima_interrupt_thread() 175 …_ux_utility_long_put(buffer + UX_DEVICE_CLASS_PIMA_AEI_PARAMETER_2, pima_event.ux_device_class_pim… in _ux_device_class_pima_interrupt_thread()
|
| /USBX-v6.2.1/common/usbx_pictbridge/src/ |
| D | ux_pictbridge_dpshost_notification_callback.c | 74 VOID _ux_pictbridge_dpshost_notification_callback(UX_HOST_CLASS_PIMA_EVENT *pima_event) in _ux_pictbridge_dpshost_notification_callback() argument 83 pima = pima_event -> ux_host_class_pima_event_pima_instance; in _ux_pictbridge_dpshost_notification_callback() 108 …pictbridge_event -> ux_pictbridge_event_code = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback() 109 …pictbridge_event -> ux_pictbridge_event_parameter_1 = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback() 110 …pictbridge_event -> ux_pictbridge_event_parameter_2 = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback() 111 …pictbridge_event -> ux_pictbridge_event_parameter_3 = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback()
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_pima_notification.c | 83 UX_HOST_CLASS_PIMA_EVENT pima_event; in _ux_host_class_pima_notification() local 183 pima_event.ux_host_class_pima_event_pima_instance = pima; in _ux_host_class_pima_notification() 188 pima_event.ux_host_class_pima_event_session = pima_session; in _ux_host_class_pima_notification() 191 … pima_event.ux_host_class_pima_event_code = pima -> ux_host_class_pima_event_code; in _ux_host_class_pima_notification() 192 …pima_event.ux_host_class_pima_event_transaction_id = pima -> ux_host_class_pima_event_transaction… in _ux_host_class_pima_notification() 193 … pima_event.ux_host_class_pima_event_parameter_1 = pima -> ux_host_class_pima_event_parameter_1; in _ux_host_class_pima_notification() 194 … pima_event.ux_host_class_pima_event_parameter_2 = pima -> ux_host_class_pima_event_parameter_2; in _ux_host_class_pima_notification() 195 … pima_event.ux_host_class_pima_event_parameter_3 = pima -> ux_host_class_pima_event_parameter_3; in _ux_host_class_pima_notification() 198 pima_session -> ux_host_class_pima_session_event_callback(&pima_event); in _ux_host_class_pima_notification()
|
| /USBX-v6.2.1/common/usbx_device_classes/inc/ |
| D | ux_device_class_pima.h | 997 UX_SLAVE_CLASS_PIMA_EVENT *pima_event); 999 UX_SLAVE_CLASS_PIMA_EVENT *pima_event);
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_pima.h | 424 … (*ux_host_class_pima_session_event_callback)(struct UX_HOST_CLASS_PIMA_EVENT_STRUCT *pima_event);
|
| /USBX-v6.2.1/common/usbx_pictbridge/inc/ |
| D | ux_pictbridge.h | 911 VOID _ux_pictbridge_dpshost_notification_callback(UX_HOST_CLASS_PIMA_EVENT *pima_event);
|