Searched defs:pod (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/line6/
H A Dcontrol.c16 #include "pod.h"
38 #define POD_PARAM_R(type, param) LINE6_PARAM_R(POD, pod, type, param)
39 #define POD_PARAM_RW(type, param) LINE6_PARAM_RW(POD, pod, type, param)
46 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
47 int retval = line6_dump_wait_interruptible(&pod->dumpreq);
50 return sprintf(buf, "%d\n", pod->prog_data.control[param]);
57 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
65 line6_pod_transmit_parameter(pod, param, value);
H A Dpod.c21 #include "pod.h"
131 static void pod_startup3(struct usb_line6_pod *pod);
132 static void pod_startup4(struct usb_line6_pod *pod);
137 static void pod_mark_batch_all_dirty(struct usb_line6_pod *pod) argument
142 set_bit(i, pod->param_dirty);
145 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, argument
148 return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code,
155 static void pod_dump(struct usb_line6_pod *pod, const unsigned char *data) argument
157 int size = 1 + sizeof(pod->prog_data);
158 char *sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_DUM
174 pod_store_parameter(struct usb_line6_pod *pod, int param, int value) argument
184 pod_save_button_pressed(struct usb_line6_pod *pod, int type, int index) argument
194 line6_pod_process_message(struct usb_line6_pod *pod) argument
382 line6_pod_midi_postprocess(struct usb_line6_pod *pod, unsigned char *data, int length) argument
408 pod_send_channel(struct usb_line6_pod *pod, int value) argument
421 line6_pod_transmit_parameter(struct usb_line6_pod *pod, int param, int value) argument
459 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
491 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
519 get_name_generic(struct usb_line6_pod *pod, const char *str, char *buf) argument
550 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
562 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
581 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
593 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
606 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
621 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
649 pod_get_system_param_int(struct usb_line6_pod *pod, int *value, int code, struct ValueWait *param, int sign) argument
692 pod_get_system_param_string(struct usb_line6_pod *pod, char *buf, int code, struct ValueWait *param, int sign) argument
709 pod_set_system_param_int(struct usb_line6_pod *pod, int value, int code) argument
737 pod_set_system_param_string(struct usb_line6_pod *pod, const char *buf, int count, int code, unsigned short mask) argument
754 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
770 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
791 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
868 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
882 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
894 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
913 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
925 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
937 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
948 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
960 pod_startup1(struct usb_line6_pod *pod) argument
971 struct usb_line6_pod *pod = (struct usb_line6_pod *)data; local
986 pod_startup3(struct usb_line6_pod *pod) argument
995 pod_startup4(struct usb_line6_pod *pod) argument
1005 struct usb_line6_pod *pod = local
1114 struct usb_line6_pod *pod = (struct usb_line6_pod *)line6pcm->line6; local
1124 struct usb_line6_pod *pod = (struct usb_line6_pod *)line6pcm->line6; local
1151 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
1206 pod_try_init(struct usb_interface *interface, struct usb_line6_pod *pod) argument
1284 line6_pod_init(struct usb_interface *interface, struct usb_line6_pod *pod) argument
1299 struct usb_line6_pod *pod; local
[all...]

Completed in 66 milliseconds