Home
last modified time | relevance | path

Searched refs:pima_event (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.3.0/common/usbx_device_classes/src/
Dux_device_class_pima_event_get.c73 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()
92pima_event -> ux_device_class_pima_event_code = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get()
93pima_event -> ux_device_class_pima_event_session_id = pima -> ux_device_class_pima_session_i… in _ux_device_class_pima_event_get()
94pima_event -> ux_device_class_pima_event_transaction_id = pima -> ux_device_class_pima_transacti… in _ux_device_class_pima_event_get()
95pima_event -> ux_device_class_pima_event_parameter_1 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get()
96pima_event -> ux_device_class_pima_event_parameter_2 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get()
97pima_event -> ux_device_class_pima_event_parameter_3 = current_pima_event -> ux_device_class_… in _ux_device_class_pima_event_get()
Dux_device_class_pima_object_add.c78 UX_SLAVE_CLASS_PIMA_EVENT pima_event; in _ux_device_class_pima_object_add() local
84pima_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()
Dux_device_class_pima_event_set.c81 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()
Dux_device_class_pima_interrupt_thread.c98 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/
Dux_pictbridge_dpshost_notification_callback.c75 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/
Dux_host_class_pima_notification.c84 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()
192pima_event.ux_host_class_pima_event_code = pima -> ux_host_class_pima_event_code; in _ux_host_class_pima_notification()
193pima_event.ux_host_class_pima_event_transaction_id = pima -> ux_host_class_pima_event_transaction… in _ux_host_class_pima_notification()
194pima_event.ux_host_class_pima_event_parameter_1 = pima -> ux_host_class_pima_event_parameter_1; in _ux_host_class_pima_notification()
195pima_event.ux_host_class_pima_event_parameter_2 = pima -> ux_host_class_pima_event_parameter_2; in _ux_host_class_pima_notification()
196pima_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/
Dux_device_class_pima.h998 UX_SLAVE_CLASS_PIMA_EVENT *pima_event);
1000 UX_SLAVE_CLASS_PIMA_EVENT *pima_event);
/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_pima.h425 … (*ux_host_class_pima_session_event_callback)(struct UX_HOST_CLASS_PIMA_EVENT_STRUCT *pima_event);
/USBX-v6.3.0/common/usbx_pictbridge/inc/
Dux_pictbridge.h912 VOID _ux_pictbridge_dpshost_notification_callback(UX_HOST_CLASS_PIMA_EVENT *pima_event);