Searched refs:cytherm (Results 1 – 3 of 3) sorted by relevance
72 return sprintf(buf, "%i", cytherm->brightness); in brightness_show()79 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in brightness_store() local88 cytherm->brightness = simple_strtoul(buf, NULL, 10); in brightness_store()90 if (cytherm->brightness > 0xFF) in brightness_store()91 cytherm->brightness = 0xFF; in brightness_store()92 else if (cytherm->brightness < 0) in brightness_store()93 cytherm->brightness = 0; in brightness_store()97 cytherm->brightness, buffer, 8); in brightness_store()120 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in temp_show() local157 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in button_show() local[all …]
9 obj-$(CONFIG_USB_CYTHERM) += cytherm.o
125 module will be called cytherm.