Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Dcytherm.c72 return sprintf(buf, "%i", cytherm->brightness); in brightness_show()
79 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in brightness_store() local
88 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() local
157 struct usb_cytherm *cytherm = usb_get_intfdata(intf); in button_show() local
[all …]
H A DMakefile9 obj-$(CONFIG_USB_CYTHERM) += cytherm.o
H A DKconfig125 module will be called cytherm.