Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/usb/line6/
Dpod.c179 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() argument
184 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() local
194 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 …]
DMakefile9 snd-usb-pod-y := pod.o
15 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod.o
/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.c7 unsigned char pod; member
483 pll->POD = xparm[d].pod; in calcPllValue()