Lines Matching refs:usb_cytherm
37 struct usb_cytherm { struct
89 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in show_brightness()
98 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in set_brightness()
143 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in show_temp()
189 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in show_button()
227 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in show_port0()
253 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in set_port0()
287 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in show_port1()
313 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in set_port1()
350 struct usb_cytherm *dev = NULL; in cytherm_probe()
353 dev = kzalloc (sizeof(struct usb_cytherm), GFP_KERNEL); in cytherm_probe()
399 struct usb_cytherm *dev; in cytherm_disconnect()