MCPcopy Create free account

hub / github.com/awalol/DS5Dongle / functions

Functions132 in github.com/awalol/DS5Dongle

Function__not_in_flash_func(speaker_proc)
Speaker path: USB OUT PCM (core0 audio_fifo) -> resample -> opus encode -> opus_buf for the haptics/speaker BT report. Non-blocking so core1 can also
src/audio.cpp:266
Functionbt_send_control
src/bt.cpp:108
Functionbt_send_packet
src/bt.cpp:102
Functioncmd_fields
(_args)
tools/config_tool.py:185
Functioncmd_get
(_args)
tools/config_tool.py:193
Functioncmd_set
(args)
tools/config_tool.py:206
Functionconfig_save_flash_op
Runs with core1 parked (flash_safe_execute) and core0 interrupts disabled, so neither core touches XIP flash while the sector is erased/programmed. Wi
src/config.cpp:124
Functionmain
src/main.cpp:252
Functionprint_hex
src/utils.h:414
Functiontud_audio_get_req_entity_cb
Invoked when audio class specific get request received for an entity
src/usb.cpp:177
Functiontud_audio_set_itf_cb
src/main.cpp:178
Functiontud_audio_set_req_entity_cb
Invoked when audio class specific set request received for an entity
src/usb.cpp:184
Functiontud_descriptor_bos_cb
src/usb_descriptors.cpp:1023
Functiontud_descriptor_configuration_cb
Invoked when received GET CONFIGURATION DESCRIPTOR Application return pointer to descriptor Descriptor contents must exist long enough for transfer to
src/usb_descriptors.cpp:447
Functiontud_descriptor_device_cb
Invoked when received GET DEVICE DESCRIPTOR Application return pointer to descriptor
src/usb_descriptors.cpp:127
Functiontud_descriptor_string_cb
Invoked when received GET STRING DESCRIPTOR request Application return pointer to descriptor, whose contents must exist long enough for transfer to co
src/usb_descriptors.cpp:938
Functiontud_hid_descriptor_report_cb
Invoked when received GET HID REPORT DESCRIPTOR Application return pointer to descriptor Descriptor contents must exist long enough for transfer to co
src/usb_descriptors.cpp:906
Functiontud_hid_get_report_cb
Invoked when received GET_REPORT control request Application must fill buffer report's content and return its length. Return zero will cause the stack
src/main.cpp:141
Functiontud_hid_report_complete_cb
src/usb.cpp:190
Functiontud_hid_set_report_cb
Invoked when received SET_REPORT control request or received data on OUT endpoint ( Report ID = 0, Type = 0 )
src/main.cpp:197
Functiontud_mount_cb
src/wake.cpp:177
Functiontud_resume_cb
src/wake.cpp:170
Functiontud_suspend_cb
src/usb.cpp:197
Functiontud_suspend_cb
src/wake.cpp:127
Functiontud_vendor_control_xfer_cb
Vendor-class control transfer hook. Windows reads BOS, sees the MS OS 2.0 platform capability, then issues this vendor request to fetch the descriptor
src/usb_descriptors.cpp:1070
Functionwake_init
src/wake.cpp:116
Functionwake_note_usb_reconnect
Called right before a deliberate USB reconnect (FUNC_RECONNECT): arm a grace window so the suspend the reconnect causes is ignored, and drop any alrea
src/wake.cpp:122
Functionwake_on_bt_connect
src/wake.cpp:158
Functionwake_on_bt_disconnect
src/wake.h:21
Functionwake_on_bt_disconnect
src/wake.cpp:223
Functionwake_on_bt_input
src/wake.cpp:185
Functionwake_task
src/wake.cpp:231
← previous101–132 of 132, ranked by callers