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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/line6/
H A Dpod.c186 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, int size) function
197 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_DUMP, size);
453 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_STORE, size);
482 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_DUMPMEM, size);
635 sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_SYSTEMREQ, size);
682 sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_SYSTEM, size);
747 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_FINISH, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/line6/
H A Dpod.c186 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, int size) function
197 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_DUMP, size);
453 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_STORE, size);
482 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_DUMPMEM, size);
635 sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_SYSTEMREQ, size);
682 sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_SYSTEM, size);
747 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_FINISH, size);

Completed in 61 milliseconds