Searched refs:pima_event (Results 1 – 9 of 9) sorted by relevance
/USBX-v6.3.0/common/usbx_device_classes/src/ |
D | ux_device_class_pima_event_get.c | 73 UX_SLAVE_CLASS_PIMA_EVENT *pima_event) in _ux_device_class_pima_event_get() argument 79 …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() 92 …pima_event -> ux_device_class_pima_event_code = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get() 93 …pima_event -> ux_device_class_pima_event_session_id = pima -> ux_device_class_pima_session_i… in _ux_device_class_pima_event_get() 94 …pima_event -> ux_device_class_pima_event_transaction_id = pima -> ux_device_class_pima_transacti… in _ux_device_class_pima_event_get() 95 …pima_event -> ux_device_class_pima_event_parameter_1 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get() 96 …pima_event -> ux_device_class_pima_event_parameter_2 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get() 97 …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 | 78 UX_SLAVE_CLASS_PIMA_EVENT pima_event; in _ux_device_class_pima_object_add() local 84 …pima_event.ux_device_class_pima_event_code = UX_DEVICE_CLASS_PIMA_EC_REQUEST_OBJECT_TRANSF… in _ux_device_class_pima_object_add() 87 pima_event.ux_device_class_pima_event_parameter_1 = object_handle; in _ux_device_class_pima_object_add() 90 pima_event.ux_device_class_pima_event_parameter_2 = 0; in _ux_device_class_pima_object_add() 91 pima_event.ux_device_class_pima_event_parameter_3 = 0; in _ux_device_class_pima_object_add() 94 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 | 81 UX_SLAVE_CLASS_PIMA_EVENT *pima_event) in _ux_device_class_pima_event_set() argument 89 …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() 139 …current_pima_event -> ux_device_class_pima_event_code = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 140 …current_pima_event -> ux_device_class_pima_event_transaction_id = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 141 …current_pima_event -> ux_device_class_pima_event_parameter_1 = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 142 …current_pima_event -> ux_device_class_pima_event_parameter_2 = pima_event -> ux_device_class_pi… in _ux_device_class_pima_event_set() 143 …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 | 98 UX_SLAVE_CLASS_PIMA_EVENT pima_event; in _ux_device_class_pima_interrupt_thread() local 148 status = _ux_device_class_pima_event_get(pima, &pima_event); in _ux_device_class_pima_interrupt_thread() 164 …tility_short_put(buffer + UX_DEVICE_CLASS_PIMA_AEI_EVENT_CODE, (USHORT)pima_event.ux_device_class_… in _ux_device_class_pima_interrupt_thread() 167 …_ux_utility_long_put(buffer + UX_DEVICE_CLASS_PIMA_AEI_TRANSACTION_ID, pima_event.ux_device_class_… in _ux_device_class_pima_interrupt_thread() 170 …_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() 173 …_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() 176 …_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.3.0/common/usbx_pictbridge/src/ |
D | ux_pictbridge_dpshost_notification_callback.c | 75 VOID _ux_pictbridge_dpshost_notification_callback(UX_HOST_CLASS_PIMA_EVENT *pima_event) in _ux_pictbridge_dpshost_notification_callback() argument 84 pima = pima_event -> ux_host_class_pima_event_pima_instance; in _ux_pictbridge_dpshost_notification_callback() 109 …pictbridge_event -> ux_pictbridge_event_code = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback() 110 …pictbridge_event -> ux_pictbridge_event_parameter_1 = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback() 111 …pictbridge_event -> ux_pictbridge_event_parameter_2 = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback() 112 …pictbridge_event -> ux_pictbridge_event_parameter_3 = pima_event -> ux_host_class_pima_event… in _ux_pictbridge_dpshost_notification_callback()
|
/USBX-v6.3.0/common/usbx_host_classes/src/ |
D | ux_host_class_pima_notification.c | 84 UX_HOST_CLASS_PIMA_EVENT pima_event; in _ux_host_class_pima_notification() local 184 pima_event.ux_host_class_pima_event_pima_instance = pima; in _ux_host_class_pima_notification() 189 pima_event.ux_host_class_pima_event_session = pima_session; in _ux_host_class_pima_notification() 192 … pima_event.ux_host_class_pima_event_code = pima -> ux_host_class_pima_event_code; in _ux_host_class_pima_notification() 193 …pima_event.ux_host_class_pima_event_transaction_id = pima -> ux_host_class_pima_event_transaction… in _ux_host_class_pima_notification() 194 … pima_event.ux_host_class_pima_event_parameter_1 = pima -> ux_host_class_pima_event_parameter_1; in _ux_host_class_pima_notification() 195 … pima_event.ux_host_class_pima_event_parameter_2 = pima -> ux_host_class_pima_event_parameter_2; in _ux_host_class_pima_notification() 196 … pima_event.ux_host_class_pima_event_parameter_3 = pima -> ux_host_class_pima_event_parameter_3; in _ux_host_class_pima_notification() 199 pima_session -> ux_host_class_pima_session_event_callback(&pima_event); in _ux_host_class_pima_notification()
|
/USBX-v6.3.0/common/usbx_device_classes/inc/ |
D | ux_device_class_pima.h | 998 UX_SLAVE_CLASS_PIMA_EVENT *pima_event); 1000 UX_SLAVE_CLASS_PIMA_EVENT *pima_event);
|
/USBX-v6.3.0/common/usbx_host_classes/inc/ |
D | ux_host_class_pima.h | 425 … (*ux_host_class_pima_session_event_callback)(struct UX_HOST_CLASS_PIMA_EVENT_STRUCT *pima_event);
|
/USBX-v6.3.0/common/usbx_pictbridge/inc/ |
D | ux_pictbridge.h | 912 VOID _ux_pictbridge_dpshost_notification_callback(UX_HOST_CLASS_PIMA_EVENT *pima_event);
|