Searched refs:podhd (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/line6/
H A Dpodhd.c18 #include "podhd.h"
82 struct usb_line6_podhd *podhd = usb_get_intfdata(interface); local
84 if (podhd == NULL)
86 line6_cleanup_audio(&podhd->line6);
93 struct usb_line6_podhd *podhd)
96 struct usb_line6 *line6 = &podhd->line6;
98 if ((interface == NULL) || (podhd == NULL))
125 struct usb_line6_podhd *podhd)
127 int err = podhd_try_init(interface, podhd);
140 struct usb_line6_podhd *podhd; local
92 podhd_try_init(struct usb_interface *interface, struct usb_line6_podhd *podhd) argument
124 line6_podhd_init(struct usb_interface *interface, struct usb_line6_podhd *podhd) argument
[all...]
H A Dpodhd.h28 struct usb_line6_podhd *podhd);
H A DMakefile14 podhd.o

Completed in 98 milliseconds