Home
last modified time | relevance | path

Searched refs:SYSEX_DATA_OFS (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/sound/usb/line6/
A Dpod.c220 sysex[SYSEX_DATA_OFS] = code; in pod_set_system_param_int()
221 sysex[SYSEX_DATA_OFS + 1] = (value >> 12) & 0x0f; in pod_set_system_param_int()
222 sysex[SYSEX_DATA_OFS + 2] = (value >> 8) & 0x0f; in pod_set_system_param_int()
223 sysex[SYSEX_DATA_OFS + 3] = (value >> 4) & 0x0f; in pod_set_system_param_int()
224 sysex[SYSEX_DATA_OFS + 4] = (value) & 0x0f; in pod_set_system_param_int()
A Ddriver.h69 #define SYSEX_DATA_OFS (sizeof(line6_midi_id) + 3) macro

Completed in 6 milliseconds