Lines Matching refs:usb_cytherm
32 struct usb_cytherm { struct
70 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in brightness_show()
79 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in brightness_store()
120 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in temp_show()
157 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in button_show()
186 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port0_show()
210 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port0_store()
241 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port1_show()
265 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in port1_store()
307 struct usb_cytherm *dev; in cytherm_probe()
310 dev = kzalloc(sizeof(struct usb_cytherm), GFP_KERNEL); in cytherm_probe()
330 struct usb_cytherm *dev; in cytherm_disconnect()