Searched refs:on_value (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-alix2.c35 unsigned int on_value; member in struct:alix_led
46 outl(led_dev->on_value, gpio_base + led_dev->port);
58 .on_value = 1 << 22,
67 .on_value = 1 << 25,
76 .on_value = 1 << 27,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-ctrl.c1028 int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) argument
1034 on_value /= 100;
1036 if (on_value < 0)
1037 on_value = 0;
1038 if (on_value > 0xff)
1039 on_value = 0xff;
1045 buf[0] = on_value;
1052 static int pwc_get_leds(struct pwc_device *pdev, int *on_value, int *off_value) argument
1058 *on_value = -1;
1067 *on_value
[all...]
H A Dpwc.h308 extern int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value);

Completed in 61 milliseconds