Lines Matching refs:usb_cytherm
32 struct usb_cytherm { struct
84 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in brightness_show()
93 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in brightness_store()
134 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in temp_show()
171 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in button_show()
200 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port0_show()
224 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port0_store()
255 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port1_show()
279 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port1_store()
312 struct usb_cytherm *dev = NULL; in cytherm_probe()
315 dev = kzalloc (sizeof(struct usb_cytherm), GFP_KERNEL); in cytherm_probe()
359 struct usb_cytherm *dev; in cytherm_disconnect()