Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/line6/
Dpodhd.c82 struct usb_line6_podhd *podhd = usb_get_intfdata(interface); in podhd_destruct() local
84 if (podhd == NULL) in podhd_destruct()
86 line6_cleanup_audio(&podhd->line6); in podhd_destruct()
93 struct usb_line6_podhd *podhd) in podhd_try_init() argument
96 struct usb_line6 *line6 = &podhd->line6; in podhd_try_init()
98 if ((interface == NULL) || (podhd == NULL)) in podhd_try_init()
125 struct usb_line6_podhd *podhd) in line6_podhd_init() argument
127 int err = podhd_try_init(interface, podhd); in line6_podhd_init()
140 struct usb_line6_podhd *podhd; in line6_podhd_disconnect() local
144 podhd = usb_get_intfdata(interface); in line6_podhd_disconnect()
[all …]
Dpodhd.h28 struct usb_line6_podhd *podhd);
DMakefile16 podhd.o