Searched refs:cytherm (Results 1 – 6 of 6) 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.
3945 cytherm.c: 11260
25127 …lessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/usb/misc/cytherm.c.gz
25693 …lessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/usb/misc/cytherm.c.gz