Searched defs:pod (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/staging/line6/ |
D | pod.c | 137 static void pod_mark_batch_all_dirty(struct usb_line6_pod *pod) in pod_mark_batch_all_dirty() 145 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer() 155 static void pod_dump(struct usb_line6_pod *pod, const unsigned char *data) in pod_dump() 174 static void pod_store_parameter(struct usb_line6_pod *pod, int param, int value) in pod_store_parameter() 184 static void pod_save_button_pressed(struct usb_line6_pod *pod, int type, in pod_save_button_pressed() 194 void line6_pod_process_message(struct usb_line6_pod *pod) in line6_pod_process_message() 382 void line6_pod_midi_postprocess(struct usb_line6_pod *pod, unsigned char *data, in line6_pod_midi_postprocess() 408 static void pod_send_channel(struct usb_line6_pod *pod, int value) in pod_send_channel() 421 void line6_pod_transmit_parameter(struct usb_line6_pod *pod, int param, in line6_pod_transmit_parameter() 459 struct usb_line6_pod *pod = usb_get_intfdata(interface); in pod_send_store_command() local [all …]
|
D | control.c | 46 struct usb_line6_pod *pod = usb_get_intfdata(interface); in pod_get_param_int() local 57 struct usb_line6_pod *pod = usb_get_intfdata(interface); in pod_set_param_int() local
|