Searched refs:pod_alloc_sysex_buffer (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/line6/
H A Dpod.c145 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, function
158 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_DUMP, size);
462 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_STORE, size);
494 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_DUMPMEM, size);
662 sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_SYSTEMREQ, size);
720 sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_SYSTEM, size);
793 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_FINISH, size);

Completed in 10 milliseconds