/USBX-v6.2.1/common/usbx_device_classes/src/ |
D | ux_device_class_hid_event_get.c | 70 UINT _ux_device_class_hid_event_check(UX_SLAVE_CLASS_HID *hid, in _ux_device_class_hid_event_check() 130 VOID _ux_device_class_hid_event_free(UX_SLAVE_CLASS_HID *hid) in _ux_device_class_hid_event_free() 187 UINT _ux_device_class_hid_event_get(UX_SLAVE_CLASS_HID *hid, in _ux_device_class_hid_event_get() 260 UINT _uxe_device_class_hid_event_get(UX_SLAVE_CLASS_HID *hid, in _uxe_device_class_hid_event_get()
|
D | ux_device_class_hid_receiver_event_free.c | 75 UINT _ux_device_class_hid_receiver_event_free(UX_SLAVE_CLASS_HID *hid) in _ux_device_class_hid_receiver_event_free() 158 UINT _uxe_device_class_hid_receiver_event_free(UX_SLAVE_CLASS_HID *hid) in _uxe_device_class_hid_receiver_event_free()
|
D | ux_device_class_hid_receiver_event_get.c | 78 UINT _ux_device_class_hid_receiver_event_get(UX_SLAVE_CLASS_HID *hid, in _ux_device_class_hid_receiver_event_get() 158 UINT _uxe_device_class_hid_receiver_event_get(UX_SLAVE_CLASS_HID *hid, in _uxe_device_class_hid_receiver_event_get()
|
D | ux_device_class_hid_event_set.c | 86 UINT _ux_device_class_hid_event_set(UX_SLAVE_CLASS_HID *hid, in _ux_device_class_hid_event_set() 219 UINT _uxe_device_class_hid_event_set(UX_SLAVE_CLASS_HID *hid, in _uxe_device_class_hid_event_set()
|
D | ux_device_class_hid_read_run.c | 81 UINT _ux_device_class_hid_read_run(UX_SLAVE_CLASS_HID *hid, UCHAR *buffer, in _ux_device_class_hid_read_run() 339 UINT _uxe_device_class_hid_read_run(UX_SLAVE_CLASS_HID *hid, UCHAR *buffer, in _uxe_device_class_hid_read_run()
|
D | ux_device_class_hid_read.c | 87 UINT _ux_device_class_hid_read(UX_SLAVE_CLASS_HID *hid, UCHAR *buffer, in _ux_device_class_hid_read() 275 UINT _uxe_device_class_hid_read(UX_SLAVE_CLASS_HID *hid, UCHAR *buffer, in _uxe_device_class_hid_read()
|
D | ux_device_class_hid_deactivate.c | 77 UX_SLAVE_CLASS_HID *hid; in _ux_device_class_hid_deactivate() local
|
D | ux_device_class_hid_receiver_initialize.c | 84 UINT _ux_device_class_hid_receiver_initialize(UX_SLAVE_CLASS_HID *hid, in _ux_device_class_hid_receiver_initialize()
|
D | ux_device_class_hid_uninitialize.c | 90 UX_SLAVE_CLASS_HID *hid; in _ux_device_class_hid_uninitialize() local
|
/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_hid_periodic_report_stop.c | 79 UINT _ux_host_class_hid_periodic_report_stop(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_periodic_report_stop() 157 UINT _uxe_host_class_hid_periodic_report_stop(UX_HOST_CLASS_HID *hid) in _uxe_host_class_hid_periodic_report_stop()
|
D | ux_host_class_hid_report_set.c | 44 UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *client_report, in ux_host_class_hid_report_set_buffer_allocate() 172 UINT _ux_host_class_hid_report_set(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *client… in _ux_host_class_hid_report_set() 355 UINT _uxe_host_class_hid_report_set(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *clien… in _uxe_host_class_hid_report_set()
|
D | ux_host_class_hid_periodic_report_start.c | 79 UINT _ux_host_class_hid_periodic_report_start(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_periodic_report_start() 178 UINT _uxe_host_class_hid_periodic_report_start(UX_HOST_CLASS_HID *hid) in _uxe_host_class_hid_periodic_report_start()
|
D | ux_host_class_hid_tasks_run.c | 78 UX_HOST_CLASS_HID *hid; in _ux_host_class_hid_tasks_run() local 102 static inline VOID _ux_host_class_hid_inst_tasks_run(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_inst_tasks_run()
|
D | ux_host_class_hid_report_callback_register.c | 83 UINT _ux_host_class_hid_report_callback_register(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_… in _ux_host_class_hid_report_callback_register() 190 UINT _uxe_host_class_hid_report_callback_register(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT… in _uxe_host_class_hid_report_callback_register()
|
D | ux_host_class_hid_report_id_get.c | 82 UINT _ux_host_class_hid_report_id_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_GET_ID *rep… in _ux_host_class_hid_report_id_get() 221 UINT _uxe_host_class_hid_report_id_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_GET_ID *re… in _uxe_host_class_hid_report_id_get()
|
D | ux_host_class_hid_entry.c | 191 static inline VOID _ux_host_class_hid_descriptor_read(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_descriptor_read() 230 static inline VOID _ux_host_class_hid_report_descriptor_read(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_report_descriptor_read() 265 static inline VOID _ux_host_class_hid_hid_descriptor_parse(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_hid_descriptor_parse() 355 static inline VOID _ux_host_class_hid_report_descriptor_parse(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_report_descriptor_parse() 461 static inline VOID _ux_host_class_hid_client_activate_wait(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_client_activate_wait() 497 UX_HOST_CLASS_HID *hid; in _ux_host_class_hid_activate_wait() local
|
D | ux_host_class_hid_idle_set.c | 81 UINT _ux_host_class_hid_idle_set(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _ux_host_class_hid_idle_set() 191 UINT _uxe_host_class_hid_idle_set(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _uxe_host_class_hid_idle_set()
|
D | ux_host_class_hid_report_get.c | 87 UINT _ux_host_class_hid_report_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *client… in _ux_host_class_hid_report_get() 312 UINT _uxe_host_class_hid_report_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *clien… in _uxe_host_class_hid_report_get()
|
D | ux_host_class_hid_idle_set_run.c | 75 UINT _ux_host_class_hid_idle_set_run(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _ux_host_class_hid_idle_set_run() 220 UINT _uxe_host_class_hid_idle_set_run(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _uxe_host_class_hid_idle_set_run()
|
D | ux_host_class_hid_idle_get.c | 81 UINT _ux_host_class_hid_idle_get(UX_HOST_CLASS_HID *hid, USHORT *idle_time, USHORT report_id) in _ux_host_class_hid_idle_get() 251 UINT _uxe_host_class_hid_idle_get(UX_HOST_CLASS_HID *hid, USHORT *idle_time, USHORT report_id) in _uxe_host_class_hid_idle_get()
|
D | ux_host_class_hid_report_set_run.c | 89 UINT _ux_host_class_hid_report_set_run(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *cl… in _ux_host_class_hid_report_set_run() 287 UINT _uxe_host_class_hid_report_set_run(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *c… in _uxe_host_class_hid_report_set_run()
|
D | ux_host_class_hid_resources_free.c | 71 UINT _ux_host_class_hid_resources_free(UX_HOST_CLASS_HID *hid) in _ux_host_class_hid_resources_free()
|
D | ux_host_class_hid_activate.c | 91 UX_HOST_CLASS_HID *hid; in _ux_host_class_hid_activate() local
|
D | ux_host_class_hid_global_item_parse.c | 76 UINT _ux_host_class_hid_global_item_parse(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_ITEM *item, UC… in _ux_host_class_hid_global_item_parse()
|
D | ux_host_class_hid_mouse_deactivate.c | 80 UX_HOST_CLASS_HID *hid; in _ux_host_class_hid_mouse_deactivate() local
|