Searched refs:pod (Results 1 – 3 of 3) sorted by relevance
179 static void pod_startup3(struct usb_line6_pod *pod);181 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer() argument184 return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code, in pod_alloc_sysex_buffer()193 struct usb_line6_pod *pod = (struct usb_line6_pod *) line6; in line6_pod_process_message() local194 const unsigned char *buf = pod->line6.buffer_message; in line6_pod_process_message()197 pod->firmware_version = buf[13] * 100 + buf[14] * 10 + buf[15]; in line6_pod_process_message()198 pod->device_id = ((int)buf[8] << 16) | ((int)buf[9] << 8) | in line6_pod_process_message()200 pod_startup3(pod); in line6_pod_process_message()215 pod->monitor_level = value; in line6_pod_process_message()222 static int pod_set_system_param_int(struct usb_line6_pod *pod, int value, in pod_set_system_param_int() argument[all …]
9 snd-usb-pod-y := pod.o15 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod.o
7 unsigned char pod; member483 pll->POD = xparm[d].pod; in calcPllValue()