Searched refs:off_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.c36 unsigned int off_value; member in struct:alix_led
48 outl(led_dev->off_value, gpio_base + led_dev->port);
59 .off_value = 1 << 6,
68 .off_value = 1 << 9,
77 .off_value = 1 << 11,
/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
1035 off_value /= 100;
1040 if (off_value < 0)
1041 off_value = 0;
1042 if (off_value > 0xff)
1043 off_value = 0xff;
1046 buf[1] = off_value;
1052 static int pwc_get_leds(struct pwc_device *pdev, int *on_value, int *off_value) argument
1059 *off_value = -1;
1068 *off_value
[all...]
H A Dpwc.h308 extern int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value);

Completed in 39 milliseconds