Home
last modified time | relevance | path

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

/linux-4.4.14/sound/usb/line6/
Dpod.c181 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer()
193 struct usb_line6_pod *pod = (struct usb_line6_pod *) line6; in line6_pod_process_message() local
222 static int pod_set_system_param_int(struct usb_line6_pod *pod, int value, in pod_set_system_param_int()
248 struct usb_line6_pod *pod = usb_get_intfdata(interface); in serial_number_show() local
260 struct usb_line6_pod *pod = usb_get_intfdata(interface); in firmware_version_show() local
273 struct usb_line6_pod *pod = usb_get_intfdata(interface); in device_id_show() local
285 static void pod_startup1(struct usb_line6_pod *pod) in pod_startup1()
296 struct usb_line6_pod *pod = (struct usb_line6_pod *)data; in pod_startup2() local
305 static void pod_startup3(struct usb_line6_pod *pod) in pod_startup3()
315 struct usb_line6_pod *pod = in pod_startup4() local
[all …]
/linux-4.4.14/drivers/clk/ingenic/
Dcgu.c125 unsigned *pm, unsigned *pn, unsigned *pod) in ingenic_pll_calc()