Searched refs:cytherm (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dcytherm.c53 .name = "cytherm",
90 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
92 return sprintf(buf, "%i", cytherm->brightness);
99 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
106 dev_err(&cytherm->udev->dev, "out of memory\n");
110 cytherm->brightness = simple_strtoul(buf, NULL, 10);
112 if (cytherm->brightness > 0xFF)
113 cytherm->brightness = 0xFF;
114 else if (cytherm->brightness < 0)
115 cytherm
144 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
190 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
228 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
254 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
288 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
314 struct usb_cytherm *cytherm = usb_get_intfdata(intf); local
[all...]
H A DMakefile9 obj-$(CONFIG_USB_CYTHERM) += cytherm.o

Completed in 77 milliseconds